Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2325 u32 supp_hw; in a6xx_set_supported_hw() local
2342 supp_hw = fuse_to_supp_hw(info, speedbin); in a6xx_set_supported_hw()
2344 if (supp_hw == UINT_MAX) { in a6xx_set_supported_hw()
2348 supp_hw = BIT(0); /* Default */ in a6xx_set_supported_hw()
2351 ret = devm_pm_opp_set_supported_hw(dev, &supp_hw, 1); in a6xx_set_supported_hw()