✓ CI.checkpatch: success for Cleanup and fixes in drmm_add_action_or_reset usage (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri Apr 12 08:15:44 UTC 2024


== Series Details ==

Series: Cleanup and fixes in drmm_add_action_or_reset usage (rev3)
URL   : https://patchwork.freedesktop.org/series/132150/
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
c87357e7f6655908c0934a4f55fadf5b9aa9e88f
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 64197b98cabc47bdb6b35e880a80ded15083368e
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Fri Apr 12 13:32:45 2024 +0530

    drm/xe/pm: Capture errors and handle them
    
    xe_pm_init may encounter failures for various reasons, such as a failure
    in initializing drmm_mutex, or when dealing with a d3cold-capable device
    for vram_threshold sysfs creation and setting default threshold.
    Presently, all these potential failures are disregarded.
    
    Move d3cold.lock initialization to xe_pm_init_early and cause driver
    abort if mutex initialization has failed.
    
    Warn about failure to create and setting default threshold.
    
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch d9073a139e9edfd27d830c9c4af9683651044aff drm-intel
898365bef395 drm/xe: Simplify function return using drmm_add_action_or_reset()
a1cae1496209 drm/xe: Incase of action add failure, remove sysfs only once
4e5feb88dfe1 drm/xe: Incase of action add failure, free_gsc_pkt only once
2da6d80a5c05 drm/xe: Return NULL incase of drmm_add_action_or_reset failure
e4e08c02c510 drm/xe/gt: Abort driver load for sysfs creation failure
fd8630e2da2b drm/xe/tile: Abort driver load for sysfs creation failure
64197b98cabc drm/xe/pm: Capture errors and handle them




More information about the Intel-xe mailing list