Commit 9d001360 authored by Chris Park's avatar Chris Park Committed by Alex Deucher

drm/amd/display: Add HDMI member to DTO

[Why]
For Pixel Rate control, when on HDMI, HDMI DTO
should be selected instead of DP DTO.

[How]
Add HDMI member to dtbclk_dto_params, so it can be used tell apart HDMI
and DP DTO in the future.
Reviewed-by: default avatarAlvin Lee <Alvin.Lee2@amd.com>
Acked-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarChris Park <chris.park@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d445dd7b
...@@ -80,6 +80,7 @@ struct dtbclk_dto_params { ...@@ -80,6 +80,7 @@ struct dtbclk_dto_params {
int req_audio_dtbclk_khz; int req_audio_dtbclk_khz;
int num_odm_segments; int num_odm_segments;
int ref_dtbclk_khz; int ref_dtbclk_khz;
bool is_hdmi;
}; };
struct dccg_funcs { struct dccg_funcs {
......
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