Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c11068 uint32_t plane_bit = 0; in intel_gen7_queue_flip() local
11073 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A; in intel_gen7_queue_flip()
11076 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B; in intel_gen7_queue_flip()
11079 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C; in intel_gen7_queue_flip()
11145 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | plane_bit); in intel_gen7_queue_flip()