✓ CI.checkpatch: success for drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 18 22:22:44 UTC 2024
== Series Details ==
Series: drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c (rev2)
URL : https://patchwork.freedesktop.org/series/138403/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 63b45d06ab2bf5798d6645cb82bb857a5ff66cf0
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Sep 18 20:47:49 2024 +0300
drm/i915/pps: move vlv_active_pipe() to intel_pps.c
All the users for vlv_active_pipe() are within intel_pps.c now, and
there are already uses of g4x_dp_port_enabled() and intel_dp->output_reg
in there, so seems fine to reduce interfaces and move vlv_active_pipe()
to intel_pps.c too.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 2141344f9b4f0bcd6bb20a45afaef94209743c0d drm-intel
caeca55f7de3 drm/i915/pps: add vlv_ prefix to pps_pipe and active_pipe members
0b64ee245b45 drm/i915/pps: add bxt_ prefix to pps_reset
2e57888f70db drm/i915/pps: only touch the vlv_ members on VLV/CHV
f8738b096b8e drm/i915/pps: add vlv_pps_pipe_init()
0787c3b6d72f drm/i915/pps: add vlv_pps_pipe_reset()
9a7bef177791 drm/i915/pps: add vlv_pps_port_disable()
9b0ea3faf3be drm/i915/pps: rename vlv_pps_init() to vlv_pps_port_enable_unlocked()
cec03d919c0b drm/i915/pps: add vlv_pps_backlight_initial_pipe()
63b45d06ab2b drm/i915/pps: move vlv_active_pipe() to intel_pps.c
More information about the Intel-xe
mailing list