Home
last modified time | relevance | path

Searched refs:uc_css_header (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw_abi.h49 struct uc_css_header { struct
85 static_assert(sizeof(struct uc_css_header) == 128); argument
Dintel_uc_fw.c574 static void guc_read_css_info(struct intel_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info()
626 struct uc_css_header *css; in __check_ccs_header()
630 if (unlikely(fw_size < sizeof(struct uc_css_header))) { in __check_ccs_header()
633 fw_size, sizeof(struct uc_css_header)); in __check_ccs_header()
637 css = (struct uc_css_header *)fw_data; in __check_ccs_header()
642 if (unlikely(size != sizeof(struct uc_css_header))) { in __check_ccs_header()
645 fw_size, sizeof(struct uc_css_header)); in __check_ccs_header()
656 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in __check_ccs_header()
1090 sizeof(struct uc_css_header) + uc_fw->ucode_size); in uc_fw_xfer()
1315 u32 offset = uc_fw->dma_start_offset + sizeof(struct uc_css_header) + uc_fw->ucode_size; in intel_uc_fw_copy_rsa()
Dintel_huc_fw.c111 const struct uc_css_header *css = data; in css_valid()
113 if (unlikely(size < sizeof(struct uc_css_header))) in css_valid()
Dintel_uc_fw.h274 return sizeof(struct uc_css_header) + uc_fw->ucode_size; in __intel_uc_fw_get_upload_size()