Searched refs:SRBM_GFX_CNTL (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | vi.c | 583 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select() 584 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select() 585 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select() 586 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | cik_sdma.c | 960 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2); in cik_dma_vm_flush() 980 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2); in cik_dma_vm_flush()
|
H A D | nid.h | 59 #define SRBM_GFX_CNTL 0x0E44 macro
|
H A D | cikd.h | 444 #define SRBM_GFX_CNTL 0xE44 macro
|
H A D | ni.c | 1382 WREG32(SRBM_GFX_CNTL, RINGID(ring)); in cayman_cp_int_cntl_setup()
|
H A D | cik.c | 1848 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select() 5699 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2); in cik_vm_flush() 5717 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2); in cik_vm_flush()
|