summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAbhinav Kumar <abhinavk@codeaurora.org>2017-04-04 23:09:38 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-05 23:42:52 -0700
commit1dabd97b88a67e90a40a0f13cd67ca08f016871a (patch)
tree5b65c5c7e59d1d0382b24051b37281a720afa723 /drivers/gpu
parenta3851309dbf7e919b27e2ec927ba3f6350347dff (diff)
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.c b/drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.c
index 347b78886b24..7d166aacbec7 100644
--- a/drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.c
+++ b/drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.c
@@ -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;