Searched refs:vcomp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/display/ |
D | arm,pl11x.txt | 15 "mbe", "vcomp", "lnbu", "fuf" representing the individual
|
/Linux-v5.15/block/ |
D | blk-iocost.c | 948 s64 vcomp, vcomp_min, vcomp_max; in ioc_refresh_vrate() local 961 vcomp = -div64_s64(ioc->vtime_err, pleft); in ioc_refresh_vrate() 964 vcomp = clamp(vcomp, vcomp_min, vcomp_max); in ioc_refresh_vrate() 966 ioc->vtime_err += vcomp * pleft; in ioc_refresh_vrate() 968 atomic64_set(&ioc->vtime_rate, ioc->vtime_base_rate + vcomp); in ioc_refresh_vrate()
|