diff options
Diffstat (limited to 'sys/dev/pci/drm/intel_ringbuffer.h')
-rw-r--r-- | sys/dev/pci/drm/intel_ringbuffer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/intel_ringbuffer.h b/sys/dev/pci/drm/intel_ringbuffer.h index 8841114aee2..8bda2ece499 100644 --- a/sys/dev/pci/drm/intel_ringbuffer.h +++ b/sys/dev/pci/drm/intel_ringbuffer.h @@ -93,7 +93,7 @@ struct intel_ring_buffer { int (*flush)(struct intel_ring_buffer *ring, u32 invalidate_domains, u32 flush_domains); - int (*add_request)(struct intel_ring_buffer *ring, u32 seqno); + int (*add_request)(struct intel_ring_buffer *ring, u32 *seqno); /* Some chipsets are not quite as coherent as advertised and need * an expensive kick to force a true read of the up-to-date seqno. * However, the up-to-date seqno is not always required and the last @@ -137,9 +137,7 @@ struct intel_ring_buffer { /** * Do we have some not yet emitted requests outstanding? */ -#ifdef notyet u32 outstanding_lazy_request; -#endif bool gpu_caches_dirty; int irq_queue; |