drm/msm: fix the display type string in SDE HDMI driver

There is a mismatch in the display type string between
userspace and HDMI driver causing the userspace to
not correctly detect the display configuration.

Fix the string to align the userspace and driver.

Change-Id: Ibb59fde833cb0be743b337fcb857c81bcbb37266
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
This commit is contained in:
Abhinav Kumar 2017-04-04 23:09:38 -07:00 committed by Gerrit - the friendly Code Review server
parent a3851309db
commit 1dabd97b88

View file

@ -746,7 +746,7 @@ int sde_hdmi_connector_post_init(struct drm_connector *connector,
if (info)
sde_kms_info_add_keystr(info,
"DISPLAY_TYPE",
"display type",
sde_hdmi->display_type);
hdmi->connector = connector;