mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08: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
@ -70,6 +70,8 @@ struct dc_plane_cap {
|
|||||||
uint32_t argb8888 : 1;
|
uint32_t argb8888 : 1;
|
||||||
uint32_t nv12 : 1;
|
uint32_t nv12 : 1;
|
||||||
uint32_t fp16 : 1;
|
uint32_t fp16 : 1;
|
||||||
|
uint32_t p010 : 1;
|
||||||
|
uint32_t ayuv : 1;
|
||||||
} pixel_format_support;
|
} pixel_format_support;
|
||||||
// max upscaling factor x1000
|
// max upscaling factor x1000
|
||||||
// upscaling factors are always >= 1
|
// upscaling factors are always >= 1
|
||||||
|
Loading…
Reference in New Issue
Block a user