1. 09 Dec, 2013 1 commit
  2. 29 Nov, 2013 1 commit
  3. 24 Sep, 2013 1 commit
  4. 25 Apr, 2013 1 commit
  5. 21 Mar, 2013 1 commit
  6. 27 Nov, 2012 1 commit
  7. 26 Nov, 2012 1 commit
    • Mauro Carvalho Chehab's avatar
      videobuf2-dma-contig: Only support if HAVE_GENERIC_DMA_COHERENT · 93049b93
      Mauro Carvalho Chehab authored
      As reported by Stephen:
      
      > After merging the v4l-dvb tree, today's linux-next build (x86_64
      > allmodconfig) failed like this:
      >
      > ERROR: "dma_common_get_sgtable" [drivers/media/v4l2-core/videobuf2-dma-contig.ko] undefined!
      >
      > Caused by commit 9ef2cbeb
      
       ("[media] v4l: vb2-dma-contig: add support
      > for DMABUF exporting").  dma_common_get_sgtable() is called from the
      > inline dma_get_sgtable_attrs() and dma_get_sgtable_attrs() is "called
      > from" dma_get_sgtable().  dma_common_get_sgtable() is only defined if
      > ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY is set which depends on
      > CONFIG_HAVE_GENERIC_DMA_COHERENT being set which it isn't for this build.
      
      The simplest fix is to just not support DMABUF with vb2-contig, on archs
      where this symbol doesn't exist. Some latter patch can rewrite it to
      support this outside -arm.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      93049b93
  8. 25 Nov, 2012 11 commits
  9. 14 Aug, 2012 1 commit
  10. 08 May, 2012 4 commits
  11. 06 Sep, 2011 1 commit
  12. 13 Apr, 2011 1 commit
  13. 22 Mar, 2011 2 commits
  14. 21 Mar, 2011 1 commit