Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_packet.c367 u32 *klvs; in pf_descriptor_init() local
381 klvs = data->vaddr; in pf_descriptor_init()
382 klvs[len++] = PREP_GUC_KLV_CONST(MIGRATION_KLV_DEVICE_DEVID_KEY, in pf_descriptor_init()
384 klvs[len++] = xe->info.devid; in pf_descriptor_init()
385 klvs[len++] = PREP_GUC_KLV_CONST(MIGRATION_KLV_DEVICE_REVID_KEY, in pf_descriptor_init()
387 klvs[len++] = xe->info.revid; in pf_descriptor_init()
411 u32 *klvs = data->vaddr; in xe_sriov_packet_process_descriptor() local
422 u32 key = FIELD_GET(GUC_KLV_0_KEY, klvs[0]); in xe_sriov_packet_process_descriptor()
423 u32 len = FIELD_GET(GUC_KLV_0_LEN, klvs[0]); in xe_sriov_packet_process_descriptor()
425 klvs += GUC_KLV_LEN_MIN; in xe_sriov_packet_process_descriptor()
[all …]
H A Dxe_guc_klv_helpers.h16 void xe_guc_klv_print(const u32 *klvs, u32 num_dwords, struct drm_printer *p);
17 int xe_guc_klv_count(const u32 *klvs, u32 num_dwords);
H A Dxe_guc.c624 u32 *klvs; in xe_guc_opt_in_features_enable() local
630 klvs = xe_guc_buf_cpu_ptr(buf); in xe_guc_opt_in_features_enable()
640 klvs[count++] = PREP_GUC_KLV_TAG(OPT_IN_FEATURE_EXT_CAT_ERR_TYPE); in xe_guc_opt_in_features_enable()
643 klvs[count++] = PREP_GUC_KLV_TAG(OPT_IN_FEATURE_DYNAMIC_INHIBIT_CONTEXT_SWITCH); in xe_guc_opt_in_features_enable()