mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amd/display: add p010 and ayuv plane caps
for future use Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Chris Park <Chris.Park@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Acked-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
6e17b5b8a8
commit
971ff2b433
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ struct dc_plane_cap {
|
|||
uint32_t argb8888 : 1;
|
||||
uint32_t nv12 : 1;
|
||||
uint32_t fp16 : 1;
|
||||
uint32_t p010 : 1;
|
||||
uint32_t ayuv : 1;
|
||||
} pixel_format_support;
|
||||
// max upscaling factor x1000
|
||||
// upscaling factors are always >= 1
|
||||
|
|
Loading…
Add table
Reference in a new issue