Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_display.c2532 dspcntr |= DISPPLANE_TILED; in i9xx_update_primary_plane()
2640 dspcntr |= DISPPLANE_TILED; in ironlake_update_primary_plane()
6364 if (val & DISPPLANE_TILED) in i9xx_get_plane_config()
7404 if (val & DISPPLANE_TILED) in ironlake_get_plane_config()
9757 dspcntr |= DISPPLANE_TILED; in intel_do_mmio_flip()
9759 dspcntr &= ~DISPPLANE_TILED; in intel_do_mmio_flip()
Di915_reg.h4250 #define DISPPLANE_TILED (1<<10) macro