✓ CI.checkpatch: success for drm/xe/migrate: Future-proof compressed PAT check

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 26 17:23:57 UTC 2024


== Series Details ==

Series: drm/xe/migrate: Future-proof compressed PAT check
URL   : https://patchwork.freedesktop.org/series/136577/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cd526e57db0e17e267684197250c7aaf0089206c
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Fri Jul 26 10:17:58 2024 -0700

    drm/xe/migrate: Future-proof compressed PAT check
    
    Although all current Xe2 platforms support FlatCCS, we probably
    shouldn't assume that will be universally true forever.  In the past
    we've had platforms like PVC that didn't support compression, and the
    same could show up again at some point in the future.  Future-proof the
    migration code by adding an explicit check for FlatCCS support to the
    condition that decides whether to use a compressed PAT index for
    migration.
    
    While we're at it, we can drop the IS_DGFX check since it's redundant
    with the src_is_vram check (only dGPUs have VRAM).
    
    Cc: Akshata Jahagirdar <akshata.jahagirdar at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 422ad8b018bb44eb6aec55db31d0881aef32539e drm-intel
cd526e57db0e drm/xe/migrate: Future-proof compressed PAT check




More information about the Intel-xe mailing list