diff --git a/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h b/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h index 0da03eb794aa..eb6e7f4043fd 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h +++ b/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h @@ -266,7 +266,7 @@ struct dc_hdmi_frl_link_settings { }; struct dc_hdmi_frl_flags { - int force_frl_rate; + unsigned int force_frl_rate; bool ignore_ffe; int select_ffe; int limit_ffe;