OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reg_list_size_bytes
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_rlc.h
165
u32
reg_list_size_bytes
;
member in struct:amdgpu_rlc
amdgpu_ucode.h
169
uint32_t
reg_list_size_bytes
; /* size of reg list array in bytes */
member in struct:rlc_firmware_header_v2_0
amdgpu_ucode.c
169
DRM_DEBUG("
reg_list_size_bytes
: %u\n",
170
le32_to_cpu(rlc_hdr->
reg_list_size_bytes
));
amdgpu_gfx_v8_0.c
1099
adev->gfx.rlc.
reg_list_size_bytes
=
1100
le32_to_cpu(rlc_hdr->
reg_list_size_bytes
);
1104
adev->gfx.rlc.
reg_list_size_bytes
, GFP_KERNEL);
1120
for (i = 0 ; i < (adev->gfx.rlc.
reg_list_size_bytes
>> 2); i++)
3983
for (i = 0; i < adev->gfx.rlc.
reg_list_size_bytes
>> 2; i++)
3991
list_size = adev->gfx.rlc.
reg_list_size_bytes
>> 2;
amdgpu_gfx_v9_0.c
1388
adev->gfx.rlc.
reg_list_size_bytes
=
1389
le32_to_cpu(rlc_hdr->
reg_list_size_bytes
);
1392
adev->gfx.rlc.
reg_list_size_bytes
, GFP_KERNEL);
1407
for (i = 0 ; i < (adev->gfx.rlc.
reg_list_size_bytes
>> 2); i++)
2659
for (i = 0; i < adev->gfx.rlc.
reg_list_size_bytes
>> 2; i++)
2695
list_size = adev->gfx.rlc.
reg_list_size_bytes
>> 2;
amdgpu_gfx_v10_0.c
753
adev->gfx.rlc.
reg_list_size_bytes
=
754
le32_to_cpu(rlc_hdr->
reg_list_size_bytes
);
757
adev->gfx.rlc.
reg_list_size_bytes
, GFP_KERNEL);
772
for (i = 0 ; i < (rlc_hdr->
reg_list_size_bytes
>> 2); i++)
Completed in 25 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025