summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-05-29 17:32:38 +0900
committerAlex Deucher <alexander.deucher@amd.com>2017-06-08 10:54:36 -0400
commit6ac07e1b309a70469d2822689b54d4726846dd64 (patch)
treeb73efcaa6b28e98542f625002a7a578cd807eead /drivers/gpu/drm/radeon/radeon.h
parentef789173cb42864edbefa37e0035126370c66cf2 (diff)
drm/radeon: Make si_support and cik_support parameters always available
This will allow amdgpu-pro / other out-of-tree amdgpu builds to make use of these options for using the out-of-tree amdgpu driver instead of the in-tree radeon driver in a clean way. Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index b9be8b30d89f..89ea0d99cdc0 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -115,13 +115,8 @@ extern int radeon_auxch;
extern int radeon_mst;
extern int radeon_uvd;
extern int radeon_vce;
-
-#ifdef CONFIG_DRM_AMDGPU_SI
extern int radeon_si_support;
-#endif
-#ifdef CONFIG_DRM_AMDGPU_CIK
extern int radeon_cik_support;
-#endif
/*
* Copy from radeon_drv.h so we don't have to include both and have conflicting