Lines Matching refs:intel_frontbuffer
126 void __intel_fb_invalidate(struct intel_frontbuffer *front, in __intel_fb_invalidate()
146 void __intel_fb_flush(struct intel_frontbuffer *front, in __intel_fb_flush()
167 static void intel_frontbuffer_ref(struct intel_frontbuffer *front) in intel_frontbuffer_ref()
174 struct intel_frontbuffer *front = in intel_frontbuffer_flush_work()
175 container_of(work, struct intel_frontbuffer, flush_work); in intel_frontbuffer_flush_work()
188 void intel_frontbuffer_queue_flush(struct intel_frontbuffer *front) in intel_frontbuffer_queue_flush()
198 void intel_frontbuffer_init(struct intel_frontbuffer *front, struct drm_device *drm) in intel_frontbuffer_init()
205 void intel_frontbuffer_fini(struct intel_frontbuffer *front) in intel_frontbuffer_fini()
210 struct intel_frontbuffer *intel_frontbuffer_get(struct drm_gem_object *obj) in intel_frontbuffer_get()
215 void intel_frontbuffer_put(struct intel_frontbuffer *front) in intel_frontbuffer_put()
229 void intel_frontbuffer_track(struct intel_frontbuffer *old, in intel_frontbuffer_track()
230 struct intel_frontbuffer *new, in intel_frontbuffer_track()