✓ CI.checkpatch: success for Small improvements in topology code
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 4 23:29:41 UTC 2025
== Series Details ==
Series: Small improvements in topology code
URL : https://patchwork.freedesktop.org/series/149851/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d4c8af4651697dd275792955cf7fc865480535fe
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Wed Jun 4 22:29:08 2025 +0200
drm/xe/topology: Stop trying to fix programming mistakes
We shouldn't ever pass more DSS registers than our hardcoded limit,
it should be sufficient to just assert that instead of trying to
fix it, as this will never happen in the production driver.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 9becf23dcd5721a2ddb80f01d4964a1657117f11 drm-intel
9805eb4501b8 drm/xe/topology: Simplify code for loading DSS mask
b65e1ce4f78d drm/xe/topology: Use register array size instead magic number
d4c8af465169 drm/xe/topology: Stop trying to fix programming mistakes
More information about the Intel-xe
mailing list