Skip to content
Snippets Groups Projects
  1. Jun 27, 2019
  2. Jun 25, 2019
  3. Jun 11, 2019
  4. Nov 30, 2017
    • Daniel Mentz's avatar
      build.config: Remove IN_KERNEL_MODULES if no modules · ac2baf2b
      Daniel Mentz authored
      
      The two defconfig files mnh_prod_defconfig and mnh_qemu_defconfig don't
      have CONFIG_MODULES enabled.  Make respective changes in build.config.
      
      Without this change, we are seeing the following error message when
      running "make modules_install"
      
      The present kernel configuration has modules disabled.
      Type 'make config' and enable loadable module support.
      Then build a kernel with module support enabled.
      
      make[2]: *** [modules_install] Error 1
      make[1]: *** [sub-make] Error 2
      make: *** [__sub-make] Error 2
      
      Change-Id: I72654f320169795209597795cb3ef4525c791911
      Signed-off-by: default avatarDaniel Mentz <danielmentz@google.com>
      16 tags
      ac2baf2b
  5. Nov 10, 2017
  6. Nov 07, 2017
  7. Nov 02, 2017
    • Adam Hampson's avatar
      misc: paintbox: do not add IRQ event if already triggered · f0145381
      Adam Hampson authored
      
      If the IRQ entry in the wait object has already been triggered then do
      not add the event again.  The event will be left in the IRQ object's
      pending queue and will be reported in a later wait for interrupt.
      
      Also do not add the IRQ event if the wait object has met its exit
      criteria and the waiting thread has been signaled.
      
      Bug: 68724906
      Change-Id: I7b40f0b59e0fddbdd224cdfa1da62a22d7cbdf38
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      f0145381
  8. Oct 27, 2017
  9. Oct 24, 2017
    • Adam Hampson's avatar
      misc: paintbox: simplify stream enable or DMA enqueue · 5677f1f4
      Adam Hampson authored
      
      The previous implementation tried to reuse an existing stream
      enable interface which created a race condition with regard to the
      free_running and frame_count fields in the stream data structure.
      This change simplifies the code and explicitly configures the stream
      for free running mode and for disable on error.
      
      Bug: 68045211
      
      Change-Id: I9bd98c29f991de2f8a35d6d1ab7166b4668d1f58
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      5677f1f4
    • Adam Hampson's avatar
      misc: paintbox: enable/disable mipi on DMA availability · a0a4aed8
      Adam Hampson authored
      
      On a MIPI SOF, check to make sure there are sufficient buffers for
      the current frame and the next.  If there is not a sufficient numbers
      of buffers for the next frame then disable the stream.
      
      If a DMA buffer that has a MIPI source is enqueued and the
      corresponding MIPI stream is not enabled then enable it after the
      DMA transfer has been started.
      
      Bug: 68045211
      Change-Id: Id60140c0ba0847ada0245c1bd4cc11202924bc5c
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      a0a4aed8
  10. Oct 20, 2017
  11. Oct 12, 2017
    • Asif Khan's avatar
      misc: paintbox: prevent redundant mipi input stream disable · 11ca01cd
      Asif Khan authored
      
      Change-Id: I5ca5c0efc4a3a0a7db157d7b1a80e2b51a846b11
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      11ca01cd
    • Adam Hampson's avatar
      misc: paintbox: dma stop cleanup · 417599ed
      Adam Hampson authored
      
      1.  Make stop completion non-interruptible.
      The IPU driver was using the interruptible version of the wait for
      completion call but was not handling signal interrupt properly.  The
      stop operation should take at most 500us so the delay to signal
      processing should a signal come in is not onerous.
      
      2.  Report cancel on both active transfers
      Previously the second transfer enqueued in hardware was reported as
      canceled as part of the reset operation.  This makes it difficult to
      detect the case where a reset is occurring while there is an active
      transfer.  This change explicitly reports the transfer as canceled
      before issuing the DMA channel reset.
      
      Change-Id: I0ae8db6083f68a24a8df7b707bc8d8de2ed6fe7b
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      417599ed
  12. Oct 04, 2017
    • Adam Hampson's avatar
      misc: paintbox: fix MIPI overflow with no DMA buffer handling · 10d13244
      Adam Hampson authored
      
      If a MIPI overflow occurs because there is no DMA buffer to receive
      the data then there will be no DMA EOF at the end of the frame.  In
      this scenario the end of frame MIPI tasks need to be handled in the
      overflow interrupt handler.
      
      This change also improves MIPI overflow kernel logging.
      
      Bug: 65757237
      Bug: 67041967
      Change-Id: I3fc9ea0c58183d22078e6823447d0f865ff3e64d
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      10d13244
  13. Sep 22, 2017
  14. Sep 19, 2017
  15. Sep 18, 2017
    • Cheng Gu's avatar
      misc: easelcomm: Set timeout on waiting for wrap done · 14002d0d
      Cheng Gu authored
      
      In a situation where race condition causes WRAP_DONE MSI to be
      missing, a sending message will be blocked forever.
      
      This patch adds a timeout on waiting for WRAP_DONE MSI.  It will
      retry multiple times if it happens to hit the race condition that
      WRAP_DONE MSI is overridden.
      
      Backport of msm-google:
      commit 84aa856f1518 ("misc: easelcomm: Set timeout on waiting for wrap done")
      
      Bug: 63140997
      Bug: 65678253
      Change-Id: I35ef6fca3f304abcbaddf54714cd8fa619d8f837
      Signed-off-by: default avatarCheng Gu <gucheng@google.com>
      7 tags
      14002d0d
    • Todd Poynor's avatar
      misc: easelcomm: turn off single-block DMA · 87abb356
      Todd Poynor authored
      
      Easelcomm single-block DMA handling is broken at the moment.  It's not
      needed anymore, turn it off.
      
      Bug: 65762838
      Test: easelcomm_test
      Change-Id: Ic7b2e8a158b059228f60188f78508c49777e44b7
      Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
      87abb356
  16. Sep 15, 2017
    • Sean Howarth's avatar
      WW37 Driver Drop · c15dee97
      Sean Howarth authored
      
      Note this is an iterative drop on top of the previous driver drops.
      
      Kernel Commit:
      commit f2e9b4a03289 ("misc: paintbox: fixed regs debugfs entry")
      
      Change-Id: Ic811c00efb40376c1464f7a159b2018722ba0fa6
      Signed-off-by: default avatarSean Howarth <showarth@google.com>
      c15dee97
  17. Sep 13, 2017
  18. Sep 08, 2017
  19. Sep 06, 2017
    • Adam Hampson's avatar
      WW36 Driver Drop · e2aeb66f
      Adam Hampson authored
      
      Note this is an iterative drop on top of the previous driver drops.
      
      Kernel Commit:
      commit 7e54b9a119c4 ("misc: paintbox: add ioctl to wait for mipi quiescence")
      
      Bug: 64945572
      Change-Id: I7a4b8ca146dad74895c2f233229e9da5b21e077d
      Signed-off-by: default avatarAdam Hampson <ahampson@google.com>
      e2aeb66f
  20. Sep 01, 2017
  21. Aug 29, 2017
  22. Aug 25, 2017
    • Cheng Gu's avatar
      misc: easelcomm: Print error when msg is too big · ed333e72
      Cheng Gu authored
      
      There is an aritrary size limit per message.  When user attempts
      sending a large message, the driver returns -EINVAL as error.
      
      This patch prints an error log in kernel to help debugging.
      
      Backport of msm kernel:
      commit 853cfe1e82e7 ("misc: easelcomm: Print error when msg is too big")
      
      Bug: 64402906
      Change-Id: Ic237a3fb7903627ddd639781116b931699e70c64
      Signed-off-by: default avatarCheng Gu <gucheng@google.com>
      ed333e72
    • Shac Ron's avatar
      misc: mnh dma: Fix missing terminator at end of SG lists · f6e3bc1a
      Shac Ron authored
      
      Returned value was not accounting for zero-terminator, resulting in
      short, unterminated scatter-gather lists being sent over to the
      Easel side. Updated sg list calculation used to decide whether
      to use single or multi-block transfers
      
      Bug: 63809896
      Change-Id: I98b74b31996346b60dbe9b39840b79a968180319
      Signed-off-by: default avatarShac Ron <sron@google.com>
      f6e3bc1a
  23. Aug 22, 2017
Loading