Home
last modified time | relevance | path

Searched refs:INTEL_FRONTBUFFER_PRIMARY (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_display.c2397 obj->frontbuffer_bits = INTEL_FRONTBUFFER_PRIMARY(crtc->pipe); in intel_alloc_plane_obj()
2446 obj->frontbuffer_bits |= INTEL_FRONTBUFFER_PRIMARY(intel_crtc->pipe); in intel_find_plane_obj()
2822 INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_pipe_set_base()
2863 intel_frontbuffer_flip(dev, INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_pipe_set_base()
5103 INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_crtc_disable()
9353 intel_frontbuffer_flip_complete(dev, INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_unpin_work_fn()
10067 INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_crtc_page_flip()
10070 intel_frontbuffer_flip_prepare(dev, INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_crtc_page_flip()
11208 INTEL_FRONTBUFFER_PRIMARY(intel_crtc->pipe)); in __intel_set_mode()
11823 INTEL_FRONTBUFFER_PRIMARY(intel_crtc->pipe)); in intel_primary_plane_disable()
[all …]
Di915_drv.h1746 #define INTEL_FRONTBUFFER_PRIMARY(pipe) \ macro