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.c2574 u32 supp_hw; in a6xx_set_supported_hw() local
2591 supp_hw = fuse_to_supp_hw(info, speedbin); in a6xx_set_supported_hw()
2593 if (supp_hw == UINT_MAX) { in a6xx_set_supported_hw()
2597 supp_hw = BIT(0); /* Default */ in a6xx_set_supported_hw()
2600 ret = devm_pm_opp_set_supported_hw(dev, &supp_hw, 1); in a6xx_set_supported_hw()