diff options
| author | 2018-11-06 14:44:29 -0500 | |
|---|---|---|
| committer | 2018-11-06 16:45:23 -0500 | |
| commit | 7875a22625aa7f11befba84bd1e669201032947d (patch) | |
| tree | fac14823b4cea3d953e032f336e2ddad09dec0e8 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2) (diff) | |
| download | linux-dev-7875a22625aa7f11befba84bd1e669201032947d.tar.xz linux-dev-7875a22625aa7f11befba84bd1e669201032947d.zip | |
drm/amdgpu: add DC feature mask module parameter
Similar to ppfeaturemask. Allows you to selectively enable/disable
DC features.
Reviewed-by: Harry Wentland <harry.wentland@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.h | 1 |
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 d0102cfc8efb..104b2e0d893b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -151,6 +151,7 @@ extern int amdgpu_compute_multipipe; extern int amdgpu_gpu_recovery; extern int amdgpu_emu_mode; extern uint amdgpu_smu_memory_pool_size; +extern uint amdgpu_dc_feature_mask; extern struct amdgpu_mgpu_info mgpu_info; #ifdef CONFIG_DRM_AMDGPU_SI |
