Searched refs:INTEL_FRONTBUFFER_PRIMARY (Results 1 – 3 of 3) sorted by relevance
668 fbc_bits = INTEL_FRONTBUFFER_PRIMARY(dev_priv->fbc.crtc->pipe); in intel_fbc_invalidate()670 fbc_bits = INTEL_FRONTBUFFER_PRIMARY( in intel_fbc_invalidate()713 INTEL_FRONTBUFFER_PRIMARY(pipe); in intel_fbc_init()
2662 obj->frontbuffer_bits |= INTEL_FRONTBUFFER_PRIMARY(intel_crtc->pipe); in intel_find_initial_plane_obj()9514 intel_frontbuffer_flip_complete(dev, INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_unpin_work_fn()10243 INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_crtc_page_flip()10246 intel_frontbuffer_flip_prepare(dev, INTEL_FRONTBUFFER_PRIMARY(pipe)); in intel_crtc_page_flip()12392 frontbuffer_bits = INTEL_FRONTBUFFER_PRIMARY(pipe); in intel_prepare_plane_fb()12514 INTEL_FRONTBUFFER_PRIMARY(intel_crtc->pipe); in intel_check_primary_plane()12582 fb_bits = INTEL_FRONTBUFFER_PRIMARY(intel_plane->pipe); in intel_begin_crtc_commit()
1893 #define INTEL_FRONTBUFFER_PRIMARY(pipe) \ macro