Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_rlc.h166 u32 reg_list_format_size_bytes; member
Damdgpu_ucode.h211 uint32_t reg_list_format_size_bytes; /* size of reg list format array in bytes */ member
Damdgpu_ucode.c168 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
Dgfx_v8_0.c1099 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v8_0_init_microcode()
1100 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v8_0_init_microcode()
1105 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v8_0_init_microcode()
1115 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()
3980 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v8_0_init_save_restore_list()
3986 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v8_0_init_save_restore_list()
4003 for (i = 0; i < adev->gfx.rlc.reg_list_format_size_bytes >> 2; i++) in gfx_v8_0_init_save_restore_list()
Dgfx_v9_0.c1491 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v9_0_init_rlc_microcode()
1492 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v9_0_init_rlc_microcode()
1496 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v9_0_init_rlc_microcode()
1505 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v9_0_init_rlc_microcode()
2786 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v9_1_init_rlc_save_restore_list()
2794 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v9_1_init_rlc_save_restore_list()
2823 while (i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2)) { in gfx_v9_1_init_rlc_save_restore_list()
Dgfx_v10_0.c4196 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v10_0_init_microcode()
4197 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v10_0_init_microcode()
4201 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v10_0_init_microcode()
4210 for (i = 0 ; i < (rlc_hdr->reg_list_format_size_bytes >> 2); i++) in gfx_v10_0_init_microcode()