✓ CI.checkpatch: success for drm/xe/pf: Assert LMEM provisioning is done only on DGFX

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 7 15:37:35 UTC 2024


== Series Details ==

Series: drm/xe/pf: Assert LMEM provisioning is done only on DGFX
URL   : https://patchwork.freedesktop.org/series/134625/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a47a9fd74614e8e0a593d6a19a9bdfabc77f86ae
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Fri Jun 7 17:31:55 2024 +0200

    drm/xe/pf: Assert LMEM provisioning is done only on DGFX
    
    The Local Memory (aka VRAM) is only available on DGFX platforms.
    We shouldn't attempt to provision VFs with LMEM or attempt to
    update the LMTT on non-DGFX platforms. Add missing asserts that
    would enforce that and fix release code that could crash on iGFX
    due to uninitialized LMTT.
    
    Fixes: c063cce7df3a ("drm/xe/pf: Update the LMTT when freeing VF GT config")
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch beb1ace6f49432ecd6f56fb1d69cf7407c79650f drm-intel
a47a9fd74614 drm/xe/pf: Assert LMEM provisioning is done only on DGFX




More information about the Intel-xe mailing list