aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorSolomon Chiu <[email protected]>2022-01-06 09:11:48 +0000
committerAlex Deucher <[email protected]>2022-01-14 22:51:13 +0000
commitde05abe6b9d0fe08f65d744f7f75a4cba4df27ad (patch)
tree54fe9997f30d89402eb487451cf936b1b29e2c2f /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/swsmu: make sienna cichlid function static (diff)
downloadkernel-de05abe6b9d0fe08f65d744f7f75a4cba4df27ad.tar.gz
kernel-de05abe6b9d0fe08f65d744f7f75a4cba4df27ad.zip
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 <[email protected]> Reviewed-by: Aurabindo Jayamohanan Pillai <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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;