disp: msm: replace usage of drm_connector with sde_connector for hdr10+

Since the VSVDB parsing has been moved to the sde edid parser, replace
the usage of drm_connector with sde_connector for hdr10+ so that the
modifications to drm_connector can be removed.

Change-Id: I7d69aa533e71fa45bfc578db24c17bb23e499c4a
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
This commit is contained in:
Abhinav Kumar
2020-01-22 15:15:58 -08:00
committed by Gerrit - the friendly Code Review server
parent 28ccb5f9de
commit 849041b3fe
3 changed files with 5 additions and 5 deletions

View File

@@ -2319,7 +2319,7 @@ static int dp_panel_deinit_panel_info(struct dp_panel *dp_panel, u32 flags)
connector->hdr_avg_luminance = 0;
connector->hdr_min_luminance = 0;
connector->hdr_supported = false;
connector->hdr_plus_app_ver = 0;
sde_conn->hdr_plus_app_ver = 0;
sde_conn->colorspace_updated = false;