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:
Sandy Huang
2024-12-16 19:35:24 +08:00
committed by Tao Huang
parent 5eac3c250d
commit 2d1becab94

View File

@@ -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"