✓ CI.checkpatch: success for drm/xe/guc: Don't support older GuC 70.x releases

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 4 16:32:02 UTC 2024


== Series Details ==

Series: drm/xe/guc: Don't support older GuC 70.x releases
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
4dc7d0cc630cdd9ac56065b1a22afc329345a519
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b922c685e684cd21ccf128c212955ae358818795
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>
+ /mt/dim checkpatch 1636103d7fa7ca9dedb181d611cd214af79b04d1 drm-intel
b922c685e684 drm/xe/guc: Don't support older GuC 70.x releases




More information about the Intel-xe mailing list