Searched refs:num_dwords (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_ring.c230 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords) argument
234 const unsigned int bytes = num_dwords * sizeof(u32);
240 GEM_BUG_ON(num_dwords & 1);
314 int num_dwords; local
317 num_dwords = (rq->ring->emit & (CACHELINE_BYTES - 1)) / sizeof(u32);
318 if (num_dwords == 0)
321 num_dwords = CACHELINE_DWORDS - num_dwords;
322 GEM_BUG_ON(num_dwords & 1);
324 cs = intel_ring_begin(rq, num_dwords);
328 memset64(cs, (u64)MI_NOOP << 32 | MI_NOOP, num_dwords / 2); local
[all...]
H A Dintel_ring.h18 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords);
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_pm4_headers_ai.h570 uint32_t num_dwords:16; member in struct:pm4_mec_release_mem::__anon130::__anon131
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ct.c840 static struct ct_incoming_msg *ct_alloc_msg(u32 num_dwords) argument
844 msg = kmalloc(struct_size(msg, msg, num_dwords), GFP_ATOMIC);
846 msg->size = num_dwords;
/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_core.c2543 unsigned int num_dwords; /* DWORDS per line */ local
2547 num_dwords = vbisamples/4;
2551 OUTB(bktr, BKTR_VBI_PACK_SIZE, ((num_dwords)) & 0xff);
2552 OUTB(bktr, BKTR_VBI_PACK_DEL, ((num_dwords)>> 8) & 0x01); /* no hdelay */
/openbsd-current/sys/dev/pci/
H A Dvmwpvs.c212 u_int16_t num_dwords; member in struct:vmwpvs_cfg_pg_header

Completed in 80 milliseconds