Lines Matching refs:vmw_write
171 vmw_write(dev_priv, SVGA_REG_CURSOR_MOBID, in vmw_cursor_update_mob()
335 vmw_write(dev_priv, SVGA_REG_CURSOR4_X, x); in vmw_cursor_update_position()
336 vmw_write(dev_priv, SVGA_REG_CURSOR4_Y, y); in vmw_cursor_update_position()
337 vmw_write(dev_priv, SVGA_REG_CURSOR4_SCREEN_ID, SVGA3D_INVALID_ID); in vmw_cursor_update_position()
338 vmw_write(dev_priv, SVGA_REG_CURSOR4_ON, svga_cursor_on); in vmw_cursor_update_position()
339 vmw_write(dev_priv, SVGA_REG_CURSOR4_SUBMIT, 1); in vmw_cursor_update_position()
347 vmw_write(dev_priv, SVGA_REG_CURSOR_X, x); in vmw_cursor_update_position()
348 vmw_write(dev_priv, SVGA_REG_CURSOR_Y, y); in vmw_cursor_update_position()
349 vmw_write(dev_priv, SVGA_REG_CURSOR_ON, svga_cursor_on); in vmw_cursor_update_position()
2129 vmw_write(vmw_priv, SVGA_REG_PITCHLOCK, pitch); in vmw_kms_write_svga()
2132 vmw_write(vmw_priv, SVGA_REG_WIDTH, width); in vmw_kms_write_svga()
2133 vmw_write(vmw_priv, SVGA_REG_HEIGHT, height); in vmw_kms_write_svga()
2135 vmw_write(vmw_priv, SVGA_REG_BITS_PER_PIXEL, bpp); in vmw_kms_write_svga()
2247 vmw_write(dev_priv, SVGA_PALETTE_BASE + i * 3 + 0, r[i] >> 8); in vmw_du_crtc_gamma_set()
2248 vmw_write(dev_priv, SVGA_PALETTE_BASE + i * 3 + 1, g[i] >> 8); in vmw_du_crtc_gamma_set()
2249 vmw_write(dev_priv, SVGA_PALETTE_BASE + i * 3 + 2, b[i] >> 8); in vmw_du_crtc_gamma_set()