diff options
| author | Maxime Ripard <mripard@kernel.org> | 2026-03-05 12:05:05 +0300 |
|---|---|---|
| committer | Maxime Ripard <mripard@kernel.org> | 2026-03-24 15:54:35 +0300 |
| commit | 720c618e383c90c79b4ff3f90e71c4aceb1568d3 (patch) | |
| tree | cc97445b5d60a511154de4e97f6bcc4e67dae5fb /include | |
| parent | 01962a191242006c8518f03d6686178d758af371 (diff) | |
| download | linux-720c618e383c90c79b4ff3f90e71c4aceb1568d3.tar.xz | |
drm/connector: Remove DRM_COLOR_FORMAT defines
Now that all users of DRM_COLOR_FORMAT_* defines have been converted to
the new enum, we can get rid of those defines.
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260305-drm-rework-color-formats-v3-13-f3935f6db579@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_connector.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index 227f61904386..562f6da90fac 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -724,11 +724,6 @@ struct drm_display_info { */ enum subpixel_order subpixel_order; -#define DRM_COLOR_FORMAT_RGB444 (1 << DRM_OUTPUT_COLOR_FORMAT_RGB444) -#define DRM_COLOR_FORMAT_YCBCR444 (1 << DRM_OUTPUT_COLOR_FORMAT_YCBCR444) -#define DRM_COLOR_FORMAT_YCBCR422 (1 << DRM_OUTPUT_COLOR_FORMAT_YCBCR422) -#define DRM_COLOR_FORMAT_YCBCR420 (1 << DRM_OUTPUT_COLOR_FORMAT_YCBCR420) - /** * @panel_orientation: Read only connector property for built-in panels, * indicating the orientation of the panel vs the device's casing. |
