Home
last modified time | relevance | path

Searched refs:reg_list_size_bytes (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h93 uint32_t reg_list_size_bytes; /* size of reg list array in bytes */ member
Damdgpu_ucode.c155 le32_to_cpu(rlc_hdr->reg_list_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
Dgfx_v9_0.c581 adev->gfx.rlc.reg_list_size_bytes = in gfx_v9_0_init_microcode()
582 le32_to_cpu(rlc_hdr->reg_list_size_bytes); in gfx_v9_0_init_microcode()
585 adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL); in gfx_v9_0_init_microcode()
600 for (i = 0 ; i < (rlc_hdr->reg_list_size_bytes >> 2); i++) in gfx_v9_0_init_microcode()
1962 for (i = 0; i < adev->gfx.rlc.reg_list_size_bytes >> 2; i++) in gfx_v9_1_init_rlc_save_restore_list()
1998 list_size = adev->gfx.rlc.reg_list_size_bytes >> 2; in gfx_v9_1_init_rlc_save_restore_list()
Dgfx_v8_0.c1103 adev->gfx.rlc.reg_list_size_bytes = in gfx_v8_0_init_microcode()
1104 le32_to_cpu(rlc_hdr->reg_list_size_bytes); in gfx_v8_0_init_microcode()
1108 adev->gfx.rlc.reg_list_size_bytes, GFP_KERNEL); in gfx_v8_0_init_microcode()
1124 for (i = 0 ; i < (rlc_hdr->reg_list_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()
4081 for (i = 0; i < adev->gfx.rlc.reg_list_size_bytes >> 2; i++) in gfx_v8_0_init_save_restore_list()
4089 list_size = adev->gfx.rlc.reg_list_size_bytes >> 2; in gfx_v8_0_init_save_restore_list()
Damdgpu.h735 u32 reg_list_size_bytes; member