Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c270 val = vgpu_vreg_t(vgpu, DSPTILEOFF(pipe)); in intel_vgpu_decode_primary_plane()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c3825 I915_WRITE_FW(DSPTILEOFF(i9xx_plane), (y << 16) | x); in i9xx_update_plane()
8643 offset = I915_READ(DSPTILEOFF(i9xx_plane)); in i9xx_get_initial_plane_config()
17255 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); in intel_display_capture_error_state()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h6264 #define DSPTILEOFF(plane) _MMIO_PIPE2(plane, _DSPATILEOFF) macro