Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h412 #define SVGA_CAP_PITCHLOCK 0x00020000 macro
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c305 { SVGA_CAP_PITCHLOCK, "pitchlock" },
1016 !(dev_priv->capabilities & SVGA_CAP_PITCHLOCK) && in vmw_driver_load()
H A Dvmwgfx_kms.c2035 if (vmw_priv->capabilities & SVGA_CAP_PITCHLOCK) in vmw_kms_write_svga()