Skip to content

Commit

Permalink
drm/amdkcl: fix DRM_COLOR_FORMAT_YCBCR444 typo
Browse files Browse the repository at this point in the history
Signed-off-by: Flora Cui <flora.cui@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
  • Loading branch information
Flora Cui authored and Guchun Chen committed Aug 2, 2022
1 parent 09b42f2 commit 503e5e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/kcl/kcl_drm_connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ static inline void drm_connector_put(struct drm_connector *connector)
#define DP_MAX_DOWNSTREAM_PORTS 0x10
#endif

/* c03d0b52ff71 - drm/connector: Fix typo in output format */
#ifndef DRM_COLOR_FORMAT_YCRCB444
#define DRM_COLOR_FORMAT_YCRCB444 DRM_COLOR_FORMAT_YCBCR444
#endif

#ifndef HAVE_DRM_MODE_CONFIG_DP_SUBCONNECTOR_PROPERTY
void drm_connector_attach_dp_subconnector_property(struct drm_connector *connector);
void drm_dp_set_subconnector_property(struct drm_connector *connector, enum drm_connector_status status,
Expand Down

0 comments on commit 503e5e0

Please sign in to comment.