aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2017-05-26 02:40:36 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-31 14:16:35 -0400
commite8835e0e43ecf0eba2e2810bee04ff39dabb8996 (patch)
tree5d28298d55bd5e54fd0d52e7058cf2549a5d8770 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentba7bb6658e638d2235ce5abf8a24a08c7a1eff60 (diff)
drm/amdgpu: enable lbpw on raven
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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.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 c01b8b62682b..a3576dbefa0f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -111,6 +111,7 @@ extern int amdgpu_pos_buf_per_se;
111extern int amdgpu_cntl_sb_buf_per_se; 111extern int amdgpu_cntl_sb_buf_per_se;
112extern int amdgpu_param_buf_per_se; 112extern int amdgpu_param_buf_per_se;
113extern int amdgpu_job_hang_limit; 113extern int amdgpu_job_hang_limit;
114extern int amdgpu_lbpw;
114 115
115#define AMDGPU_DEFAULT_GTT_SIZE_MB 3072ULL /* 3GB by default */ 116#define AMDGPU_DEFAULT_GTT_SIZE_MB 3072ULL /* 3GB by default */
116#define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000 117#define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000