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

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
*/
#include <linux/debugfs.h>
@@ -1382,7 +1382,7 @@ static int dp_debug_print_hdr_params_to_buf(struct drm_connector *connector,
goto error;
rc = snprintf(buf + len, max_size, "hdr_plus_app_ver = %d\n",
connector->hdr_plus_app_ver);
c_conn->hdr_plus_app_ver);
if (dp_debug_check_buffer_overflow(rc, &max_size, &len))
goto error;