drm/i915/bdw: GEN-specific logical ring emit flush
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_ringbuffer.c
index 0bfa018fab200ec81925b340285f2a7950120ac2..4236014c1cda12ee9a342736d3be1a8c051e6db5 100644 (file)
 #include "i915_trace.h"
 #include "intel_drv.h"
 
-/* Early gen2 devices have a cacheline of just 32 bytes, using 64 is overkill,
- * but keeps the logic simple. Indeed, the whole purpose of this macro is just
- * to give some inclination as to some of the magic values used in the various
- * workarounds!
- */
-#define CACHELINE_BYTES 64
-
 bool
 intel_ring_initialized(struct intel_engine_cs *ring)
 {
This page took 0.036487 seconds and 5 git commands to generate.