OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 26 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026