Searched refs:boostE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 45 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 45 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()
|
Completed in 3 milliseconds