Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_ucode.h91 uint32_t reg_list_format_size_bytes; /* size of reg list format array in bytes */ member
HDamdgpu_ucode.c151 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
HDgfx_v9_0.c580 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v9_0_init_microcode()
581 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v9_0_init_microcode()
585 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v9_0_init_microcode()
594 for (i = 0 ; i < (rlc_hdr->reg_list_format_size_bytes >> 2); i++) in gfx_v9_0_init_microcode()
1919 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes, M_DRM, GFP_KERNEL); in gfx_v9_1_init_rlc_save_restore_list()
1923 adev->gfx.rlc.reg_list_format_size_bytes); in gfx_v9_1_init_rlc_save_restore_list()
1929 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v9_1_init_rlc_save_restore_list()
1958 while (i < (adev->gfx.rlc.reg_list_format_size_bytes >> 2)) { in gfx_v9_1_init_rlc_save_restore_list()
HDgfx_v8_0.c1101 adev->gfx.rlc.reg_list_format_size_bytes = in gfx_v8_0_init_microcode()
1102 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes); in gfx_v8_0_init_microcode()
1107 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes + in gfx_v8_0_init_microcode()
1117 for (i = 0 ; i < (rlc_hdr->reg_list_format_size_bytes >> 2); i++) in gfx_v8_0_init_microcode()
4061 kmalloc(adev->gfx.rlc.reg_list_format_size_bytes, M_DRM, GFP_KERNEL); in gfx_v8_0_init_save_restore_list()
4065 adev->gfx.rlc.reg_list_format_size_bytes); in gfx_v8_0_init_save_restore_list()
4069 adev->gfx.rlc.reg_list_format_size_bytes >> 2, in gfx_v8_0_init_save_restore_list()
4086 for (i = 0; i < adev->gfx.rlc.reg_list_format_size_bytes >> 2; i++) in gfx_v8_0_init_save_restore_list()
HDamdgpu.h739 u32 reg_list_format_size_bytes; member