HomeSort by: relevance | last modified time | path
    Searched defs:srbm_gfx_cntl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cik.c 878 u32 srbm_gfx_cntl = local in function:cik_srbm_select
883 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl);
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.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 22 milliseconds