diff options
| author | 2018-11-06 14:44:29 -0500 | |
|---|---|---|
| committer | 2018-11-07 17:05:58 -0500 | |
| commit | 79d197f31b3008c782e2ce3da8d24b5d8de48c75 (patch) | |
| tree | 779fc3a012883a6a7adcf199da21d9af5b789fb1 /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-79d197f31b3008c782e2ce3da8d24b5d8de48c75.tar.xz linux-dev-79d197f31b3008c782e2ce3da8d24b5d8de48c75.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 9dbdda66c318..42f882c633ee 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -152,6 +152,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 |
