Patch Details
Series:series starting with [01/57] drm/i915/gt: Restrict the GT clock override to just Icelake
URL:https://patchwork.freedesktop.org/series/86521/
State:success
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19551/index.html

CI Bug Log - changes from CI_DRM_9712 -> Patchwork_19551

Summary

SUCCESS

No regressions found.

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

New tests

New tests have been introduced between CI_DRM_9712 and Patchwork_19551:

New IGT tests (1)

Known issues

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

IGT changes

Issues hit

Possible fixes

Warnings

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (44 -> 39)

Additional (1): fi-tgl-u2
Missing (6): fi-jsl-1 fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus

Build changes

CI-20190529: 20190529
CI_DRM_9712: 5276d4e84db68c095d7bacc0f3943936b49ef829 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5982: cfb04c4a6171575f8782fe1dd5c63700ad33799e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_19551: c95a028fe9ef397894e1de3f63cfe39b5d34a3c6 @ git://anongit.freedesktop.org/gfx-ci/linux

== Linux commits ==

c95a028fe9ef drm/i915: Support secure dispatch on gen6/gen7
3792ac8f12bf drm/i915/gt: Enable ring scheduling for gen5-7
a6fdbc84692b drm/i915/gt: Implement ring scheduler for gen4-7
ca4963eac3db drm/i915/gt: Infrastructure for ring scheduling
a412ec7bad23 drm/i915/gt: Use client timeline address for seqno writes
07876cc097ab drm/i915/gt: Support creation of 'internal' rings
069f382f469f drm/i915/gt: Couple tasklet scheduling for all CS interrupts
eaa4cd3f228c Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
2f0c54ac6a70 drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
db08eb6640fc drm/i915/selftests: Exercise relative timeline modes
6e26e9574360 drm/i915/gt: Use indices for writing into relative timelines
be28ddaf3bb0 drm/i915/gt: Add timeline "mode"
5cbb46815b8e drm/i915/gt: Track timeline GGTT offset separately from subpage offset
86b5296ad1e5 drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
c90a2524e5fe drm/i915/gt: Delay taking irqoff for execlists submission
c192c49b3bd7 drm/i915: Bump default timeslicing quantum to 5ms
65775c6234be drm/i915: Move saturated workload detection back to the context
a6cae6915e50 drm/i915/gt: Support virtual engine queues
8644267db4b4 drm/i915: Extend the priority boosting for the display with a deadline
24a11bfa8dbf drm/i915/gt: Specify a deadline for the heartbeat
23fa83845f05 drm/i915: Fair low-latency scheduling
2beff973e550 drm/i915: Wrap cmpxchg64 with try_cmpxchg64() helper
8f639a9acdb1 drm/i915: Replace priolist rbtree with a skiplist
8260622919a6 drm/i915: Move preempt-reset flag to the scheduler
6c112fa724bf drm/i915: Move busywaiting control to the scheduler
a73b1d6cc5e3 drm/i915: Move needs-breadcrumb flags to scheduler
8232ce85b9b8 drm/i915/gt: Declare when we enabled timeslicing
d3588f5a9eef drm/i915: Move timeslicing flag to scheduler
94cbab52393f drm/i915: Move scheduler flags
df270cd5e7df drm/i915: Wrap i915_request_use_semaphores()
e7478a72f93a drm/i915: Show execlists queues when dumping state
ccdcb60f774f drm/i915: Move finding the current active request to the scheduler
492e7ec772a6 drm/i915: Move submit_request to i915_sched_engine
60fd8d9b19bc drm/i915/gt: Only kick the scheduler on timeslice/preemption change
2d5deefbefcb drm/i915: Move tasklet from execlists to sched
d985e3531992 drm/i915: Move scheduler queue
ac5293ea766c drm/i915: Move common active lists from engine to i915_scheduler
243b0f26514f drm/i915: Wrap access to intel_engine.active
717bce49e733 drm/i915: Fix the iterative dfs for defering requests
8e964ba6ce2c drm/i915: Extract the ability to defer and rerun a request later
a68bf747a102 drm/i915: Extract request suspension from the execlists
9ab06af43466 drm/i915: Extract request rewinding from execlists
cf0e863b4096 drm/i915: Extract request submission from execlists
89047ac8d3f9 drm/i915: Improve DFS for priority inheritance
eee64a384f1e drm/i915/selftests: Force a rewind if at first we don't succeed
99c1c68a0d6e drm/i915/selftests: Exercise priority inheritance around an engine loop
e49cef4b719f drm/i915/selftests: Measure set-priority duration
e0c808804030 drm/i915: Restructure priority inheritance
afc69f5ccf6a drm/i915: Replace engine->schedule() with a known request operation
95ba0d20edbc drm/i915/gt: Move submission_method into intel_gt
fb9da1a17162 drm/i915/gt: Move engine setup out of set_default_submission
ba9a0134558c drm/i915/gt: Always flush the submission queue on checking for idle
396c9772ff96 drm/i915: Take rcu_read_lock for querying fence's driver/timeline names
812b9702970c drm/i915: Protect against request freeing during cancellation on wedging
67ba4bc3ef45 drm/i915/selftests: Exercise cross-process context isolation
1168085745bb drm/i915/selftests: Exercise relative mmio paths to non-privileged registers
02ff187efe58 drm/i915/gt: Restrict the GT clock override to just Icelake