Searched refs:SVGA_REG_ENABLE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_drv.c | 436 dev_priv->enable_state = vmw_read(dev_priv, SVGA_REG_ENABLE); in vmw_device_init() 440 vmw_write(dev_priv, SVGA_REG_ENABLE, SVGA_REG_ENABLE_ENABLE | in vmw_device_init() 474 vmw_write(vmw, SVGA_REG_ENABLE, in vmw_device_fini() 1309 vmw_write(dev_priv, SVGA_REG_ENABLE, SVGA_REG_ENABLE_ENABLE); in __vmw_svga_enable() 1337 vmw_write(dev_priv, SVGA_REG_ENABLE, in __vmw_svga_disable() 1370 vmw_write(dev_priv, SVGA_REG_ENABLE, in vmw_svga_disable()
|
| /Linux-v6.1/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga_reg.h | 105 SVGA_REG_ENABLE = 1, enumerator
|