aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index c1c8e2208a21..0a0341528471 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -116,6 +116,10 @@ extern int radeon_mst;
116extern int radeon_uvd; 116extern int radeon_uvd;
117extern int radeon_vce; 117extern int radeon_vce;
118 118
119#ifdef CONFIG_DRM_AMDGPU_CIK
120extern int radeon_cik_support;
121#endif
122
119/* 123/*
120 * Copy from radeon_drv.h so we don't have to include both and have conflicting 124 * Copy from radeon_drv.h so we don't have to include both and have conflicting
121 * symbol; 125 * symbol;