✗ CI.checkpatch: warning for drm/xe: Add xe mocs suspend resume kunit

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 25 12:07:57 UTC 2024


== Series Details ==

Series: drm/xe: Add xe mocs suspend resume kunit
URL   : https://patchwork.freedesktop.org/series/129161/
State : warning

== 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
b2ca823f819193c33ab811dfac08c614138d6d46
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8490d02050fb4e4287fb87163897e60019035677
Author: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
Date:   Thu Jan 25 16:46:37 2024 +0530

    drm/xe: Add xe mocs suspend resume kunit
    
    This kunit verifies the mocs register content with
    the KMD programmed values before and after suspend resume.
    Add helper function to check mocs values and use it.
    
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Cc: Badal Nilawar <badal.nilawar at intel.com>
    Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
+ /mt/dim checkpatch cad255f28ccca6529104b9497a8d7302ae7eb88a drm-intel
8490d0205 drm/xe: Add xe mocs suspend resume kunit
-:25: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around mocs->table
#25: FILE: drivers/gpu/drm/xe/tests/xe_mocs.c:109:
+		read_mocs_table(gt, &(mocs->table));

-:27: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around mocs->table
#27: FILE: drivers/gpu/drm/xe/tests/xe_mocs.c:111:
+		read_l3cc_table(gt, &(mocs->table));

total: 0 errors, 0 warnings, 2 checks, 92 lines checked




More information about the Intel-xe mailing list