diff options
| author | Alex Deucher <[email protected]> | 2021-07-30 18:46:53 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-09-23 20:35:27 +0000 |
| commit | 2485e2753ec896b169526e3ef7988589d1c458f5 (patch) | |
| tree | 72d50d23ae011be8efd277fa339a559a7dec2545 /drivers/gpu/drm/amd/amdgpu/soc15.h | |
| parent | drm/amd/pm: Update intermediate power state for SI (diff) | |
| download | kernel-2485e2753ec896b169526e3ef7988589d1c458f5.tar.gz kernel-2485e2753ec896b169526e3ef7988589d1c458f5.zip | |
drm/amdgpu: make soc15_common_ip_funcs static
It's not used outside of soc15.c
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.h b/drivers/gpu/drm/amd/amdgpu/soc15.h index 034cfdfc4dbe..a025339ac5e9 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15.h @@ -31,8 +31,6 @@ #define SOC15_FLUSH_GPU_TLB_NUM_WREG 6 #define SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT 3 -extern const struct amd_ip_funcs soc15_common_ip_funcs; - struct soc15_reg_golden { u32 hwip; u32 instance; |
