Home
last modified time | relevance | path

Searched refs:intel_frontbuffer_flush (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_frontbuffer.h133 static inline void intel_frontbuffer_flush(struct intel_frontbuffer *front, in intel_frontbuffer_flush() function
Dintel_frontbuffer.c215 intel_frontbuffer_flush(front, ORIGIN_CS); in frontbuffer_retire()
Dintel_fbdev.c221 intel_frontbuffer_flush(to_frontbuffer(ifbdev), ORIGIN_DIRTYFB); in intelfb_create()
Dintel_display.c3701 intel_frontbuffer_flush(to_intel_frontbuffer(fb), ORIGIN_DIRTYFB); in intel_find_initial_plane_obj()
16294 intel_frontbuffer_flush(to_intel_frontbuffer(new_plane_state->hw.fb), in intel_legacy_cursor_update()
17166 intel_frontbuffer_flush(to_intel_frontbuffer(fb), ORIGIN_DIRTYFB); in intel_user_framebuffer_dirty()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_object.c358 intel_frontbuffer_flush(front, origin); in __i915_gem_object_flush_frontbuffer()