Home
last modified time | relevance | path

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

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