[Intel-xe] ✗ CI.checkpatch: warning for revert local patches and cherrypick same patches from drm-tip

Patchwork patchwork at emeril.freedesktop.org
Mon Nov 27 20:26:44 UTC 2023


== Series Details ==

Series: revert local patches and cherrypick same patches from drm-tip
URL   : https://patchwork.freedesktop.org/series/126944/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 53553775a12c05112efee4a52b5df15c9ca4900d
Author: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Date:   Mon Nov 27 21:09:35 2023 +0200

    drm/i915/display: Separate xe and i915 common dpt code into own file
    
    Here created intel_dpt_common.c to hold intel_dpt_configure which is
    needed for both xe and i915.
    
    Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
    Reviewed-by: Jouni Högander <jouni.hogander at intel.com>
    Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20231116150225.204233-1-juhapekka.heikkila@gmail.com
    (cherry picked from commit 1aba67132cbc46856dfa8f904cd7021a75b1806d)
+ /mt/dim checkpatch 7cd1cacf17749d821ca9966ae5913852943d35e7 drm-intel
c175d1ff4 Revert "drm/i915/display: In intel_framebuffer_init switch to use intel_bo_to_drm_bo"
-:7: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '1c7037778222e8f91e416b8fce2b365593ecbd3c', maybe rebased or not pulled?
#7: 
This reverts commit 1c7037778222e8f91e416b8fce2b365593ecbd3c.

total: 0 errors, 1 warnings, 0 checks, 8 lines checked
ec853881e Revert "drm/i915/display: in skl_surf_address check for dpt-vma"
-:7: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'd192a479c592c5be260ae260429d24cf19ca7c9f', maybe rebased or not pulled?
#7: 
This reverts commit d192a479c592c5be260ae260429d24cf19ca7c9f.

total: 0 errors, 1 warnings, 0 checks, 9 lines checked
148785e6d Revert "drm/i915/display: Separate xe and i915 common dpt code into own file"
-:7: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c87774bd9237e8f45181cff47f193d1966da1403', maybe rebased or not pulled?
#7: 
This reverts commit c87774bd9237e8f45181cff47f193d1966da1403.

-:96: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#96: 
deleted file mode 100644

total: 0 errors, 2 warnings, 0 checks, 62 lines checked
0ad5cd61c drm/i915/display: In intel_framebuffer_init switch to use intel_bo_to_drm_bo
ee881b2a9 drm/i915/display: in skl_surf_address check for dpt-vma
53553775a drm/i915/display: Separate xe and i915 common dpt code into own file
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:104: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#104: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 85 lines checked




More information about the Intel-xe mailing list