diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2021-07-26 15:11:44 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-04 15:22:58 -0400 |
commit | a1f62df75be57c0a4494b54659735465eb672d7e (patch) | |
tree | aead9928930786f9bb868a9b63b00459045e8516 /drivers/gpu/drm/amd/amdgpu/nv.h | |
parent | 1534db5549b77a10e242d0c72cdc867b33761343 (diff) | |
download | linux-a1f62df75be57c0a4494b54659735465eb672d7e.tar.gz linux-a1f62df75be57c0a4494b54659735465eb672d7e.tar.bz2 linux-a1f62df75be57c0a4494b54659735465eb672d7e.zip |
drm/amdgpu/nv: export common IP functions
So they can be driven by IP dicovery table.
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/amdgpu/nv.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.h b/drivers/gpu/drm/amd/amdgpu/nv.h index 1f40ba3b0460..7df2f85bbcd0 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.h +++ b/drivers/gpu/drm/amd/amdgpu/nv.h @@ -26,6 +26,8 @@ #include "nbio_v2_3.h" +extern const struct amdgpu_ip_block_version nv_common_ip_block; + void nv_grbm_select(struct amdgpu_device *adev, u32 me, u32 pipe, u32 queue, u32 vmid); void nv_set_virt_ops(struct amdgpu_device *adev); |