OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_firmware_header
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h
30
struct
common_firmware_header
{
struct
45
struct
common_firmware_header
header;
52
struct
common_firmware_header
header;
78
struct
common_firmware_header
header;
106
struct
common_firmware_header
header;
123
struct
common_firmware_header
header;
131
struct
common_firmware_header
header;
146
struct
common_firmware_header
header;
156
struct
common_firmware_header
header;
197
struct
common_firmware_header
header
[
all
...]
amdgpu_ucode.c
38
static void amdgpu_ucode_print_common_hdr(const struct
common_firmware_header
*hdr)
53
void amdgpu_ucode_print_mc_hdr(const struct
common_firmware_header
*hdr)
74
void amdgpu_ucode_print_smc_hdr(const struct
common_firmware_header
*hdr)
100
void amdgpu_ucode_print_gfx_hdr(const struct
common_firmware_header
*hdr)
121
void amdgpu_ucode_print_rlc_hdr(const struct
common_firmware_header
*hdr)
216
void amdgpu_ucode_print_sdma_hdr(const struct
common_firmware_header
*hdr)
245
void amdgpu_ucode_print_psp_hdr(const struct
common_firmware_header
*hdr)
295
void amdgpu_ucode_print_gpu_info_hdr(const struct
common_firmware_header
*hdr)
318
const struct
common_firmware_header
*hdr =
319
(const struct
common_firmware_header
*)fw->data
[
all
...]
amdgpu_uvd.h
39
(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct
common_firmware_header
*)(adev)->uvd.fw->data)->ucode_size_bytes) + \
amdgpu_psp.c
1239
struct
common_firmware_header
*hdr;
1250
hdr = (struct
common_firmware_header
*)
1255
hdr = (struct
common_firmware_header
*)adev->gfx.ce_fw->data;
1259
hdr = (struct
common_firmware_header
*)adev->gfx.pfp_fw->data;
1263
hdr = (struct
common_firmware_header
*)adev->gfx.me_fw->data;
1267
hdr = (struct
common_firmware_header
*)adev->gfx.mec_fw->data;
1271
hdr = (struct
common_firmware_header
*)adev->gfx.rlc_fw->data;
1275
hdr = (struct
common_firmware_header
*)adev->pm.fw->data;
amdgpu_uvd.c
135
const struct
common_firmware_header
*hdr;
215
hdr = (const struct
common_firmware_header
*)adev->uvd.fw->data;
419
const struct
common_firmware_header
*hdr;
422
hdr = (const struct
common_firmware_header
*)adev->uvd.fw->data;
amdgpu_vce.c
106
const struct
common_firmware_header
*hdr;
182
hdr = (const struct
common_firmware_header
*)adev->vce.fw->data;
300
const struct
common_firmware_header
*hdr;
320
hdr = (const struct
common_firmware_header
*)adev->vce.fw->data;
amdgpu_vcn.c
66
const struct
common_firmware_header
*hdr;
131
hdr = (const struct
common_firmware_header
*)adev->vcn.fw->data;
268
const struct
common_firmware_header
*hdr;
271
hdr = (const struct
common_firmware_header
*)adev->vcn.fw->data;
amdgpu_cgs.c
254
const struct
common_firmware_header
*header;
463
header = (const struct
common_firmware_header
*)ucode->fw->data;
amdgpu_sdma_v2_4.c
143
const struct
common_firmware_header
*header = NULL;
176
header = (const struct
common_firmware_header
*)info->fw->data;
amdgpu_vce_v4_0.c
452
const struct
common_firmware_header
*hdr;
459
hdr = (const struct
common_firmware_header
*)adev->vce.fw->data;
amdgpu_gfx_v10_0.c
662
const struct
common_firmware_header
*header = NULL;
811
header = (const struct
common_firmware_header
*)info->fw->data;
818
header = (const struct
common_firmware_header
*)info->fw->data;
825
header = (const struct
common_firmware_header
*)info->fw->data;
833
header = (const struct
common_firmware_header
*)info->fw->data;
863
header = (const struct
common_firmware_header
*)info->fw->data;
879
header = (const struct
common_firmware_header
*)info->fw->data;
amdgpu_gfx_v9_0.c
1251
const struct
common_firmware_header
*header = NULL;
1291
header = (const struct
common_firmware_header
*)info->fw->data;
1298
header = (const struct
common_firmware_header
*)info->fw->data;
1305
header = (const struct
common_firmware_header
*)info->fw->data;
1331
const struct
common_firmware_header
*header = NULL;
1417
header = (const struct
common_firmware_header
*)info->fw->data;
1462
const struct
common_firmware_header
*header = NULL;
1498
header = (const struct
common_firmware_header
*)info->fw->data;
1513
header = (const struct
common_firmware_header
*)info->fw->data;
amdgpu_sdma_v3_0.c
280
const struct
common_firmware_header
*header = NULL;
333
header = (const struct
common_firmware_header
*)info->fw->data;
amdgpu_sdma_v5_0.c
181
const struct
common_firmware_header
*header = NULL;
223
header = (const struct
common_firmware_header
*)info->fw->data;
amdgpu_uvd_v7_0.c
438
const struct
common_firmware_header
*hdr;
439
hdr = (const struct
common_firmware_header
*)adev->uvd.fw->data;
amdgpu_vcn_v1_0.c
122
const struct
common_firmware_header
*hdr;
123
hdr = (const struct
common_firmware_header
*)adev->vcn.fw->data;
amdgpu_vcn_v2_0.c
120
const struct
common_firmware_header
*hdr;
121
hdr = (const struct
common_firmware_header
*)adev->vcn.fw->data;
amdgpu_vcn_v2_5.c
153
const struct
common_firmware_header
*hdr;
154
hdr = (const struct
common_firmware_header
*)adev->vcn.fw->data;
amdgpu_gfx_v8_0.c
963
const struct
common_firmware_header
*header = NULL;
1175
header = (const struct
common_firmware_header
*)info->fw->data;
1182
header = (const struct
common_firmware_header
*)info->fw->data;
1189
header = (const struct
common_firmware_header
*)info->fw->data;
1196
header = (const struct
common_firmware_header
*)info->fw->data;
1203
header = (const struct
common_firmware_header
*)info->fw->data;
1224
header = (const struct
common_firmware_header
*)info->fw->data;
amdgpu_sdma_v4_0.c
556
const struct
common_firmware_header
*header = NULL;
627
header = (const struct
common_firmware_header
*)info->fw->data;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.h
158
struct
common_firmware_header
{
struct
173
struct
common_firmware_header
header;
180
struct
common_firmware_header
header;
186
struct
common_firmware_header
header;
194
struct
common_firmware_header
header;
204
struct
common_firmware_header
header;
213
struct
common_firmware_header
common;
222
void radeon_ucode_print_mc_hdr(const struct
common_firmware_header
*hdr);
223
void radeon_ucode_print_smc_hdr(const struct
common_firmware_header
*hdr);
224
void radeon_ucode_print_gfx_hdr(const struct
common_firmware_header
*hdr)
[
all
...]
radeon_ucode.c
36
static void radeon_ucode_print_common_hdr(const struct
common_firmware_header
*hdr)
51
void radeon_ucode_print_mc_hdr(const struct
common_firmware_header
*hdr)
72
void radeon_ucode_print_smc_hdr(const struct
common_firmware_header
*hdr)
90
void radeon_ucode_print_gfx_hdr(const struct
common_firmware_header
*hdr)
111
void radeon_ucode_print_rlc_hdr(const struct
common_firmware_header
*hdr)
138
void radeon_ucode_print_sdma_hdr(const struct
common_firmware_header
*hdr)
164
const struct
common_firmware_header
*hdr =
165
(const struct
common_firmware_header
*)fw->data;
radeon_uvd.c
153
struct
common_firmware_header
*hdr = (void *)rdev->uvd_fw->data;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c
139
const struct
common_firmware_header
*header;
179
header = (const struct
common_firmware_header
*)ucode->fw->data;
Completed in 46 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025