Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw_abi.h49 struct uc_css_header { struct
84 static_assert(sizeof(struct uc_css_header) == 128); argument
Dintel_uc_fw.c476 struct uc_css_header *css; in check_ccs_header()
480 if (unlikely(fw->size < sizeof(struct uc_css_header))) { in check_ccs_header()
483 fw->size, sizeof(struct uc_css_header)); in check_ccs_header()
487 css = (struct uc_css_header *)fw->data; in check_ccs_header()
492 if (unlikely(size != sizeof(struct uc_css_header))) { in check_ccs_header()
496 fw->size, sizeof(struct uc_css_header)); in check_ccs_header()
507 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in check_ccs_header()
745 sizeof(struct uc_css_header) + uc_fw->ucode_size); in uc_fw_xfer()
950 u32 offset = sizeof(struct uc_css_header) + uc_fw->ucode_size; in intel_uc_fw_copy_rsa()
Dintel_uc_fw.h249 return sizeof(struct uc_css_header) + uc_fw->ucode_size; in __intel_uc_fw_get_upload_size()