Home
last modified time | relevance | path

Searched defs:num_dwords (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_klv_helpers.c78 void xe_guc_klv_print(const u32 *klvs, u32 num_dwords, struct drm_printer *p) in xe_guc_klv_print()
132 int xe_guc_klv_count(const u32 *klvs, u32 num_dwords) in xe_guc_klv_count()
H A Dxe_gt_sriov_pf_config.c76 static int pf_send_vf_buf_klvs(struct xe_gt *gt, u32 vfid, struct xe_guc_buf buf, u32 num_dwords) in pf_send_vf_buf_klvs()
88 struct xe_guc_buf buf, u32 num_dwords) in pf_push_vf_buf_klvs()
126 const u32 *klvs, u32 num_dwords) in pf_push_vf_cfg_klvs()
321 u32 num_dwords; in pf_push_full_vf_config() local
2325 const u32 *klvs, size_t num_dwords) in pf_restore_vf_config()
H A Dxe_guc.c573 static int __guc_opt_in_features_enable(struct xe_guc *guc, u64 addr, u32 num_dwords) in __guc_opt_in_features_enable()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c230 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords) in intel_ring_begin()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c868 static struct ct_incoming_msg *ct_alloc_msg(u32 num_dwords) in ct_alloc_msg()