Lines Matching refs:vgpu_vreg_t

158 	u32 stride_reg = vgpu_vreg_t(vgpu, DSPSTRIDE(dev_priv, pipe)) & stride_mask;  in intel_vgpu_get_stride()
220 val = vgpu_vreg_t(vgpu, DSPCNTR(dev_priv, pipe)); in intel_vgpu_decode_primary_plane()
254 plane->base = vgpu_vreg_t(vgpu, DSPSURF(dev_priv, pipe)) & I915_GTT_PAGE_MASK; in intel_vgpu_decode_primary_plane()
270 plane->width = (vgpu_vreg_t(vgpu, PIPESRC(dev_priv, pipe)) & _PIPE_H_SRCSZ_MASK) >> in intel_vgpu_decode_primary_plane()
273 plane->height = (vgpu_vreg_t(vgpu, PIPESRC(dev_priv, pipe)) & in intel_vgpu_decode_primary_plane()
277 val = vgpu_vreg_t(vgpu, DSPTILEOFF(dev_priv, pipe)); in intel_vgpu_decode_primary_plane()
351 val = vgpu_vreg_t(vgpu, CURCNTR(dev_priv, pipe)); in intel_vgpu_decode_cursor_plane()
377 plane->base = vgpu_vreg_t(vgpu, CURBASE(dev_priv, pipe)) & I915_GTT_PAGE_MASK; in intel_vgpu_decode_cursor_plane()
388 val = vgpu_vreg_t(vgpu, CURPOS(dev_priv, pipe)); in intel_vgpu_decode_cursor_plane()
394 plane->x_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_x_hot)); in intel_vgpu_decode_cursor_plane()
395 plane->y_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_y_hot)); in intel_vgpu_decode_cursor_plane()
430 val = vgpu_vreg_t(vgpu, SPRCTL(pipe)); in intel_vgpu_decode_sprite_plane()
481 plane->base = vgpu_vreg_t(vgpu, SPRSURF(pipe)) & I915_GTT_PAGE_MASK; in intel_vgpu_decode_sprite_plane()
492 plane->stride = vgpu_vreg_t(vgpu, SPRSTRIDE(pipe)) & in intel_vgpu_decode_sprite_plane()
495 val = vgpu_vreg_t(vgpu, SPRSIZE(pipe)); in intel_vgpu_decode_sprite_plane()
503 val = vgpu_vreg_t(vgpu, SPRPOS(pipe)); in intel_vgpu_decode_sprite_plane()
507 val = vgpu_vreg_t(vgpu, SPROFFSET(pipe)); in intel_vgpu_decode_sprite_plane()