Searched refs:DSPTILEOFF (Results 1 – 2 of 2) sorted by relevance
2787 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); in i9xx_update_primary_plane()2890 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); in ironlake_update_primary_plane()6978 offset = I915_READ(DSPTILEOFF(plane)); in i9xx_get_initial_plane_config()8142 offset = I915_READ(DSPTILEOFF(pipe)); in ironlake_get_initial_plane_config()14525 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); in intel_display_capture_error_state()
4519 #define DSPTILEOFF(plane) _PIPE2(plane, _DSPATILEOFF) macro