aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorJack Xiao <[email protected]>2019-01-10 07:43:33 +0000
committerAlex Deucher <[email protected]>2019-06-21 14:30:52 +0000
commitb239c01727459ba08c44b79e6225d3c58723f282 (patch)
tree6d9e2ce20bb84f07d89a8a1f754e8de02505605d /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: Add new ring interface preempt_ib (diff)
downloadkernel-b239c01727459ba08c44b79e6225d3c58723f282.tar.gz
kernel-b239c01727459ba08c44b79e6225d3c58723f282.zip
drm/amdgpu: add mcbp driver parameter
Add mcbp driver parameter, so that mcbp feature can be enabled/disabled by driver parameter. Acked-by: Hawking Zhang <[email protected]> Signed-off-by: Jack Xiao <[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 221f420c0a74..63bb6249e455 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -159,6 +159,7 @@ extern struct amdgpu_mgpu_info mgpu_info;
extern int amdgpu_ras_enable;
extern uint amdgpu_ras_mask;
extern int amdgpu_async_gfx_ring;
+extern int amdgpu_mcbp;
#ifdef CONFIG_DRM_AMDGPU_SI
extern int amdgpu_si_support;