Lines Matching refs:vmw_write
146 vmw_write(dev_priv, SVGA_REG_CURSOR_MOBID, bo->resource->start); in vmw_cursor_update_mob()
251 vmw_write(dev_priv, SVGA_REG_CURSOR4_X, x); in vmw_cursor_update_position()
252 vmw_write(dev_priv, SVGA_REG_CURSOR4_Y, y); in vmw_cursor_update_position()
253 vmw_write(dev_priv, SVGA_REG_CURSOR4_SCREEN_ID, SVGA3D_INVALID_ID); in vmw_cursor_update_position()
254 vmw_write(dev_priv, SVGA_REG_CURSOR4_ON, svga_cursor_on); in vmw_cursor_update_position()
255 vmw_write(dev_priv, SVGA_REG_CURSOR4_SUBMIT, TRUE); in vmw_cursor_update_position()
263 vmw_write(dev_priv, SVGA_REG_CURSOR_X, x); in vmw_cursor_update_position()
264 vmw_write(dev_priv, SVGA_REG_CURSOR_Y, y); in vmw_cursor_update_position()
265 vmw_write(dev_priv, SVGA_REG_CURSOR_ON, svga_cursor_on); in vmw_cursor_update_position()
2133 vmw_write(vmw_priv, SVGA_REG_PITCHLOCK, pitch); in vmw_kms_write_svga()
2136 vmw_write(vmw_priv, SVGA_REG_WIDTH, width); in vmw_kms_write_svga()
2137 vmw_write(vmw_priv, SVGA_REG_HEIGHT, height); in vmw_kms_write_svga()
2139 vmw_write(vmw_priv, SVGA_REG_BITS_PER_PIXEL, bpp); in vmw_kms_write_svga()
2275 vmw_write(dev_priv, SVGA_PALETTE_BASE + i * 3 + 0, r[i] >> 8); in vmw_du_crtc_gamma_set()
2276 vmw_write(dev_priv, SVGA_PALETTE_BASE + i * 3 + 1, g[i] >> 8); in vmw_du_crtc_gamma_set()
2277 vmw_write(dev_priv, SVGA_PALETTE_BASE + i * 3 + 2, b[i] >> 8); in vmw_du_crtc_gamma_set()