summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorNikola Cornij <nikola.cornij@amd.com>2021-03-15 19:51:37 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 23:36:10 -0400
commita85ba00538cd4bb0655aaf57fe3ebf8cc21f4fea (patch)
treef7441b8f1d5e74bd34c0957de269e55b5df246ed /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent63f3067d8f8c7a5ee4124d5833e52ae6a3a5a902 (diff)
downloadlinux-stable-a85ba00538cd4bb0655aaf57fe3ebf8cc21f4fea.tar.gz
linux-stable-a85ba00538cd4bb0655aaf57fe3ebf8cc21f4fea.tar.bz2
linux-stable-a85ba00538cd4bb0655aaf57fe3ebf8cc21f4fea.zip
drm/amdgpu/display: re-enable freesync video patches
Since this is a "revert of a revert", the end effect is that freesync video is back to its original state, the way it was before the first revert. Signed-off-by: Nikola Cornij <nikola.cornij@amd.com> Reviewed-by: Aurabindo Pillai <aurabindo.pillai@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.h1
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 ef17c4f0d560..efe6b5ca5185 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -189,6 +189,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_dm_abm_level;
extern int amdgpu_backlight;