diff options
| author | Hawking Zhang <[email protected]> | 2019-08-23 11:39:18 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-09-13 22:11:03 +0000 |
| commit | bebc076285458ca6caa3246aa9c13ac062e14835 (patch) | |
| tree | 1bc73f7d977ff7523e9a323fd2f20b42916982d7 /drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h | |
| parent | drm/amdgpu: add new amdgpu nbio header file (diff) | |
| download | kernel-bebc076285458ca6caa3246aa9c13ac062e14835.tar.gz kernel-bebc076285458ca6caa3246aa9c13ac062e14835.zip | |
drm/amdgpu: switch to new amdgpu_nbio structure
no functional change, just switch to new structures
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h b/drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h index 508d549c5029..e7aefb252550 100644 --- a/drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h +++ b/drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h @@ -26,6 +26,7 @@ #include "soc15_common.h" +extern const struct nbio_hdp_flush_reg nbio_v7_0_hdp_flush_reg; extern const struct amdgpu_nbio_funcs nbio_v7_0_funcs; #endif |
