diff options
author | 2021-12-07 22:25:20 -0300 | |
---|---|---|
committer | 2021-12-13 16:32:34 -0500 | |
commit | 0e2a82a316825ba1d0bf35703ceddd4840e59bca (patch) | |
tree | c7b59f988d90ec9f1be389350932fd70436ac004 /drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c | |
parent | drm/amdgpu: extended waiting SRIOV VF reset completion timeout to 10s (diff) | |
download | wireguard-linux-0e2a82a316825ba1d0bf35703ceddd4840e59bca.tar.xz wireguard-linux-0e2a82a316825ba1d0bf35703ceddd4840e59bca.zip |
drm/amd: Mark IP_BASE definition as __maybe_unused
Silences 166 compile-time warnings like:
warning: 'UVD0_BASE' defined but not used [-Wunused-const-variable=]
129 | static const struct IP_BASE UVD0_BASE ={ { { { 0x00007800, 0x00007E00, 0, 0, 0 } },
| ^~~~~~~~~
warning: 'UMC0_BASE' defined but not used [-Wunused-const-variable=]
123 | static const struct IP_BASE UMC0_BASE ={ { { { 0x00014000, 0, 0, 0, 0 } },
| ^~~~~~~~~
Signed-off-by: Isabella Basso <isabbasso@riseup.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c')
0 files changed, 0 insertions, 0 deletions