[Intel-gfx] ✓ Fi.CI.BAT: success for acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 3 12:21:30 UTC 2020
== Series Details ==
Series: acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
URL : https://patchwork.freedesktop.org/series/81287/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8957 -> Patchwork_18437
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/index.html
Known issues
------------
Here are the changes found in Patchwork_18437 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt at i915_pm_rpm@basic-pci-d3-state:
- fi-bsw-kefka: [PASS][1] -> [DMESG-WARN][2] ([i915#1982])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt at kms_cursor_legacy@basic-flip-after-cursor-atomic:
- fi-icl-u2: [PASS][3] -> [DMESG-WARN][4] ([i915#1982])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
#### Possible fixes ####
* igt at gem_exec_gttfill@basic:
- fi-cfl-8109u: [TIMEOUT][5] -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-cfl-8109u/igt@gem_exec_gttfill@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-cfl-8109u/igt@gem_exec_gttfill@basic.html
* igt at gem_exec_parallel@engines at contexts:
- fi-cfl-8109u: [INCOMPLETE][7] ([i915#2398]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-cfl-8109u/igt@gem_exec_parallel@engines@contexts.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-cfl-8109u/igt@gem_exec_parallel@engines@contexts.html
* igt at i915_module_load@reload:
- fi-tgl-u2: [DMESG-WARN][9] ([i915#1982]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-tgl-u2/igt@i915_module_load@reload.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-tgl-u2/igt@i915_module_load@reload.html
* igt at kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-bsw-kefka: [DMESG-WARN][11] ([i915#1982]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt at kms_flip@basic-flip-vs-wf_vblank at c-edp1:
- fi-icl-u2: [DMESG-WARN][13] ([i915#1982]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8957/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2398]: https://gitlab.freedesktop.org/drm/intel/issues/2398
Participating hosts (38 -> 33)
------------------------------
Missing (5): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper
Build changes
-------------
* Linux: CI_DRM_8957 -> Patchwork_18437
CI-20190529: 20190529
CI_DRM_8957: c3355f060f0d6b1c45f456c4cdb995edfd496603 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5777: c240b5c00d58860e376b012cc3c883c17ae63f37 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_18437: 5f2ad76ad27d083865972d2c36d0c928b5117e75 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
5f2ad76ad27d drm/i915: panel: Use atomic PWM API for devs with an external PWM controller
7e1d6106ba3a drm/i915: panel: Honor the VBT PWM min setting for devs with an external PWM controller
d1aacec4e432 drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
240678c00b3d drm/i915: panel: Add get_vbt_pwm_freq() helper
ad30d11970a4 pwm: crc: Implement get_state() method
88ea19297024 pwm: crc: Implement apply() method to support the new atomic PWM API
f29b5d035a49 pwm: crc: Enable/disable PWM output on enable/disable
666a424bb1a8 pwm: crc: Fix period changes not having any effect
0b9d965a728a pwm: crc: Fix off-by-one error in the clock-divider calculations
247ad837e2cd pwm: crc: Fix period / duty_cycle times being off by a factor of 256
48f37ff234b3 pwm: lpss: Remove suspend/resume handlers
b6ce0150e736 pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
94a41c16c5ba pwm: lpss: Add pwm_lpss_prepare_enable() helper
2e7faec371d2 pwm: lpss: Add range limit check for the base_unit register value
97b4a9aebcb4 pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
49747f4e3a9e ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
1168abd5ce8d ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18437/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20200903/bef4642f/attachment.htm>
More information about the Intel-gfx
mailing list