Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2217 u32 supp_hw; in a6xx_set_supported_hw() local
2234 supp_hw = fuse_to_supp_hw(info, speedbin); in a6xx_set_supported_hw()
2236 if (supp_hw == UINT_MAX) { in a6xx_set_supported_hw()
2240 supp_hw = BIT(0); /* Default */ in a6xx_set_supported_hw()
2243 ret = devm_pm_opp_set_supported_hw(dev, &supp_hw, 1); in a6xx_set_supported_hw()