Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_binary_headers.h75 u32 sub_partition_offset; /* from the base of the BPDT header */ member
H A Dintel_gsc_fw.c176 cpd_header = (void *)bpdt_header + bpdt_entry->sub_partition_offset; in intel_gsc_fw_get_binary_info()
177 min_size = bpdt_entry->sub_partition_offset + sizeof(*cpd_header); in intel_gsc_fw_get_binary_info()
/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw_abi.h261 u32 sub_partition_offset; /* from the base of the BPDT header */ member
H A Dxe_uc_fw.c593 min_size = bpdt_entry->sub_partition_offset; in parse_gsc_layout()