Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_rlc.h165 u32 reg_list_format_size_bytes; member
Damdgpu_ucode.h197 uint32_t reg_list_format_size_bytes; /* size of reg list format array in bytes */ member
Damdgpu_ucode.c159 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
Dgfx_v8_0.c1090 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v8_0_init_microcode()
1091 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v8_0_init_microcode()
1096 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v8_0_init_microcode()
1106 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()
3972 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v8_0_init_save_restore_list()
3978 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v8_0_init_save_restore_list()
3995 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.c1465 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v9_0_init_rlc_microcode()
1466 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v9_0_init_rlc_microcode()
1470 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v9_0_init_rlc_microcode()
1479 for (i = 0 ; i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2); i++) in gfx_v9_0_init_rlc_microcode()
2724 adev->gfx.rlc.reg_list_format_size_bytes, GFP_KERNEL); in gfx_v9_1_init_rlc_save_restore_list()
2732 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v9_1_init_rlc_save_restore_list()
2761 while (i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2)) { in gfx_v9_1_init_rlc_save_restore_list()
Dgfx_v10_0.c3760 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v10_0_init_microcode()
3761 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v10_0_init_microcode()
3765 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v10_0_init_microcode()
3774 for (i = 0 ; i < (rlc_hdr->reg_list_format_size_bytes >> 2); i++) in gfx_v10_0_init_microcode()