diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-05-29 10:32:38 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-06-08 16:54:36 +0200 |
commit | 6ac07e1b309a70469d2822689b54d4726846dd64 (patch) | |
tree | b73efcaa6b28e98542f625002a7a578cd807eead /drivers/gpu/drm/radeon/radeon.h | |
parent | drm/amdgpu: Update Kconfig help for SI and CIK support (diff) | |
download | linux-6ac07e1b309a70469d2822689b54d4726846dd64.tar.xz linux-6ac07e1b309a70469d2822689b54d4726846dd64.zip |
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.h | 5 |
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 |