Searched refs:has_gl43_context (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c110 param->value = has_gl43_context(dev_priv);
H A Dvmwgfx_drv.h733 * has_gl43_context - Does the device support GL43 context.
738 static inline bool has_gl43_context(const struct vmw_private *dev_priv) function
746 return (has_gl43_context(dev_priv) ?

Completed in 151 milliseconds