[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gem: ioctl clean-ups

Patchwork patchwork at emeril.freedesktop.org
Fri Apr 23 23:16:51 UTC 2021


== Series Details ==

Series: drm/i915/gem: ioctl clean-ups
URL   : https://patchwork.freedesktop.org/series/89443/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10005 -> Patchwork_19984
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at amdgpu/amd_cs_nop at sync-fork-compute0:
    - fi-snb-2600:        NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19984/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html

  * igt at gem_exec_suspend@basic-s0:
    - fi-tgl-u2:          [PASS][2] -> [FAIL][3] ([i915#1888])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10005/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19984/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html

  
#### Possible fixes ####

  * igt at i915_selftest@live at hangcheck:
    - fi-snb-2600:        [INCOMPLETE][4] ([i915#2782]) -> [PASS][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10005/fi-snb-2600/igt@i915_selftest@live@hangcheck.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19984/fi-snb-2600/igt@i915_selftest@live@hangcheck.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#2782]: https://gitlab.freedesktop.org/drm/intel/issues/2782
  [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
  [i915#3276]: https://gitlab.freedesktop.org/drm/intel/issues/3276
  [i915#3277]: https://gitlab.freedesktop.org/drm/intel/issues/3277
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3283]: https://gitlab.freedesktop.org/drm/intel/issues/3283
  [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
  [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533


Participating hosts (43 -> 40)
------------------------------

  Additional (1): fi-rkl-11500t 
  Missing    (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u 


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

  * IGT: IGT_6074 -> IGTPW_5761
  * Linux: CI_DRM_10005 -> Patchwork_19984

  CI-20190529: 20190529
  CI_DRM_10005: 7a27cb7ac19a95d801c391044cea5274677e7744 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5761: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5761/index.html
  IGT_6074: 3f43ae9fd22dc5a517786b984dc3aa717997664f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_19984: 0c4562693de593aacfbe5dd6b27e69bd89403c15 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

0c4562693de5 drm/i915/gem: Roll all of context creation together
e1c0a99c4bc6 i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
1694fd69838b drm/i915/selftests: Take a VM in kernel_context()
9bd5fd34f557 drm/i915/gem: Don't allow changing the engine set on running contexts
40c7b0f86bc0 drm/i915/gem: Don't allow changing the VM on running contexts
6fce8cf246ee drm/i915/gem: Delay context creation
d0f063d4604e drm/i915/gt: Drop i915_address_space::file
70451a1734a2 drm/i915/gem: Return an error ptr from context_lookup
c50f4dd9ee3f drm/i915/gem: Add an intermediate proto_context struct
fa138a73374c drm/i915/gem: Add a separate validate_priority helper
ab3620b9adb5 drm/i915: Stop manually RCU banging in reset_stats_ioctl
b6ef4a4c6f47 drm/i915/request: Remove the hook from await_execution
21cb51520e4b drm/i915/gem: Disallow creating contexts with too many engines
d3ad59ed0a22 drm/i915/gem: Disallow bonding of virtual engines
65796fb10e50 drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
ebe52e477467 drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
4b9a8e315c1c drm/i915: Drop the CONTEXT_CLONE API
53f030af52d4 drm/i915/gem: Return void from context_apply_all
31e3478abfe0 drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem
79a91e982ff7 drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
468456983a83 drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE

== Logs ==

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


More information about the Intel-gfx mailing list