Searched refs:rlc_hdr (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.c115 const struct rlc_firmware_header_v1_0 *rlc_hdr = amdgpu_ucode_print_rlc_hdr() local
119 le32_to_cpu(rlc_hdr->ucode_feature_version)); amdgpu_ucode_print_rlc_hdr()
121 le32_to_cpu(rlc_hdr->save_and_restore_offset)); amdgpu_ucode_print_rlc_hdr()
123 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); amdgpu_ucode_print_rlc_hdr()
125 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); amdgpu_ucode_print_rlc_hdr()
127 le32_to_cpu(rlc_hdr->master_pkt_description_offset)); amdgpu_ucode_print_rlc_hdr()
129 const struct rlc_firmware_header_v2_0 *rlc_hdr = amdgpu_ucode_print_rlc_hdr() local
133 le32_to_cpu(rlc_hdr->ucode_feature_version)); amdgpu_ucode_print_rlc_hdr()
134 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(rlc_hdr->jt_offset)); amdgpu_ucode_print_rlc_hdr()
135 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(rlc_hdr->jt_size)); amdgpu_ucode_print_rlc_hdr()
137 le32_to_cpu(rlc_hdr->save_and_restore_offset)); amdgpu_ucode_print_rlc_hdr()
139 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); amdgpu_ucode_print_rlc_hdr()
141 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); amdgpu_ucode_print_rlc_hdr()
143 le32_to_cpu(rlc_hdr->reg_restore_list_size)); amdgpu_ucode_print_rlc_hdr()
145 le32_to_cpu(rlc_hdr->reg_list_format_start)); amdgpu_ucode_print_rlc_hdr()
147 le32_to_cpu(rlc_hdr->reg_list_format_separate_start)); amdgpu_ucode_print_rlc_hdr()
149 le32_to_cpu(rlc_hdr->starting_offsets_start)); amdgpu_ucode_print_rlc_hdr()
151 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); amdgpu_ucode_print_rlc_hdr()
153 le32_to_cpu(rlc_hdr->reg_list_format_array_offset_bytes)); amdgpu_ucode_print_rlc_hdr()
155 le32_to_cpu(rlc_hdr->reg_list_size_bytes)); amdgpu_ucode_print_rlc_hdr()
157 le32_to_cpu(rlc_hdr->reg_list_array_offset_bytes)); amdgpu_ucode_print_rlc_hdr()
159 le32_to_cpu(rlc_hdr->reg_list_format_separate_size_bytes)); amdgpu_ucode_print_rlc_hdr()
161 le32_to_cpu(rlc_hdr->reg_list_format_separate_array_offset_bytes)); amdgpu_ucode_print_rlc_hdr()
163 le32_to_cpu(rlc_hdr->reg_list_separate_size_bytes)); amdgpu_ucode_print_rlc_hdr()
165 le32_to_cpu(rlc_hdr->reg_list_separate_size_bytes)); amdgpu_ucode_print_rlc_hdr()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_ucode.c115 const struct rlc_firmware_header_v1_0 *rlc_hdr = radeon_ucode_print_rlc_hdr() local
119 le32_to_cpu(rlc_hdr->ucode_feature_version)); radeon_ucode_print_rlc_hdr()
121 le32_to_cpu(rlc_hdr->save_and_restore_offset)); radeon_ucode_print_rlc_hdr()
123 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); radeon_ucode_print_rlc_hdr()
125 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); radeon_ucode_print_rlc_hdr()
127 le32_to_cpu(rlc_hdr->master_pkt_description_offset)); radeon_ucode_print_rlc_hdr()

Completed in 64 milliseconds