Commit f1e1f272 authored by Raymond Yang's avatar Raymond Yang Committed by Alex Deucher

drm/amd/display: correct data type

[Why]
We should use int for counting variable

[How]
Change type from bool to uint32_t
Signed-off-by: default avatarRaymond Yang <rayyang@amd.com>
Acked-by: default avatarBindu Ramamurthy <bindu.r@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c920888c
...@@ -483,7 +483,7 @@ struct dc_debug_options { ...@@ -483,7 +483,7 @@ struct dc_debug_options {
bool scl_reset_length10; bool scl_reset_length10;
bool hdmi20_disable; bool hdmi20_disable;
bool skip_detection_link_training; bool skip_detection_link_training;
bool edid_read_retry_times; uint32_t edid_read_retry_times;
bool remove_disconnect_edp; bool remove_disconnect_edp;
unsigned int force_odm_combine; //bit vector based on otg inst unsigned int force_odm_combine; //bit vector based on otg inst
#if defined(CONFIG_DRM_AMD_DC_DCN) #if defined(CONFIG_DRM_AMD_DC_DCN)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment