Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c3296 I915_WRITE_FW(DSPTILEOFF(plane), (y << 16) | x); in i9xx_update_primary_plane()
7425 offset = I915_READ(DSPTILEOFF(plane)); in i9xx_get_initial_plane_config()
8564 offset = I915_READ(DSPTILEOFF(pipe)); in ironlake_get_initial_plane_config()
15423 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); in intel_display_capture_error_state()
H A Di915_reg.h5944 #define DSPTILEOFF(plane) _MMIO_PIPE2(plane, _DSPATILEOFF) macro