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

media

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nikhil Devshatwar authored and Mauro Carvalho Chehab committed
    VPDMA block used in ti-vip and ti-vpe modules have support for
    up to 8 hardware descriptor lists. A descriptor list can be
    submitted to any of the 8 lists (as long as it's not busy).
    
    When multiple clients want to transfer data in parallel, its easier
    to allocate one list per client and let it use it. This way, the
    list numbers need not be hard-coded into the driver.
    
    Add support for allocating hwlist and maintain them with a priv data.
    
    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>
    c1cd15ea
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..