Home
last modified time | relevance | path

Searched refs:vmw_cmd_supported (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c410 if (vmw_cmd_supported(dev_priv)) { in vmw_ldu_init()
454 vmw_cmd_supported(dev_priv) ? &cursor->base : NULL, in vmw_ldu_init()
Dvmwgfx_cmd.c676 bool vmw_cmd_supported(struct vmw_private *vmw) in vmw_cmd_supported() function
Dvmwgfx_kms.c42 if (vmw_cmd_supported(dev_priv)) in vmw_du_cleanup()
1328 vmw_cmd_supported(dev_priv)) in vmw_framebuffer_bo_dirty_ext()
Dvmwgfx_drv.h1012 extern bool vmw_cmd_supported(struct vmw_private *vmw);
Dvmwgfx_drv.c443 uses_fb_traces = !vmw_cmd_supported(dev_priv) && in vmw_device_init()