“b3f44ad761ae5e3d9afa5bbedecdb10d3926c8cd”上不存在“python/paddle/v2/fluid/tests/book/CMakeLists.txt”
  1. 22 7月, 2015 1 次提交
  2. 10 6月, 2015 1 次提交
  3. 30 5月, 2015 2 次提交
    • H
      [media] cobalt: fix sparse warnings · 4a561c4b
      Hans Verkuil 提交于
      drivers/media/pci/cobalt/cobalt-flash.c:39:36: warning: incorrect type in initializer (different address spaces)
      drivers/media/pci/cobalt/cobalt-flash.c:54:36: warning: incorrect type in initializer (different address spaces)
      drivers/media/pci/cobalt/cobalt-flash.c:63:36: warning: incorrect type in initializer (different address spaces)
      drivers/media/pci/cobalt/cobalt-flash.c:82:36: warning: incorrect type in initializer (different address spaces)
      drivers/media/pci/cobalt/cobalt-flash.c:107:19: warning: incorrect type in assignment (different address spaces)
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      4a561c4b
    • H
      [media] cobalt: fix irqs used for the adv7511 transmitter · 86bad00a
      Hans Verkuil 提交于
      The interrupt bit assignments use for the adv7511 were off by one.
      This means that the current scheme (bit << (4 * stream_index)) can
      no longer be used.
      
      Fix this by precalculating and storing the correct masks in the
      cobalt_stream struct.
      
      This wasn't noticed before because the adv7511 interrupts are very
      rare. But for CEC support these interrupts are essential, so this made
      me realize that it wasn't working correctly.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      86bad00a
  4. 21 5月, 2015 1 次提交