Searched refs:uc_css_header (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h49 struct uc_css_header { struct
85 static_assert(sizeof(struct uc_css_header) == 128);
H A Dintel_huc_fw.c111 const struct uc_css_header *css = data;
113 if (unlikely(size < sizeof(struct uc_css_header)))
H A Dintel_uc_fw.c590 static void guc_read_css_info(struct intel_uc_fw *uc_fw, struct uc_css_header *css)
642 struct uc_css_header *css;
646 if (unlikely(fw_size < sizeof(struct uc_css_header))) {
649 fw_size, sizeof(struct uc_css_header));
653 css = (struct uc_css_header *)fw_data;
658 if (unlikely(size != sizeof(struct uc_css_header))) {
661 fw_size, sizeof(struct uc_css_header));
672 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size;
1106 sizeof(struct uc_css_header) + uc_fw->ucode_size);
1331 u32 offset = uc_fw->dma_start_offset + sizeof(struct uc_css_header)
[all...]
H A Dintel_uc_fw.h274 return sizeof(struct uc_css_header) + uc_fw->ucode_size;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw.h25 return sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->css_offset;
163 return sizeof(struct uc_css_header) + uc_fw->ucode_size;
H A Dxe_uc_fw_abi.h47 struct uc_css_header { struct
86 static_assert(sizeof(struct uc_css_header) == 128);
H A Dxe_uc_fw.c299 static void guc_read_css_info(struct xe_uc_fw *uc_fw, struct uc_css_header *css)
381 struct uc_css_header *css;
385 if (unlikely(fw_size < sizeof(struct uc_css_header))) {
388 fw_size, sizeof(struct uc_css_header));
392 css = (struct uc_css_header *)fw_data;
397 if (unlikely(size != sizeof(struct uc_css_header))) {
401 fw_size, sizeof(struct uc_css_header));
412 size = sizeof(struct uc_css_header) + uc_fw->ucode_size +
810 sizeof(struct uc_css_header) + uc_fw->ucode_size);

Completed in 177 milliseconds