aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2018-11-06 19:44:29 +0000
committerAlex Deucher <[email protected]>2018-11-07 22:05:58 +0000
commit79d197f31b3008c782e2ce3da8d24b5d8de48c75 (patch)
tree779fc3a012883a6a7adcf199da21d9af5b789fb1 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/display: check if fbc is available in set_static_screen_control (v2) (diff)
downloadkernel-79d197f31b3008c782e2ce3da8d24b5d8de48c75.tar.gz
kernel-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 <[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, 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