✗ CI.checkpatch: warning for drm/sched: Only start TDR in drm_sched_job_begin on first job
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 24 23:49:15 UTC 2024
== Series Details ==
Series: drm/sched: Only start TDR in drm_sched_job_begin on first job
URL : https://patchwork.freedesktop.org/series/136461/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d950e415833c394f0eaecee6e612dc1680cdf02f
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Jul 24 16:44:17 2024 -0700
drm/sched: Only start TDR in drm_sched_job_begin on first job
Only start in drm_sched_job_begin on first job being added to the
pending list as if pending list non-empty the TDR has already been
started. It is problematic to restart the TDR as it will extend TDR
period for an already running job, potentially leading to dma-fence
signaling for a very long period of with continous stream of jobs.
Cc: Christian König <christian.koenig at amd.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 4a9ed276779ab36170c7ee6c5237263eb563acc1 drm-intel
d950e415833c drm/sched: Only start TDR in drm_sched_job_begin on first job
-:13: WARNING:TYPO_SPELLING: 'continous' may be misspelled - perhaps 'continuous'?
#13:
signaling for a very long period of with continous stream of jobs.
^^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
More information about the Intel-xe
mailing list