Skip to content
Snippets Groups Projects
Select Git revision
  • 65bb9e6b4cffd1cafa23f73b2faf7817c5323ab8
  • master default protected
  • bugfix/debug_print
  • bugfix/rank_setting
4 results

oshmem

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Benoit Parrot authored and Mauro Carvalho Chehab committed
    The VPE was restricting the number of plane per buffer based on
    the fact that if a particular format had color separation it was
    meant to need 2 planes.
    
    However NV12/NV16 are color separate format which are meant to be
    presented in a single contiguous buffer/plane.
    It could also be presented in a multi-plane as well if need be.
    So we must support both modes for more flexibility.
    
    The number of plane requested by user space was previously ignored
    and was therefore always overwritten.
    The driver now use the requested num plane as hint to calculate needed
    offset when required.
    
    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>
    ed1f47cc
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..