diff options
| author | Hawking Zhang <Hawking.Zhang@amd.com> | 2020-04-03 12:37:39 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-09 17:43:18 +0300 |
| commit | 3c888c1635910a66f19a451f98d86d076aae57fd (patch) | |
| tree | 26e73bf823b2426db5e5fee686b9dfd75639a724 /drivers/gpu/drm/amd/include/cgs_common.h | |
| parent | 46e840ed1045474a3bbd1340ac3ba5bd57e46f14 (diff) | |
| download | linux-3c888c1635910a66f19a451f98d86d076aae57fd.tar.xz | |
drm/amdgpu: retire indirect mmio reg support from cgs
not needed anymore
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/cgs_common.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/cgs_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h index a69deb3a2ac0..60a6536ff656 100644 --- a/drivers/gpu/drm/amd/include/cgs_common.h +++ b/drivers/gpu/drm/amd/include/cgs_common.h @@ -32,7 +32,6 @@ struct cgs_device; * enum cgs_ind_reg - Indirect register spaces */ enum cgs_ind_reg { - CGS_IND_REG__MMIO, CGS_IND_REG__PCIE, CGS_IND_REG__SMC, CGS_IND_REG__UVD_CTX, |
