diff options
| author | Aurabindo Pillai <aurabindo.pillai@amd.com> | 2026-06-02 15:16:16 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-06-04 15:24:42 -0400 |
| commit | 1e13b7eb67f9118130571958fbf94944c71c32d1 (patch) | |
| tree | f7b80304b463be000140b5c21f33766589783f12 /include/linux/timerqueue_types.h | |
| parent | 0ac98160dfb6ab3c6d7b38e0ff9687780beed9cb (diff) | |
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/timerqueue_types.h')
0 files changed, 0 insertions, 0 deletions
