✓ CI.checkpatch: success for drm/i915/display: Pcode sets the CD clock frequency voltage levels (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 13 05:29:43 UTC 2024
== Series Details ==
Series: drm/i915/display: Pcode sets the CD clock frequency voltage levels (rev2)
URL : https://patchwork.freedesktop.org/series/141013/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d39fd4cd899099a8e928e262cb224ad79969a5cf
Author: Mika Kahola <mika.kahola at intel.com>
Date: Tue Nov 12 15:24:11 2024 +0200
drm/i915/display: Pcode sets the CD clock frequency voltage levels
On xe3lpd the CD clock frequency is set by the driver
without setting voltage levels. Previously, we had 4
levels of voltages to choose from. However, having only 4
levels is rather coarse and we may end up consuming more
power than necessary. Therefore, these are now removed
and choosing the correct voltage level is now handed over
to Pcode firmware which is able to set voltage level with
higher granularity.
v2: Leave voltage level calculcations untouched as it returns
always 0. Drop only voltage level nofication to pcode (Ville)
Signed-off-by: Mika Kahola <mika.kahola at intel.com>
+ /mt/dim checkpatch 26f5fe99791def93b32e27e79e71dbd0666c117b drm-intel
d39fd4cd8990 drm/i915/display: Pcode sets the CD clock frequency voltage levels
More information about the Intel-xe
mailing list