✓ CI.checkpatch: success for drm/xe/guc: Fix uninitialised count in GuC load debug prints

Patchwork patchwork at emeril.freedesktop.org
Fri May 24 20:32:33 UTC 2024


== Series Details ==

Series: drm/xe/guc: Fix uninitialised count in GuC load debug prints
URL   : https://patchwork.freedesktop.org/series/134032/
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 47dda4d962d04f0563e7498b45bf367be56129e2
Author: John Harrison <John.C.Harrison at Intel.com>
Date:   Fri May 24 13:26:03 2024 -0700

    drm/xe/guc: Fix uninitialised count in GuC load debug prints
    
    The debug prints about how long the GuC load takes have a loop
    counter. However that was neither initialised nor incremented! Plus,
    counting loops is no longer meaningful given the wait function returns
    early for any change in the status value. So fix it to only count
    loops due to actual timeouts.
    
    Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
    Reported-by: kernel test robot <lkp at intel.com>
    Closes: https://lore.kernel.org/oe-kbuild-all/202405250151.IbH0l8FG-lkp@intel.com/
    Fixes: b0ac1b42dbdc ("drm/xe/guc: Port over the slow GuC loading support from i915")
    Cc: John Harrison <John.C.Harrison at Intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Oded Gabbay <ogabbay at kernel.org>
    Cc: "Thomas Hellström" <thomas.hellstrom at linux.intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Fei Yang <fei.yang at intel.com>
    Cc: intel-xe at lists.freedesktop.org
+ /mt/dim checkpatch 573842e9ab57ccd8d6bb68ad55ed2e012e3d5d2f drm-intel
47dda4d962d0 drm/xe/guc: Fix uninitialised count in GuC load debug prints




More information about the Intel-xe mailing list