Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c276 val = vgpu_vreg_t(vgpu, DSPTILEOFF(pipe)); in intel_vgpu_decode_primary_plane()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c3362 I915_WRITE_FW(DSPTILEOFF(i9xx_plane), (y << 16) | x); in i9xx_update_plane()
7764 offset = I915_READ(DSPTILEOFF(i9xx_plane)); in i9xx_get_initial_plane_config()
16104 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); in intel_display_capture_error_state()
Di915_reg.h6168 #define DSPTILEOFF(plane) _MMIO_PIPE2(plane, _DSPATILEOFF) macro