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:
parent
a3851309db
commit
1dabd97b88
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue