Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c2808 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); in i9xx_update_primary_plane()
2913 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); in ironlake_update_primary_plane()
8069 offset = I915_READ(DSPTILEOFF(plane)); in i9xx_get_initial_plane_config()
9233 offset = I915_READ(DSPTILEOFF(pipe)); in ironlake_get_initial_plane_config()
15717 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); in intel_display_capture_error_state()
Di915_reg.h4973 #define DSPTILEOFF(plane) _PIPE2(plane, _DSPATILEOFF) macro