Skip to content
Snippets Groups Projects
Select Git revision
  • pred_err_handling default protected
  • pred_err_handling_more_prints
  • pbm_no_preemption_fix_test_input
  • pbm_no_preemption_fix_test
  • libpbm_kernel_fix
  • libpbm_kernel
  • bugfix/setup
  • libpbm_kernel_fix_bak
  • pbm_no_preemption
  • pbm
  • testing
  • sose22results
  • sose22
  • master protected
  • err_detect
  • kelvin
16 results

platform

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nikhil Devshatwar authored and Mauro Carvalho Chehab committed
    vpe_irq checks for the possible interrupt sources and prints the
    errors for the DEI_ERROR and DS_UV interrupts. But it also post the
    next descriptor list irrespective of whichever interrupt has occurred.
    
    Because of this, driver may release the buffers even before DMA is
    complete and also schedule next descriptor list.
    
    Fix this by _actually_ handling the IRQ only when ListComplete IRQ
    occurs.
    
    Signed-off-by: default avatarNikhil Devshatwar <nikhil.nd@ti.com>
    Signed-off-by: default avatarBenoit Parrot <bparrot@ti.com>
    Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
    5b617957
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..