/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gds.h | 39 struct amdgpu_gds_reg_offset { struct
|
amdgpu_gfx_v7_0.c | 101 static const struct amdgpu_gds_reg_offset amdgpu_gds_reg_offset[] = variable in typeref:typename:const struct amdgpu_gds_reg_offset[] 1894 WREG32(amdgpu_gds_reg_offset[i].mem_base, 0); 1895 WREG32(amdgpu_gds_reg_offset[i].mem_size, 0); 1896 WREG32(amdgpu_gds_reg_offset[i].gws, 0); 1897 WREG32(amdgpu_gds_reg_offset[i].oa, 0); 1912 WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0); 1913 WREG32(amdgpu_gds_reg_offset[vmid].mem_size, 0); 1914 WREG32(amdgpu_gds_reg_offset[vmid].gws, 0); 1915 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0) [all...] |
amdgpu_gfx_v8_0.c | 184 static const struct amdgpu_gds_reg_offset amdgpu_gds_reg_offset[] = variable in typeref:typename:const struct amdgpu_gds_reg_offset[] 3720 WREG32(amdgpu_gds_reg_offset[i].mem_base, 0); 3721 WREG32(amdgpu_gds_reg_offset[i].mem_size, 0); 3722 WREG32(amdgpu_gds_reg_offset[i].gws, 0); 3723 WREG32(amdgpu_gds_reg_offset[i].oa, 0); 3738 WREG32(amdgpu_gds_reg_offset[vmid].mem_base, 0); 3739 WREG32(amdgpu_gds_reg_offset[vmid].mem_size, 0); 3740 WREG32(amdgpu_gds_reg_offset[vmid].gws, 0); 3741 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0) [all...] |