[Intel-gfx] ✓ Fi.CI.BAT: success for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev5)

Patchwork patchwork at emeril.freedesktop.org
Sat Feb 6 02:36:24 UTC 2021


== Series Details ==

Series: drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev5)
URL   : https://patchwork.freedesktop.org/series/84754/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9741 -> Patchwork_19615
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_exec_suspend@basic-s0:
    - fi-glk-dsi:         [PASS][1] -> [DMESG-WARN][2] ([i915#2943])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9741/fi-glk-dsi/igt@gem_exec_suspend@basic-s0.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19615/fi-glk-dsi/igt@gem_exec_suspend@basic-s0.html

  * igt at i915_selftest@live at hangcheck:
    - fi-bxt-dsi:         [PASS][3] -> [INCOMPLETE][4] ([i915#2895])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9741/fi-bxt-dsi/igt@i915_selftest@live@hangcheck.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19615/fi-bxt-dsi/igt@i915_selftest@live@hangcheck.html

  * igt at kms_chamelium@dp-crc-fast:
    - fi-kbl-7500u:       [PASS][5] -> [FAIL][6] ([i915#1372])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9741/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19615/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html

  * igt at prime_self_import@basic-with_one_bo_two_files:
    - fi-tgl-y:           [PASS][7] -> [DMESG-WARN][8] ([i915#402])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9741/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19615/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html

  * igt at runner@aborted:
    - fi-bxt-dsi:         NOTRUN -> [FAIL][9] ([i915#2426])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19615/fi-bxt-dsi/igt@runner@aborted.html

  
#### Possible fixes ####

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

  * igt at i915_module_load@reload:
    - fi-tgl-u2:          [FAIL][12] -> [PASS][13]
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9741/fi-tgl-u2/igt@i915_module_load@reload.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19615/fi-tgl-u2/igt@i915_module_load@reload.html

  
  [i915#1372]: https://gitlab.freedesktop.org/drm/intel/issues/1372
  [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
  [i915#2895]: https://gitlab.freedesktop.org/drm/intel/issues/2895
  [i915#2943]: https://gitlab.freedesktop.org/drm/intel/issues/2943
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (44 -> 37)
------------------------------

  Missing    (7): fi-jsl-1 fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus 


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

  * Linux: CI_DRM_9741 -> Patchwork_19615

  CI-20190529: 20190529
  CI_DRM_9741: 439ad4a70b3d6663de543ee56478d64b16cca1cf @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5994: 53268fc5e5dde45a16e7185023a42296e3599e6e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_19615: da4a690db4b7aefda5e83942348688dfc37f117f @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

da4a690db4b7 drm/dp: Extract i915's eDP backlight code into DRM helpers
9a5a96645e75 drm/i915/dpcd_bl: Print return codes for VESA backlight failures
bb9ab8c80a61 drm/i915/dpcd_bl: Return early in vesa_calc_max_backlight if we can't read PWMGEN_BIT_COUNT
d023a0b271b0 drm/i915/dpcd_bl: Move VESA backlight enabling code closer together
8e101f1fa419 drm/i915/dpcd_bl: Cache some backlight capabilities in intel_panel.backlight
e9190019cd99 drm/i915/dpcd_bl: Cleanup intel_dp_aux_vesa_enable_backlight() a bit
c05e38fb6b81 drm/i915/dpcd_bl: Handle drm_dpcd_read/write() return values correctly
948c71628815 drm/i915/dpcd_bl: Remove redundant AUX backlight frequency calculations
755b16f66afc drm/nouveau/kms: Don't probe eDP connectors more then once
990b106df931 drm/nouveau/kms/nv40-/backlight: Assign prop type once

== Logs ==

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


More information about the Intel-gfx mailing list