Home
last modified time | relevance | path

Searched refs:num_dwords (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/xe/
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_sriov_packet.c408 u32 num_dwords = data->hdr.size / sizeof(u32); in xe_sriov_packet_process_descriptor() local
419 while (num_dwords >= GUC_KLV_LEN_MIN) { in xe_sriov_packet_process_descriptor()
424 num_dwords -= GUC_KLV_LEN_MIN; in xe_sriov_packet_process_descriptor()
426 if (len > num_dwords) { in xe_sriov_packet_process_descriptor()
459 num_dwords -= len; in xe_sriov_packet_process_descriptor()
H A Dxe_guc.c580 static int __guc_opt_in_features_enable(struct xe_guc *guc, u64 addr, u32 num_dwords) in __guc_opt_in_features_enable() argument
586 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() argument
234 const unsigned int bytes = num_dwords * sizeof(u32); in intel_ring_begin()
240 GEM_BUG_ON(num_dwords & 1); in intel_ring_begin()
H A Dintel_ring.h18 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords);
/linux/drivers/mtd/spi-nor/
H A Dsysfs.c60 size_t sfdp_size = sfdp->num_dwords * sizeof(*sfdp->dwords); in sfdp_read()
H A Dsfdp.c1530 sfdp->num_dwords = DIV_ROUND_UP(sfdp_size, sizeof(*sfdp->dwords)); in spi_nor_parse_sfdp()
1531 sfdp->dwords = devm_kcalloc(dev, sfdp->num_dwords, in spi_nor_parse_sfdp()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c865 static struct ct_incoming_msg *ct_alloc_msg(u32 num_dwords) in ct_alloc_msg() argument
869 msg = kmalloc_flex(*msg, msg, num_dwords, GFP_ATOMIC); in ct_alloc_msg()
871 msg->size = num_dwords; in ct_alloc_msg()