Lines Matching full:front
78 void intel_frontbuffer_put(struct intel_frontbuffer *front);
83 void __intel_fb_invalidate(struct intel_frontbuffer *front,
89 * @front: GEM object to invalidate
98 static inline bool intel_frontbuffer_invalidate(struct intel_frontbuffer *front, in intel_frontbuffer_invalidate() argument
103 if (!front) in intel_frontbuffer_invalidate()
106 frontbuffer_bits = atomic_read(&front->bits); in intel_frontbuffer_invalidate()
110 __intel_fb_invalidate(front, origin, frontbuffer_bits); in intel_frontbuffer_invalidate()
114 void __intel_fb_flush(struct intel_frontbuffer *front,
120 * @front: GEM object to flush
126 static inline void intel_frontbuffer_flush(struct intel_frontbuffer *front, in intel_frontbuffer_flush() argument
131 if (!front) in intel_frontbuffer_flush()
134 frontbuffer_bits = atomic_read(&front->bits); in intel_frontbuffer_flush()
138 __intel_fb_flush(front, origin, frontbuffer_bits); in intel_frontbuffer_flush()
141 void intel_frontbuffer_queue_flush(struct intel_frontbuffer *front);