✓ CI.checkpatch: success for drm/i915/psr: minor cleanups
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 29 12:41:09 UTC 2024
== Series Details ==
Series: drm/i915/psr: minor cleanups
URL : https://patchwork.freedesktop.org/series/140652/
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 1002bbc91aa7b260591242fb0c745f32a04ea54d
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue Oct 29 13:32:50 2024 +0200
drm/i915/psr: clarify intel_psr_pre_plane_update() conditions
Make the conditions easier to follow. We don't do anything for
!psr->enabled, so hoist psr->enabled check higher, avoiding all the
checks when !psr->enabled. Stop the bitwise OR abuse on booleans by
removing the temporary variable altogether.
Cc: Jouni Högander <jouni.hogander at intel.com>
Cc: Suraj Kandpal <suraj.kandpal at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 738c18d8599dce736da8b6958f96d2eac08a36ab drm-intel
100680433fa9 drm/i915/psr: add LATENCY_REPORTING_REMOVED() register bit helper
709c070e4146 drm/i915/psr: stop using bitwise OR with booleans in wm_optimization_wa()
1002bbc91aa7 drm/i915/psr: clarify intel_psr_pre_plane_update() conditions
More information about the Intel-xe
mailing list