Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Francois Dugast" <francois.dugast@intel.com>
Cc: intel-xe@lists.freedesktop.org
Subject: ✗ CI.checkpatch: warning for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev9)
Date: Fri, 09 Aug 2024 15:58:03 -0000	[thread overview]
Message-ID: <172321908321.552626.12367315927467097763@2413ebb6fbb6> (raw)
In-Reply-To: <20240809155156.1955925-1-francois.dugast@intel.com>

== Series Details ==

Series: Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev9)
URL   : https://patchwork.freedesktop.org/series/136192/
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
dc547930fbb1350eaf6bde84653b9ac973a411db
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit acc3670b378a47dd9ed43e9ade35c701fac42fd4
Author: Francois Dugast <francois.dugast@intel.com>
Date:   Fri Aug 9 17:51:36 2024 +0200

    drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
    
    Those counters were used to keep track of the numbers VMs in fault mode
    and in non-fault mode, to determine if the whole device was in fault mode
    or not. This is no longer needed so remove those variables and their
    usages.
    
    Signed-off-by: Francois Dugast <francois.dugast@intel.com>
    Reviewed-by: Matthew Brost <matthew.brost@intel.com>
+ /mt/dim checkpatch 8d0f83b389ec64b9f7f9b2ee241fc352346868f1 drm-intel
80e0da88affc drm/xe/hw_engine_group: Introduce xe_hw_engine_group
-:65: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#65: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 200 lines checked
602f46ad6bf5 drm/xe/guc_submit: Make suspend_wait interruptible
88d07852185d 'drm/xe/hw_engine_group: Register hw engine group's exec queues
c58a63d9746a drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
0dab30a1fe21 drm/xe/exec_queue: Remove duplicated code
362cd264b7b7 drm/xe/exec_queue: Prepare last fence for hw engine group resume context
015906945d14 drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
3a7e715e8a5c drm/xe/hw_engine_group: Ensure safe transition between execution modes
4a8b7f709077 drm/xe/exec: Switch hw engine group execution mode upon job submission
b8925c9b296c drm/xe/vm: Remove restriction that all VMs must be faulting if one is
acc3670b378a drm/xe/device: Remove unused xe_device::usm::num_vm_in_*



  parent reply	other threads:[~2024-08-09 15:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-09 15:51 [PATCH v9 00/11] Parallel submission of dma fence jobs and LR jobs with shared hardware resources Francois Dugast
2024-08-09 15:51 ` [PATCH v9 01/11] drm/xe/hw_engine_group: Introduce xe_hw_engine_group Francois Dugast
2024-08-09 15:51 ` [PATCH v9 02/11] drm/xe/guc_submit: Make suspend_wait interruptible Francois Dugast
2024-08-09 15:51 ` [PATCH v9 03/11] 'drm/xe/hw_engine_group: Register hw engine group's exec queues Francois Dugast
2024-08-09 15:51 ` [PATCH v9 04/11] drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs Francois Dugast
2024-08-09 15:51 ` [PATCH v9 05/11] drm/xe/exec_queue: Remove duplicated code Francois Dugast
2024-08-09 15:51 ` [PATCH v9 06/11] drm/xe/exec_queue: Prepare last fence for hw engine group resume context Francois Dugast
2024-08-09 15:51 ` [PATCH v9 07/11] drm/xe/hw_engine_group: Add helper to wait for dma fence jobs Francois Dugast
2024-08-09 15:51 ` [PATCH v9 08/11] drm/xe/hw_engine_group: Ensure safe transition between execution modes Francois Dugast
2024-08-09 15:51 ` [PATCH v9 09/11] drm/xe/exec: Switch hw engine group execution mode upon job submission Francois Dugast
2024-08-09 19:20   ` Matthew Brost
2024-08-09 15:51 ` [PATCH v9 10/11] drm/xe/vm: Remove restriction that all VMs must be faulting if one is Francois Dugast
2024-08-09 15:51 ` [PATCH v9 11/11] drm/xe/device: Remove unused xe_device::usm::num_vm_in_* Francois Dugast
2024-08-09 15:57 ` ✓ CI.Patch_applied: success for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev9) Patchwork
2024-08-09 15:58 ` Patchwork [this message]
2024-08-09 15:59 ` ✓ CI.KUnit: " Patchwork
2024-08-09 16:10 ` ✓ CI.Build: " Patchwork
2024-08-09 16:13 ` ✓ CI.Hooks: " Patchwork
2024-08-09 16:14 ` ✓ CI.checksparse: " Patchwork
2024-08-09 16:34 ` ✓ CI.BAT: " Patchwork
2024-08-09 18:02 ` ✗ CI.FULL: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=172321908321.552626.12367315927467097763@2413ebb6fbb6 \
    --to=patchwork@emeril.freedesktop.org \
    --cc=francois.dugast@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox