1. 14 5月, 2012 4 次提交
  2. 09 5月, 2012 1 次提交
  3. 20 12月, 2011 2 次提交
  4. 05 12月, 2011 1 次提交
  5. 25 11月, 2011 1 次提交
  6. 04 11月, 2011 2 次提交
  7. 22 9月, 2011 1 次提交
    • L
      [media] omap3isp: video: Avoid crashes when pipeline set stream operation fails · 5b6c3ef0
      Laurent Pinchart 提交于
      If streaming can't be enabled on the pipeline, the DMA buffers queue is
      not emptied. If the buffers then get freed the queue will end up
      referencing free memory. This is usually not an issue, as the DMA queue
      will be reinitialized the next time streaming is enabled, before
      enabling the hardware.
      
      However, if the sensor connected at the pipeline input is free-running,
      the CCDC will start generating interrupts as soon as it gets powered up,
      before the streaming gets enabled on the hardware. This will make the
      CCDC interrupt handler access freed memory, causing a crash.
      
      Reinitialize the DMA buffers queue in isp_video_streamon() if the error
      path to make sure this situation won't happen.
      Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      5b6c3ef0
  8. 11 9月, 2011 1 次提交
  9. 26 8月, 2011 2 次提交
  10. 28 7月, 2011 1 次提交
  11. 19 4月, 2011 2 次提交
  12. 31 3月, 2011 1 次提交
  13. 22 3月, 2011 2 次提交