HomeSort by: relevance | last modified time | path
    Searched refs:SRBM_GFX_CNTL (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vi.c 369 u32 srbm_gfx_cntl = 0; local in function:vi_srbm_select
370 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe);
371 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me);
372 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik_sdma.c 968 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2);
988 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2);
nid.h 61 #define SRBM_GFX_CNTL 0x0E44
cikd.h 446 #define SRBM_GFX_CNTL 0xE44
radeon_ni.c 1402 WREG32(SRBM_GFX_CNTL, RINGID(ring));
radeon_cik.c 1870 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | local in function:cik_srbm_select
1874 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl);
5727 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2);
5745 radeon_ring_write(ring, SRBM_GFX_CNTL >> 2);

Completed in 25 milliseconds