diff options
author | Anthony Koo <Anthony.Koo@amd.com> | 2017-07-18 17:21:43 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-27 01:15:16 +0300 |
commit | 2233ec72b350fb8480f67b83f6a71ea422af60a3 (patch) | |
tree | 8c73da632fc96376a9282fa66df50bc8884c9e69 /drivers/gpu/drm/amd/display/modules/inc | |
parent | d65359d571aa33dee9ddae659e92d1cb09ffbb2a (diff) | |
download | linux-2233ec72b350fb8480f67b83f6a71ea422af60a3.tar.xz |
drm/amd/display: Add regkey for DRR control for internal panel
Also need to change default to off
Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc')
-rw-r--r-- | drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h index eae1b348b0dd..53c428b97902 100644 --- a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h @@ -88,7 +88,6 @@ struct mod_freesync_caps { unsigned int max_refresh_in_micro_hz; bool btr_supported; - bool no_static_for_external_dp; }; struct mod_freesync_params { |