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.c2605 u32 supp_hw; in a6xx_set_supported_hw() local
2622 supp_hw = fuse_to_supp_hw(info, speedbin); in a6xx_set_supported_hw()
2624 if (supp_hw == UINT_MAX) { in a6xx_set_supported_hw()
2628 supp_hw = BIT(0); /* Default */ in a6xx_set_supported_hw()
2631 ret = devm_pm_opp_set_supported_hw(dev, &supp_hw, 1); in a6xx_set_supported_hw()