mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
drm/rockchip: drv: delete unused NV20 and NV30 define
NV20 and NV30 is supported by DRM core, so it's unused now. Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I87083c3aa232e416334bb83c2d965c860ddd0a9b
This commit is contained in:
@@ -55,14 +55,6 @@ struct iommu_domain;
|
||||
#define VOP_OUTPUT_IF_HDMI1 BIT(12)
|
||||
#define VOP_OUTPUT_IF_DP2 BIT(13)
|
||||
|
||||
#ifndef DRM_FORMAT_NV20
|
||||
#define DRM_FORMAT_NV20 fourcc_code('N', 'V', '2', '0') /* 2x1 subsampled Cr:Cb plane */
|
||||
#endif
|
||||
|
||||
#ifndef DRM_FORMAT_NV30
|
||||
#define DRM_FORMAT_NV30 fourcc_code('N', 'V', '3', '0') /* non-subsampled Cr:Cb plane */
|
||||
#endif
|
||||
|
||||
#define RK_IF_PROP_COLOR_DEPTH "color_depth"
|
||||
#define RK_IF_PROP_COLOR_FORMAT "color_format"
|
||||
#define RK_IF_PROP_COLOR_DEPTH_CAPS "color_depth_caps"
|
||||
|
||||
Reference in New Issue
Block a user