OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sgpr1_init_regs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c
1451
static const u32
sgpr1_init_regs
[] =
variable in typeref:typename:const u32[]
1546
(((ARRAY_SIZE(
sgpr1_init_regs
) / 2) * 3) + 4 + 5 + 2) * 4;
1601
for (i = 0; i < ARRAY_SIZE(
sgpr1_init_regs
); i += 2) {
1603
ib.ptr[ib.length_dw++] =
sgpr1_init_regs
[i] - PACKET3_SET_SH_REG_START;
1604
ib.ptr[ib.length_dw++] =
sgpr1_init_regs
[i + 1];
amdgpu_gfx_v9_0.c
4082
static const struct soc15_reg_entry
sgpr1_init_regs
[] = {
variable in typeref:typename:const struct soc15_reg_entry[]
4285
ib.ptr[ib.length_dw++] = SOC15_REG_ENTRY_OFFSET(
sgpr1_init_regs
[i])
4287
ib.ptr[ib.length_dw++] =
sgpr1_init_regs
[i].reg_value;
Completed in 22 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025