disp: msm: dp: use updated colorimetry and DSC definitions

Update colorimetry definition usage and how we access DSC information
as per changes in the upstream DRM framework code.

Change-Id: Ie52aed2df2f6c3f2df1e4129f342a85256f8fae4
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
Tatenda Chipeperekwa
2020-01-17 15:54:10 -08:00
parent f1c8d9f378
commit 982574f095
2 changed files with 6 additions and 9 deletions

View File

@@ -2445,7 +2445,7 @@ static int _sde_connector_install_properties(struct drm_device *dev,
CONNECTOR_PROP_EXT_HDR_INFO);
/* create and attach colorspace property for DP */
if (!drm_mode_create_colorspace_property(connector))
if (!drm_mode_create_dp_colorspace_property(connector))
drm_object_attach_property(&connector->base,
connector->colorspace_property, 0);
}