✓ CI.checkpatch: success for drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c
Patchwork
patchwork at emeril.freedesktop.org
Mon Sep 9 12:22:26 UTC 2024
== Series Details ==
Series: drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c
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 7f11a61da6156f1f71a439350af34da6a520dd97
Author: Jani Nikula <jani.nikula at intel.com>
Date: Mon Sep 9 15:15:43 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 36d222030253864ce07e73f27f631db5112d32c6 drm-intel
33d8c024ed33 drm/i915/pps: add vlv_ prefix to pps_pipe and active_pipe members
9c1993f32aef drm/i915/pps: only touch the vlv_ members on VLV/CHV
3a4ce5ffbed0 drm/i915/pps: add vlv_pps_pipe_init()
0d7917a42224 drm/i915/pps: add vlv_pps_pipe_reset()
540b9f2bffad drm/i915/pps: add vlv_pps_port_disable()
68ae2d9e122d drm/i915/pps: rename vlv_pps_init() to vlv_pps_port_enable()
f878697c10d1 drm/i915/pps: add vlv_pps_backlight_initial_pipe()
7f11a61da615 drm/i915/pps: move vlv_active_pipe() to intel_pps.c
More information about the Intel-xe
mailing list