summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/yellow_carp_offset.h
Commit message (Collapse)AuthorAgeFilesLines
* drm/amd: Mark IP_BASE definition as __maybe_unusedIsabella Basso2021-12-131-2/+2
| | | | | | | | | | | | | | 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>
* drm/amdgpu: add yellow_carp_reg_base_init function for yellow carp (v2)Alex Deucher2021-06-041-0/+1366
This patch adds yellow_carp_reg_base_init function to init the register base for yellow carp. v2: squash in updates (Alex) Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>