Skip to content
Snippets Groups Projects
Select Git revision
  • tutorial-2 default protected
  • tutorial-1
  • main
3 results

makefile-2.md

Forked from mactavish96 / ALP4-Tutorials
Source project has a limited visibility.
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.