[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Count and report low level driver errors (rev9)

Patchwork patchwork at emeril.freedesktop.org
Wed Oct 18 11:00:17 UTC 2023


== Series Details ==

Series: drm/xe: Count and report low level driver errors (rev9)
URL   : https://patchwork.freedesktop.org/series/124026/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5817dee8f04c3955d7d9ab26fb3fa8df372378b9
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Wed Oct 18 16:06:03 2023 +0530

    drm/xe: Update counter for low level driver errors
    
    we added a low level driver error counter and incrementing on
    each occurrence. Focus is on errors that are not functionally
    affecting the system and might otherwise go unnoticed and cause
    power/performance regressions, so checking for the error
    counters should help.
    
    Importantly the intention is not to go adding new error checks,
    but to make sure the existing important error conditions are
    propagated in terms of counter under respective categories like
    below :
    Under GT:
    gt_guc_communication,
    gt_engine_other,
    gt_other
    
    Under Tile:
    gtt,
    interrupt
    
    TODO: Currently this is just a counting of errors, later these
    counters will be reported through netlink interface when it is
    implemented and ready.
    
    V8:
      - Correct missed ret value handling
    V7:
      - removed double couting of err - Michal
    V6:
      - move drm_err to gt and tile specific err API - Aravind
      - Use GTT naming instead of GGTT - Aravind/Niranjana
    V5:
      - Dump err_type in string format
    V4:
      - dump err_type in drm_err log - Himal
    V2:
      - Use modified APIs
    
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 4d039d7be23937e2b498ed783aa5b0d8801b377b drm-intel
b35320338 drm/xe: Introduce low level driver error counting APIs
5817dee8f drm/xe: Update counter for low level driver errors




More information about the Intel-xe mailing list