mbox series

[v2,00/10] drm/i915: Cleanups around .crtc_enable/disable()

Message ID 20191118164430.27265-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Cleanups around .crtc_enable/disable() | expand

Message

Ville Syrjala Nov. 18, 2019, 4:44 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Rebased for CI. All reviewed already.

Ville Syrjälä (10):
  drm/i915: Change intel_encoders_<hook>() calling convention
  drm/i915: Add intel_crtc_vblank_off()
  drm/i915: Move assert_vblank_disabled() into intel_crtc_vblank_on()
  drm/i915: Move crtc_state to tighter scope
  drm/i915: Pass intel_crtc to ironlake_fdi_disable()
  drm/i915: Change watermark hook calling convention
  drm/i915: Pass dev_priv to cpt_verify_modeset()
  drm/i915: s/intel_crtc/crtc/ in .crtc_enable() and .crtc_disable()
  drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()
  drm/i915: Change .crtc_enable/disable() calling convention

 drivers/gpu/drm/i915/display/intel_display.c | 459 +++++++++----------
 drivers/gpu/drm/i915/i915_drv.h              |  14 +-
 drivers/gpu/drm/i915/intel_pm.c              |  63 +--
 3 files changed, 271 insertions(+), 265 deletions(-)

Comments

Ville Syrjala Nov. 19, 2019, 2:27 p.m. UTC | #1
On Mon, Nov 18, 2019 at 08:00:07PM -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915: Cleanups around .crtc_enable/disable() (rev3)
> URL   : https://patchwork.freedesktop.org/series/69352/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_7365 -> Patchwork_15318
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with Patchwork_15318 absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in Patchwork_15318, 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/Patchwork_15318/index.html
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in Patchwork_15318:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@runner@aborted:
>     - fi-apl-guc:         NOTRUN -> [FAIL][1]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_15318/fi-apl-guc/igt@runner@aborted.html

<3>[  172.016356] BUG jbd2_journal_head (Tainted: G     U           ): Redzone overwritten
<3>[  172.016440] -----------------------------------------------------------------------------
<3>[  172.016544] INFO: 0x00000000b51300f6-0x00000000b51300f6. First byte 0xbf instead of 0xbb
<3>[  172.016640] INFO: Allocated in jbd2_journal_add_journal_head+0x93/0x1b0 age=1235 cpu=2 pid=2191
...
<3>[  172.017564] INFO: Freed in jbd2_journal_put_journal_head+0xef/0x1b9 age=1148 cpu=0 pid=232

Doesn't really match the pattern in
https://bugs.freedesktop.org/show_bug.cgi?id=111863
except by having bit 2 flipped as well.