diff options
| author | Solomon Chiu <[email protected]> | 2022-01-06 09:11:48 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-01-14 22:51:13 +0000 |
| commit | de05abe6b9d0fe08f65d744f7f75a4cba4df27ad (patch) | |
| tree | 54fe9997f30d89402eb487451cf936b1b29e2c2f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu/swsmu: make sienna cichlid function static (diff) | |
| download | kernel-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.h | 1 |
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; |
