✓ CI.checkpatch: success for drm/xe/guc: Don't support older GuC 70.x releases (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 14 16:49:03 UTC 2024
== Series Details ==
Series: drm/xe/guc: Don't support older GuC 70.x releases (rev2)
URL : https://patchwork.freedesktop.org/series/130677/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit efa54ccd2ca3637cc410ca7b4750c843293759e6
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Mon Mar 4 08:26:16 2024 -0800
drm/xe/guc: Don't support older GuC 70.x releases
Supporting older GuC versions comes with baggage, both on the coding
side (due to interfaces only being available from a certain version
onwards) and on the testing side (due to having to make sure the driver
works as expected with older GuCs).
Since all of our Xe platform are still under force probe, we haven't
committed to support any specific GuC version and we therefore don't
need to support the older once, which means that we can force a bottom
limit to what GuC we accept. This allows us to remove any conditional
statements based on older GuC versions and also to approach newer
additions knowing that we'll never attempt to load something older
than our minimum requirement.
As an initial value, the minimum expected version is set to 70.19,
which is the version currently in the firmware table, but the
expectation is that this will be bumbed every time we update the
table, until we remove the force probe.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 6ef6a88b113169e4637be283b2514cfed22f8d99 drm-intel
efa54ccd2ca3 drm/xe/guc: Don't support older GuC 70.x releases
More information about the Intel-xe
mailing list