Searched refs:SVGA_REG_ENABLE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 439 dev_priv->enable_state = vmw_read(dev_priv, SVGA_REG_ENABLE); in vmw_device_init() 443 vmw_write(dev_priv, SVGA_REG_ENABLE, SVGA_REG_ENABLE_ENABLE | in vmw_device_init() 477 vmw_write(vmw, SVGA_REG_ENABLE, in vmw_device_fini() 1348 vmw_write(dev_priv, SVGA_REG_ENABLE, SVGA_REG_ENABLE_ENABLE); in __vmw_svga_enable() 1376 vmw_write(dev_priv, SVGA_REG_ENABLE, in __vmw_svga_disable() 1409 vmw_write(dev_priv, SVGA_REG_ENABLE, in vmw_svga_disable()
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga_reg.h | 105 SVGA_REG_ENABLE = 1, enumerator
|