Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw_abi.h44 struct uc_css_header { struct
75 static_assert(sizeof(struct uc_css_header) == 128); argument
Dintel_uc_fw.c270 struct uc_css_header *css; in intel_uc_fw_fetch()
291 if (unlikely(fw->size < sizeof(struct uc_css_header))) { in intel_uc_fw_fetch()
293 uc_fw->path, fw->size, sizeof(struct uc_css_header)); in intel_uc_fw_fetch()
298 css = (struct uc_css_header *)fw->data; in intel_uc_fw_fetch()
302 if (unlikely(size != sizeof(struct uc_css_header))) { in intel_uc_fw_fetch()
304 uc_fw->path, fw->size, sizeof(struct uc_css_header)); in intel_uc_fw_fetch()
322 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in intel_uc_fw_fetch()
447 intel_uncore_write_fw(uncore, DMA_COPY_SIZE, sizeof(struct uc_css_header) + uc_fw->ucode_size); in uc_fw_xfer()
571 u32 offset = sizeof(struct uc_css_header) + uc_fw->ucode_size; in intel_uc_fw_copy_rsa()
Dintel_uc_fw.h216 return sizeof(struct uc_css_header) + uc_fw->ucode_size; in _intel_uc_fw_get_upload_size()