Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h412 #define SVGA_CAP_PITCHLOCK 0x00020000 macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c303 { SVGA_CAP_PITCHLOCK, "pitchlock" },
1009 !(dev_priv->capabilities & SVGA_CAP_PITCHLOCK) && in vmw_driver_load()
H A Dvmwgfx_kms.c2137 if (vmw_priv->capabilities & SVGA_CAP_PITCHLOCK) in vmw_kms_write_svga()
/openbmc/qemu/hw/display/
H A Dvmware_vga.c189 #define SVGA_CAP_PITCHLOCK (1 << 17) macro