✗ Fi.CI.BAT: failure for series starting with [01/71] drm/i915: Disable outputs during unregister

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 3 20:42:48 UTC 2020


== Series Details ==

Series: series starting with [01/71] drm/i915: Disable outputs during unregister
URL   : https://patchwork.freedesktop.org/series/84540/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9437 -> Trybot_7282
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Trybot_7282 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Trybot_7282, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

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

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Trybot_7282:

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live at gt_timelines:
    - fi-bdw-5557u:       [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9437/fi-bdw-5557u/igt@i915_selftest@live@gt_timelines.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7282/fi-bdw-5557u/igt@i915_selftest@live@gt_timelines.html

  
New tests
---------

  New tests have been introduced between CI_DRM_9437 and Trybot_7282:

### New CI tests (1) ###

  * boot:
    - Statuses : 1 fail(s) 38 pass(s)
    - Exec time: [0.0] s

  


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

  * igt at i915_selftest@live at scheduler:
    - Statuses : 34 pass(s)
    - Exec time: [0.58, 8.96] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at prime_vgem@basic-read:
    - fi-tgl-y:           [PASS][3] -> [DMESG-WARN][4] ([i915#402])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9437/fi-tgl-y/igt@prime_vgem@basic-read.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7282/fi-tgl-y/igt@prime_vgem@basic-read.html

  
#### Possible fixes ####

  * igt at debugfs_test@read_all_entries:
    - fi-tgl-y:           [DMESG-WARN][5] ([i915#402]) -> [PASS][6] +1 similar issue
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9437/fi-tgl-y/igt@debugfs_test@read_all_entries.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7282/fi-tgl-y/igt@debugfs_test@read_all_entries.html

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


Participating hosts (42 -> 39)
------------------------------

  Additional (1): fi-blb-e6850 
  Missing    (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u 


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

  * Linux: CI_DRM_9437 -> Trybot_7282

  CI-20190529: 20190529
  CI_DRM_9437: 1680ad877f4885a7495d546d5006e393180c92a1 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5879: c20db20a7cd7395538544b85963ddaf89c0c53b0 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_7282: bd822bdb183a77b9d627a7571f9f636a1222ad30 @ git://anongit.freedesktop.org/gfx-ci/linux


== Kernel 32bit build ==

Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/Trybot_7282/build_32bit.log

  CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_scheduler.o
In file included from ./arch/x86/include/asm/cmpxchg.h:143,
                 from ./arch/x86/include/asm/atomic.h:8,
                 from ./include/linux/atomic.h:7,
                 from ./include/linux/cpumask.h:13,
                 from ./include/linux/smp.h:13,
                 from ./include/linux/lockdep.h:14,
                 from ./include/linux/mutex.h:17,
                 from drivers/gpu/drm/i915/i915_scheduler.c:7:
drivers/gpu/drm/i915/i915_scheduler.c: In function ‘ipi_get_deadline’:
drivers/gpu/drm/i915/i915_scheduler.c:68:58: error: ‘I915_DEADLINE_NEER’ undeclared (first use in this function); did you mean ‘I915_DEADLINE_NEVER’?
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                                                          ^~~~~~~~~~~~~~~~~~
./arch/x86/include/asm/cmpxchg_32.h:41:28: note: in definition of macro ‘arch_cmpxchg64’
       (unsigned long long)(n)))
                            ^
drivers/gpu/drm/i915/i915_scheduler.c:68:18: note: in expansion of macro ‘cmpxchg64’
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                  ^~~~~~~~~
drivers/gpu/drm/i915/i915_scheduler.c:68:58: note: each undeclared identifier is reported only once for each function it appears in
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                                                          ^~~~~~~~~~~~~~~~~~
./arch/x86/include/asm/cmpxchg_32.h:41:28: note: in definition of macro ‘arch_cmpxchg64’
       (unsigned long long)(n)))
                            ^
drivers/gpu/drm/i915/i915_scheduler.c:68:18: note: in expansion of macro ‘cmpxchg64’
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                  ^~~~~~~~~
scripts/Makefile.build:283: recipe for target 'drivers/gpu/drm/i915/i915_scheduler.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_scheduler.o] Error 1
scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:500: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1797: recipe for target 'drivers' failed
make: *** [drivers] Error 2


== Linux commits ==

bd822bdb183a active
776d9a91a3e8 drm/i915: Move saturated workload detection back to the context
94e8d300504b drm/i915/gt: Enable ring scheduling for gen6/7
80f8b5c85db2 drm/i915/gt: Implement ring scheduler for gen6/7
123985073692 drm/i915/gt: Enable busy-stats for ring-scheduler
f6133f391c10 drm/i915/gt: Infrastructure for ring scheduling
3d952236763a cl-g6
f7ca55c411c8 drm/i915/gt: Use client timeline address for seqno writes
cf25cbe87720 drm/i915/gt: Support creation of 'internal' rings
f3a807116083 drm/i915/gt: Couple tasklet scheduling for all CS interrupts
41b91fb825f3 Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
da7b2361df36 drm/i915/gt: Another tweak for flushing the tasklets
1317f6fe0fe8 drm/i915: Move tasklet from execlists to sched
454d3cdc74ea drm/i915: Move scheduler queue
5b9cb53341be drm/i915: Move common active lists from engine to i915_scheduler
89e0149e0699 drm/i915: Extend the priority boosting for the display with a deadline
00142e62835b drm/i915/gt: Specify a deadline for the heartbeat
671b7c29df6b drm/i915: Fair low-latency scheduling
0ce3867de0b7 drm/i915: Fix the iterative dfs for defering requests
2f3073dd13b3 drm/i915: Extract the ability to defer and rerun a request later
e1c3a19feb5d drm/i915: Extract request suspension from the execlists backend
e93c38fa2a7a drm/i915: Extract request submission from execlists
7c291794fa2a drm/i915/gt: Remove timeslice suppression
9b5953f396e5 drm/i915: Improve DFS for priority inheritance
03c8d1e7b09b drm/i915/selftests: Exercise priority inheritance around an engine loop
6849365d508c drm/i915/selftests: Measure set-priority duration
a0e5a353c688 drm/i915: Restructure priority inheritance
bd44ccb07a7f drm/i915: Teach the i915_dependency to use a double-lock
0b76f60e16dd drm/i915/gt: Do not suspend bonded requests if one hangs
abd267d2ba4d drm/i915: Replace engine->schedule() with a known request operation
60c4f3fb2528 drm/i915: Prune empty priolists
7651cc6af6e4 drm/i915/gt: Defer the kmem_cache_free() until after the HW submit
8cd70c1e4f57 drm/i915: Remove I915_USER_PRIORITY_SHIFT
56fc753accff drm/i915: Strip out internal priorities
239d3e661c39 drm/i915/gt: Refactor heartbeat request construction and submission
23763b27c8ad drm/i915/gt: Convert stats.active to plain unsigned int
f772a7e69d97 drm/i915/gt: Extract busy-stats for ring-scheduler
763b8ff8059d drm/i915/gt: Drop atomic for engine->fw_active tracking
3fce37cbb1ac drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
5ad79b0a75c8 drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
90b27bf69f69 drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
d43af7c56c5d drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
395787807335 drm/i915: Drop i915_request.lock serialisation around await_start
0c652b450a6c drm/i915/gem: Optimistically prune dma-resv from the shrinker.
d66990dcd563 drm/i915/gt: Prefer recycling an idle fence
b9b53a434167 drm/i915/gt: Consolidate the CS timestamp clocks
9ed4d4b3a616 drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock
f0046f69c336 drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
48ca4b36e215 drm/i915/selftests: Exercise relative timeline modes
b4f36e53b638 drm/i915/gt: Use indices for writing into relative timelines
c4f80ec57aae drm/i915/gt: Add timeline "mode"
3267df3aff9f drm/i915/gt: Track timeline GGTT offset separately from subpage offset
f059512f6c7c drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
bb400e1d8989 drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
cf395ee68ad2 drm/i915/gt: Track the overall awake/busy time
5a729295cc37 drm/i915/gem: Drop free_work for GEM contexts
6a723fe14552 drm/i915/gt: ce->inflight updates are now serialised
ca86a7c5619b drm/i915/gt: Simplify virtual engine handling for execlists_hold()
d395f65420a7 drm/i915/gt: Resubmit the virtual engine on schedule-out
198acf325f7d drm/i915/gt: Shrink the critical section for irq signaling
2619c8e27b42 drm/i915/gt: Remove virtual breadcrumb before transfer
ea8265ac456c drm/i915/gt: Defer schedule_out until after the next dequeue
b9c3312d9569 drm/i915/gt: Decouple inflight virtual engines
96e90c82402d drm/i915/gt: Use virtual_engine during execlists_dequeue
f108e2e8afb0 drm/i915/gt: Replace direct submit with direct call to tasklet
b800a3d7fc21 drm/i915/gt: Clear the execlists timers upon reset
8470d5ff48dd drm/i915/gt: Include reset failures in the trace
c0aa744a9bfa drm/i915/gt: Cancel the preemption timeout on responding to it
742ebcb5018f drm/i915/gt: Ignore repeated attempts to suspend request flow across reset
e6194abcc205 drm/i915/gem: Propagate error from cancelled submit due to context closure
a94e5596ddc6 drm/i915: Disable outputs during unregister

== Logs ==

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


More information about the Intel-gfx-trybot mailing list