mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-27 08:05:27 +08:00
drm/i915: Add P010, P012, P016 plane control definitions
Add needed plane control flag definitions for P010, P012 and P016 formats. Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Signed-off-by: Swati Sharma <swati2.sharma@intel.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/1551700595-21481-2-git-send-email-swati2.sharma@intel.com
This commit is contained in:
parent
4b057e73f2
commit
e131221155
@ -6557,8 +6557,11 @@ enum {
|
||||
#define PLANE_CTL_FORMAT_YUV422 (0 << 24)
|
||||
#define PLANE_CTL_FORMAT_NV12 (1 << 24)
|
||||
#define PLANE_CTL_FORMAT_XRGB_2101010 (2 << 24)
|
||||
#define PLANE_CTL_FORMAT_P010 (3 << 24)
|
||||
#define PLANE_CTL_FORMAT_XRGB_8888 (4 << 24)
|
||||
#define PLANE_CTL_FORMAT_P012 (5 << 24)
|
||||
#define PLANE_CTL_FORMAT_XRGB_16161616F (6 << 24)
|
||||
#define PLANE_CTL_FORMAT_P016 (7 << 24)
|
||||
#define PLANE_CTL_FORMAT_AYUV (8 << 24)
|
||||
#define PLANE_CTL_FORMAT_INDEXED (12 << 24)
|
||||
#define PLANE_CTL_FORMAT_RGB_565 (14 << 24)
|
||||
|
Loading…
Reference in New Issue
Block a user