diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2024-02-27 13:03:40 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-02-29 20:35:31 -0500 |
commit | 959143dab12fbc84352f8a12bc3cd79cc229178b (patch) | |
tree | 6d13086bac11f3886718ea71153909de370619c0 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 5d978e72df5f921943126411a9fa43a021650657 (diff) | |
download | lwn-959143dab12fbc84352f8a12bc3cd79cc229178b.tar.gz lwn-959143dab12fbc84352f8a12bc3cd79cc229178b.zip |
Revert "drm/amd: Remove freesync video mode amdgpu parameter"
This reverts commit e94e787e37b99645e7c02d20d0a1ba0f8a18a82a.
This conflicts with how compositors want to handle VRR. Now
that compositors actually handle VRR, we probably don't need
freesync video.
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/2985
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 9246bca0a008..9c62552bec34 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -194,6 +194,7 @@ extern int amdgpu_emu_mode; extern uint amdgpu_smu_memory_pool_size; extern int amdgpu_smu_pptable_id; extern uint amdgpu_dc_feature_mask; +extern uint amdgpu_freesync_vid_mode; extern uint amdgpu_dc_debug_mask; extern uint amdgpu_dc_visual_confirm; extern int amdgpu_dm_abm_level; |