Searched refs:fw_data_ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v12_1.c | 2253 u32 *fw_ucode_ptr, *fw_data_ptr; in gfx_v12_1_init_cp_compute_microcode_bo() local 2295 (void **)&fw_data_ptr); in gfx_v12_1_init_cp_compute_microcode_bo() 2306 memcpy(fw_data_ptr + offset, fw_data, fw_data_size); in gfx_v12_1_init_cp_compute_microcode_bo()
|
| H A D | gfx_v12_0.c | 2849 u32 *fw_ucode_ptr, *fw_data_ptr; in gfx_v12_0_cp_compute_load_microcode_rs64() local 2885 (void **)&fw_data_ptr); in gfx_v12_0_cp_compute_load_microcode_rs64() 2894 memcpy(fw_data_ptr + i * ALIGN(fw_data_size, 64 * 1024) / 4, fw_data, fw_data_size); in gfx_v12_0_cp_compute_load_microcode_rs64()
|
| H A D | gfx_v11_0.c | 3991 u32 *fw_ucode_ptr, *fw_data_ptr; in gfx_v11_0_cp_compute_load_microcode_rs64() local 4029 (void **)&fw_data_ptr); in gfx_v11_0_cp_compute_load_microcode_rs64() 4037 memcpy(fw_data_ptr, fw_data, fw_data_size); in gfx_v11_0_cp_compute_load_microcode_rs64()
|