diff options
| author | Rex Zhu <[email protected]> | 2016-07-28 17:36:35 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 11:32:53 -0400 |
| commit | 66bc3f7f03d5457f6c65790319b636bbab53e3cd (patch) | |
| tree | 0726c81b3b3f93f127d2a974f1ff0c05a7b044e6 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | af223dfaf0d93e7a0ed75bed4f69e5db198b741e (diff) | |
drm/amdgpu: use modules parameter to ctrl deep sleep feature in dpm
Signed-off-by: Rex Zhu <[email protected]>
Reviewed-by: Alex Deucher <[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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index e9364687cd95..389322af8a05 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -91,6 +91,7 @@ extern unsigned amdgpu_pcie_lane_cap; extern unsigned amdgpu_cg_mask; extern unsigned amdgpu_pg_mask; extern char *amdgpu_disable_cu; +extern int amdgpu_sclk_deep_sleep_en; #define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000 #define AMDGPU_MAX_USEC_TIMEOUT 100000 /* 100 ms */ |