Symbol: amdgpu_gds_reg_offset
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1853
WREG32(amdgpu_gds_reg_offset[i].mem_base, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1854
WREG32(amdgpu_gds_reg_offset[i].mem_size, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1855
WREG32(amdgpu_gds_reg_offset[i].gws, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1856
WREG32(amdgpu_gds_reg_offset[i].oa, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1871
WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1872
WREG32(amdgpu_gds_reg_offset[vmid].mem_size, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1873
WREG32(amdgpu_gds_reg_offset[vmid].gws, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
1874
WREG32(amdgpu_gds_reg_offset[vmid].oa, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3971
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_base);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3979
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_size);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3987
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].gws);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3995
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
96
static const struct amdgpu_gds_reg_offset amdgpu_gds_reg_offset[] = {
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
177
static const struct amdgpu_gds_reg_offset amdgpu_gds_reg_offset[] =
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3684
WREG32(amdgpu_gds_reg_offset[i].mem_base, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3685
WREG32(amdgpu_gds_reg_offset[i].mem_size, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3686
WREG32(amdgpu_gds_reg_offset[i].gws, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3687
WREG32(amdgpu_gds_reg_offset[i].oa, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3702
WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3703
WREG32(amdgpu_gds_reg_offset[vmid].mem_size, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3704
WREG32(amdgpu_gds_reg_offset[vmid].gws, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
3705
WREG32(amdgpu_gds_reg_offset[vmid].oa, 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
5126
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_base);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
5134
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].mem_size);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
5142
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].gws);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
5150
amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa);