summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
diff options
context:
space:
mode:
authorGrigory Vasilyev <h0tc0d3@gmail.com>2022-04-08 10:58:17 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-04-11 13:50:35 -0400
commit6f90a49bc0c9a2d8590dea3323c9b0c61ee78add (patch)
treee063a7baa0d8ec8ef5ce190522ac25c77e3df8f1 /drivers/gpu/drm/amd/display/modules/freesync/freesync.c
parent024106930ce7d8192f97f0341f233e8d34db7e5c (diff)
downloadlinux-6f90a49bc0c9a2d8590dea3323c9b0c61ee78add.tar.bz2
drm/amdgpu: Fix incorrect enum type
Instead of the 'amdgpu_ring_priority_level' type, the 'amdgpu_gfx_pipe_priority' type was used, which is an error when setting ring priority. This is a minor error, but may cause problems in the future. Instead of AMDGPU_RING_PRIO_2 = 2, we can use AMDGPU_RING_PRIO_MAX = 3, but AMDGPU_RING_PRIO_2 = 2 is used for compatibility with AMDGPU_GFX_PIPE_PRIO_HIGH = 2, and not change the behavior of the code. Signed-off-by: Grigory Vasilyev <h0tc0d3@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/freesync/freesync.c')
0 files changed, 0 insertions, 0 deletions