Home
last modified time | relevance | path

Searched refs:reg_list_format_size_bytes (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_rlc.c307 adev->gfx.rlc.reg_list_format_size_bytes = in amdgpu_gfx_rlc_init_microcode_v2_0()
308 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in amdgpu_gfx_rlc_init_microcode_v2_0()
312 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in amdgpu_gfx_rlc_init_microcode_v2_0()
321 for (i = 0 ; i < (rlc_hdr->reg_list_format_size_bytes >> 2); i++) in amdgpu_gfx_rlc_init_microcode_v2_0()
H A Damdgpu_rlc.h291 u32 reg_list_format_size_bytes; member
H A Damdgpu_ucode.h236 uint32_t reg_list_format_size_bytes; /* size of reg list format array in bytes */ member
H A Dgfx_v8_0.c1078 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v8_0_init_microcode()
1079 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v8_0_init_microcode()
1084 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v8_0_init_microcode()
1094 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()
3951 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v8_0_init_save_restore_list()
3957 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v8_0_init_save_restore_list()
3974 for (i = 0; i < adev->gfx.rlc.reg_list_format_size_bytes >> 2; i++) in gfx_v8_0_init_save_restore_list()
H A Damdgpu_ucode.c187 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
H A Dgfx_v9_0.c2807 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v9_1_init_rlc_save_restore_list()
2815 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v9_1_init_rlc_save_restore_list()
2844 while (i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2)) { in gfx_v9_1_init_rlc_save_restore_list()