OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cnt_de
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c
7207
int
cnt_de
;
local in function:gfx_v8_0_ring_emit_de_meta
7219
cnt_de
= (sizeof(de_payload.chained) >> 2) + 4 - 2;
7224
cnt_de
= (sizeof(de_payload.regular) >> 2) + 4 - 2;
7227
amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA,
cnt_de
));
7234
amdgpu_ring_write_multiple(ring, (void *)&de_payload,
cnt_de
- 2);
amdgpu_gfx_v8_0.c
7207
int
cnt_de
;
local in function:gfx_v8_0_ring_emit_de_meta
7219
cnt_de
= (sizeof(de_payload.chained) >> 2) + 4 - 2;
7224
cnt_de
= (sizeof(de_payload.regular) >> 2) + 4 - 2;
7227
amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA,
cnt_de
));
7234
amdgpu_ring_write_multiple(ring, (void *)&de_payload,
cnt_de
- 2);
Completed in 36 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025