diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2017-05-04 21:06:25 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 23:41:17 +0200 |
commit | aecbe64f2b926c7422ce6f0c4d18b7f7dc4a9677 (patch) | |
tree | 5a9263c2bb40ce90b2dcde9f8aee492830ef6889 /drivers/gpu/drm/amd/amdgpu/soc15.h | |
parent | drm/amdgpu: add nbio7 support (diff) | |
download | linux-aecbe64f2b926c7422ce6f0c4d18b7f7dc4a9677.tar.xz linux-aecbe64f2b926c7422ce6f0c4d18b7f7dc4a9677.zip |
drm/amdgpu: apply nbio7 for Raven (v3)
nbio handles misc bus io operations. Handle
differences between different nbio bus versions.
v2: switch checks from RAVEN to APU (Alex)
squash in raven rev id fetch
squash in fix uninitalized hdp flush reg index for raven
v3: add some missed RAVEN to APU checks (Alex)
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.h b/drivers/gpu/drm/amd/amdgpu/soc15.h index 378a46da585a..acb3cdb119f2 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15.h @@ -25,6 +25,7 @@ #define __SOC15_H__ #include "nbio_v6_1.h" +#include "nbio_v7_0.h" extern const struct amd_ip_funcs soc15_common_ip_funcs; |