summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorSolomon Chiu <solomon.chiu@amd.com>2022-01-06 12:11:48 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-01-15 01:51:13 +0300
commitde05abe6b9d0fe08f65d744f7f75a4cba4df27ad (patch)
tree54fe9997f30d89402eb487451cf936b1b29e2c2f /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent6a8cf6349c7cae12f072889991a2aa0a1ba0bd32 (diff)
downloadlinux-de05abe6b9d0fe08f65d744f7f75a4cba4df27ad.tar.xz
drm/amd/display: Enable Freesync Video Mode by default
[Why&How] Freesync Video Mode is a experimental feature previously, and need to be enabled by kernel parameter. We enable it by default with removing module paramterter in amdgpu_dm. v2: squash the patches together Signed-off-by: Solomon Chiu <solomon.chiu@amd.com> Reviewed-by: Aurabindo Jayamohanan 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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 4f771f9eb0e3..182d673103ed 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -197,7 +197,6 @@ 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;