Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sriov_pf.c54 int newlimit = min_t(u16, wanted_max_vfs(xe), totalvfs); in xe_sriov_pf_readiness() local
64 if (!newlimit) in xe_sriov_pf_readiness()
67 pf_reduce_totalvfs(xe, newlimit); in xe_sriov_pf_readiness()
70 xe->sriov.pf.driver_max_vfs = newlimit; in xe_sriov_pf_readiness()