Home
last modified time | relevance | path

Searched refs:VMW_SM_4 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h481 * @VMW_SM_4: Context support upto SM4.
488 VMW_SM_4, enumerator
709 return (dev_priv->sm_type >= VMW_SM_4); in has_sm4_context()
1617 else if (shader_model >= VMW_SM_4) in vmw_shadertype_is_valid()
H A Dvmwgfx_drv.c925 dev_priv->sm_type = VMW_SM_4; in vmw_driver_load()
962 if (dev_priv->sm_type == VMW_SM_4) in vmw_driver_load()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h485 * @VMW_SM_4: Context support upto SM4.
493 VMW_SM_4, enumerator
731 return (dev_priv->sm_type >= VMW_SM_4); in has_sm4_context()
1527 else if (shader_model >= VMW_SM_4) in vmw_shadertype_is_valid()
H A Dvmwgfx_drv.c366 [VMW_SM_4] = "SM4", in vmw_print_sm_type()
1115 dev_priv->sm_type = VMW_SM_4; in vmw_driver_load()

Completed in 10 milliseconds