Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c45 struct nvbios_boostE boostE; in nvkm_clk_adjust() local
49 data = nvbios_boostEm(bios, pstate, &ver, &hdr, &cnt, &len, &boostE); in nvkm_clk_adjust()
55 input = max(boostE.min, input); in nvkm_clk_adjust()
56 input = min(boostE.max, input); in nvkm_clk_adjust()