summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAurabindo Pillai <aurabindo.pillai@amd.com>2026-06-02 22:16:16 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-06-04 22:24:42 +0300
commit1e13b7eb67f9118130571958fbf94944c71c32d1 (patch)
treef7b80304b463be000140b5c21f33766589783f12 /include/linux
parent0ac98160dfb6ab3c6d7b38e0ff9687780beed9cb (diff)
downloadlinux-1e13b7eb67f9118130571958fbf94944c71c32d1.tar.xz
drm/amd/display: widen dc_hdmi_frl_flags.force_frl_rate to unsigned int
dc_hdmi_frl_flags.force_frl_rate mirrors dc_debug_options.force_frl_rate, which was just widened to unsigned int. Match the type here too so the assignment in link_hdmi_frl.c does not narrow from unsigned to signed. All call sites in link_hdmi_frl.c only compare the value against 0, 0xF, or an hdmi_frl_link_rate enum whose values are non-negative, so the change is behaviour-preserving and does not introduce sign-compare warnings. Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Reviewed-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions