Lines Matching full:front
77 void intel_frontbuffer_put(struct intel_frontbuffer *front);
82 void __intel_fb_invalidate(struct intel_frontbuffer *front,
88 * @front: GEM object to invalidate
97 static inline bool intel_frontbuffer_invalidate(struct intel_frontbuffer *front, in intel_frontbuffer_invalidate() argument
102 if (!front) in intel_frontbuffer_invalidate()
105 frontbuffer_bits = atomic_read(&front->bits); in intel_frontbuffer_invalidate()
109 __intel_fb_invalidate(front, origin, frontbuffer_bits); in intel_frontbuffer_invalidate()
113 void __intel_fb_flush(struct intel_frontbuffer *front,
119 * @front: GEM object to flush
125 static inline void intel_frontbuffer_flush(struct intel_frontbuffer *front, in intel_frontbuffer_flush() argument
130 if (!front) in intel_frontbuffer_flush()
133 frontbuffer_bits = atomic_read(&front->bits); in intel_frontbuffer_flush()
137 __intel_fb_flush(front, origin, frontbuffer_bits); in intel_frontbuffer_flush()
140 void intel_frontbuffer_queue_flush(struct intel_frontbuffer *front);