Home
last modified time | relevance | path

Searched refs:SVGA_CAP_PITCHLOCK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h897 #define SVGA_CAP_PITCHLOCK 0x00020000 macro
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c318 if (capabilities & SVGA_CAP_PITCHLOCK) in vmw_print_capabilities()
824 !(dev_priv->capabilities & SVGA_CAP_PITCHLOCK) && in vmw_driver_load()
Dvmwgfx_kms.c1874 if (vmw_priv->capabilities & SVGA_CAP_PITCHLOCK) in vmw_kms_write_svga()