summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorJack Xiao <Jack.Xiao@amd.com>2019-01-10 10:43:33 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-06-21 17:30:52 +0300
commitb239c01727459ba08c44b79e6225d3c58723f282 (patch)
tree6d9e2ce20bb84f07d89a8a1f754e8de02505605d /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent692441f2654c80e1452d66aeadf4b00da9ccddc6 (diff)
downloadlinux-b239c01727459ba08c44b79e6225d3c58723f282.tar.xz
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 <Hawking.Zhang@amd.com> Signed-off-by: Jack Xiao <Jack.Xiao@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 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;