✓ Fi.CI.BAT: success for series starting with [01/56] drm/i915/gt: Reduce engine runtime stats from seqlock to a latch

Patchwork patchwork at emeril.freedesktop.org
Sun Jan 17 17:02:35 UTC 2021


== Series Details ==

Series: series starting with [01/56] drm/i915/gt: Reduce engine runtime stats from seqlock to a latch
URL   : https://patchwork.freedesktop.org/series/85968/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9628 -> Trybot_7479
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7479/index.html

New tests
---------

  New tests have been introduced between CI_DRM_9628 and Trybot_7479:

### New IGT tests (1) ###

  * igt at i915_selftest@live at scheduler:
    - Statuses : 32 pass(s)
    - Exec time: [0.70, 9.42] s

  

Known issues
------------

  Here are the changes found in Trybot_7479 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt at gem_basic@bad-close:
    - fi-tgl-y:           [PASS][1] -> [DMESG-WARN][2] ([i915#402])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9628/fi-tgl-y/igt@gem_basic@bad-close.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7479/fi-tgl-y/igt@gem_basic@bad-close.html

  
#### Possible fixes ####

  * igt at debugfs_test@read_all_entries:
    - fi-tgl-y:           [DMESG-WARN][3] ([i915#402]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9628/fi-tgl-y/igt@debugfs_test@read_all_entries.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7479/fi-tgl-y/igt@debugfs_test@read_all_entries.html

  
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (41 -> 37)
------------------------------

  Missing    (4): fi-byt-j1900 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u 


Build changes
-------------

  * Linux: CI_DRM_9628 -> Trybot_7479

  CI-20190529: 20190529
  CI_DRM_9628: 91c011a990e7f7176fa4619a4cd01653674a57f4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5959: c5cf0734c4f6c1fa17a6a15b5aa721c3a0b8c494 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_7479: 85a06dba0e7cb676736dbb01673bd879059dfa35 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

85a06dba0e7c drm/i915: Support secure dispatch on gen6/gen7
d8b9fe26dc6c drm/i915/gt: Enable ring scheduling for gen5-7
d1eede663302 drm/i915/gt: Implement ring scheduler for gen4-7
688523b4c46f drm/i915/gt: Enable busy-stats for ring-scheduler
e42684ddedee drm/i915/gt: Infrastructure for ring scheduling
166ec218dc3f drm/i915/gt: Use client timeline address for seqno writes
b30b4fa7db0d drm/i915/gt: Support creation of 'internal' rings
1059ef3cdec6 drm/i915/gt: Couple tasklet scheduling for all CS interrupts
5ae5cb21b830 Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
fe0592ed2622 drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
865bcbfd32dd drm/i915/selftests: Exercise relative timeline modes
c64735bcf293 drm/i915/gt: Use indices for writing into relative timelines
b6250d875e33 drm/i915/gt: Add timeline "mode"
27b517a256fb drm/i915/gt: Track timeline GGTT offset separately from subpage offset
4b20dfe789dd drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
aef1e4faa0b2 drm/i915: Bump default timeslicing quantum to 5ms
ec3176f0ee4e drm/i915: Move saturated workload detection back to the context
64fa330d83f4 drm/i915/gt: Support virtual engine queues
dc4c1b02d596 drm/i915: Extend the priority boosting for the display with a deadline
2a76ba15fc54 drm/i915/gt: Specify a deadline for the heartbeat
d98cb2c29431 drm/i915: Fair low-latency scheduling
2e20e1e8d127 drm/i915: Wrap cmpxchg64 with try_cmpxchg64() helper
d24f3f0fd98f drm/i915: Replace priolist rbtree with a skiplist
18d3b69aca4b drm/i915/gt: Show scheduler queues when dumping state
5d7b8aaf2aea drm/i915: Move tasklet from execlists to sched
36fb4be4b27a drm/i915: Move scheduler queue
1a4526ae5bfc drm/i915: Move common active lists from engine to i915_scheduler
7e406e6babec drm/i915: Fix the iterative dfs for defering requests
2ddd8aec39ec drm/i915: Extract the ability to defer and rerun a request later
1547f7151843 drm/i915: Extract request suspension from the execlists
826b42817d66 drm/i915: Extract request rewinding from execlists
e727cab0dab1 drm/i915: Extract request submission from execlists
4746534ceddc drm/i915: Improve DFS for priority inheritance
2f37ce4ab155 drm/i915/selftests: Exercise priority inheritance around an engine loop
c65a2a14eb8d drm/i915/selftests: Measure set-priority duration
bc14479bea85 drm/i915: Restructure priority inheritance
ab610bb39a94 drm/i915: Teach the i915_dependency to use a double-lock
9b6a1dfa045c drm/i915: Replace engine->schedule() with a known request operation
bfd2bd251431 drm/i915: Remove I915_USER_PRIORITY_SHIFT
f4ba92755248 drm/i915: Strip out internal priorities
6e38276b562f drm/i915/gt: Skip over completed active execlists, again
cc10c9968379 drm/i915/gt: Do not suspend bonded requests if one hangs
6440af0c0113 drm/i915/gt: Rearrange clear_pd_entry() to allow a tail call
da7c8b2d3790 drm/i915/selftests: Exercise cross-process context isolation
2a6215c587ea drm/i915/selftests: Exercise relative mmio paths to non-privileged registers
584202601247 drm/i915: Make GEM errors non-fatal by default
66129aafffdc drm/i915: Add DEBUG_GEM to the recommended CI config
1defb5f76d6a drm/i915: Mark per-engine-reset as supported on gen7
72780e0c24f7 drm/i915/gt: Pull ring submission resume under its caller forcewake
48600cd6c903 drm/i915/gt: Lift stop_ring() to reset_prepare
0a04e13eab3f drm/i915/selftests: Prepare the selftests for engine resets with ring submission
d1c429995197 drm/i915/gt: Add arbitration check before semaphore wait
faf7b3c74ff3 drm/i915/gt: Clear CACHE_MODE prior to clearing residuals
7c74aad157d1 drm/i915/gem: Use GEM context tracking for i915_gem_objects
05c3d3352480 drm/i915/gt: Reduce GT runtime stats from seqlock to a latch
047ad1a26bcc drm/i915/gt: Reduce engine runtime stats from seqlock to a latch

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7479/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-trybot/attachments/20210117/d4f22a98/attachment.htm>


More information about the Intel-gfx-trybot mailing list