Searched refs:I915_EMIT_PTE_NUM_DWORDS (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c360 #define I915_EMIT_PTE_NUM_DWORDS 6 macro
403 cs = intel_ring_begin(rq, I915_EMIT_PTE_NUM_DWORDS);
426 cs = intel_ring_begin(rq, I915_EMIT_PTE_NUM_DWORDS);
H A Dselftest_migrate.c603 * Fill the rest of the ring leaving I915_EMIT_PTE_NUM_DWORDS +
605 * slightly more than I915_EMIT_PTE_NUM_DWORDS, since our object size is
623 I915_EMIT_PTE_NUM_DWORDS;
625 I915_EMIT_PTE_NUM_DWORDS);
640 I915_EMIT_PTE_NUM_DWORDS * sizeof(u32)));

Completed in 166 milliseconds