/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_ring.c | 222 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords) 226 const unsigned int bytes = num_dwords * sizeof(u32); 232 GEM_BUG_ON(num_dwords & 1); 305 int num_dwords; local in function:intel_ring_cacheline_align 308 num_dwords = (rq->ring->emit & (CACHELINE_BYTES - 1)) / sizeof(u32); 309 if (num_dwords == 0) 312 num_dwords = CACHELINE_DWORDS - num_dwords; 313 GEM_BUG_ON(num_dwords & 1); 315 cs = intel_ring_begin(rq, num_dwords); [all...] |
intel_ring.c | 222 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords) 226 const unsigned int bytes = num_dwords * sizeof(u32); 232 GEM_BUG_ON(num_dwords & 1); 305 int num_dwords; local in function:intel_ring_cacheline_align 308 num_dwords = (rq->ring->emit & (CACHELINE_BYTES - 1)) / sizeof(u32); 309 if (num_dwords == 0) 312 num_dwords = CACHELINE_DWORDS - num_dwords; 313 GEM_BUG_ON(num_dwords & 1); 315 cs = intel_ring_begin(rq, num_dwords); [all...] |
intel_ring.c | 222 u32 *intel_ring_begin(struct i915_request *rq, unsigned int num_dwords) 226 const unsigned int bytes = num_dwords * sizeof(u32); 232 GEM_BUG_ON(num_dwords & 1); 305 int num_dwords; local in function:intel_ring_cacheline_align 308 num_dwords = (rq->ring->emit & (CACHELINE_BYTES - 1)) / sizeof(u32); 309 if (num_dwords == 0) 312 num_dwords = CACHELINE_DWORDS - num_dwords; 313 GEM_BUG_ON(num_dwords & 1); 315 cs = intel_ring_begin(rq, num_dwords); [all...] |
/src/sys/dev/pci/bktr/ |
bktr_core.c | 2761 unsigned int num_dwords; /* DWORDS per line */ local in function:rgb_vbi_prog 2765 num_dwords = vbisamples/4; 2769 OUTB(bktr, BKTR_VBI_PACK_SIZE, ((num_dwords)) & 0xff); 2770 OUTB(bktr, BKTR_VBI_PACK_DEL, ((num_dwords)>> 8) & 0x01); /* no hdelay */
|
bktr_core.c | 2761 unsigned int num_dwords; /* DWORDS per line */ local in function:rgb_vbi_prog 2765 num_dwords = vbisamples/4; 2769 OUTB(bktr, BKTR_VBI_PACK_SIZE, ((num_dwords)) & 0xff); 2770 OUTB(bktr, BKTR_VBI_PACK_DEL, ((num_dwords)>> 8) & 0x01); /* no hdelay */
|
bktr_core.c | 2761 unsigned int num_dwords; /* DWORDS per line */ local in function:rgb_vbi_prog 2765 num_dwords = vbisamples/4; 2769 OUTB(bktr, BKTR_VBI_PACK_SIZE, ((num_dwords)) & 0xff); 2770 OUTB(bktr, BKTR_VBI_PACK_DEL, ((num_dwords)>> 8) & 0x01); /* no hdelay */
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_pm4_headers_ai.h | 567 uint32_t num_dwords:16; member in struct:pm4_mec_release_mem::__anonf7705be4340a::__anonf7705be43508
|
kfd_pm4_headers_ai.h | 567 uint32_t num_dwords:16; member in struct:pm4_mec_release_mem::__anonf7705be4340a::__anonf7705be43508
|
kfd_pm4_headers_ai.h | 567 uint32_t num_dwords:16; member in struct:pm4_mec_release_mem::__anonf7705be4340a::__anonf7705be43508
|