[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915: split out vlv/chv specific suspend/resume code

2020-02-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: split out vlv/chv specific suspend/resume code URL : https://patchwork.freedesktop.org/series/73365/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7926_full -> Patchwork_16542_full

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.

2020-02-15 Thread Patchwork
== Series Details == Series: drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2. URL : https://patchwork.freedesktop.org/series/73362/ State : success == Summary == CI Bug Log - changes from CI_DRM_7926_full -> Patchwork_16541_full

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/hdcp: conversion to struct drm_device based logging macros.

2020-02-15 Thread Patchwork
== Series Details == Series: drm/i915/hdcp: conversion to struct drm_device based logging macros. URL : https://patchwork.freedesktop.org/series/73354/ State : success == Summary == CI Bug Log - changes from CI_DRM_7926_full -> Patchwork_16540_full

[Intel-gfx] ✓ Fi.CI.IGT: success for HDCP misc (rev2)

2020-02-15 Thread Patchwork
== Series Details == Series: HDCP misc (rev2) URL : https://patchwork.freedesktop.org/series/73345/ State : success == Summary == CI Bug Log - changes from CI_DRM_7926_full -> Patchwork_16539_full Summary --- **SUCCESS** No

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Track hw reported context runtime (rev2)

2020-02-15 Thread Patchwork
== Series Details == Series: drm/i915: Track hw reported context runtime (rev2) URL : https://patchwork.freedesktop.org/series/73499/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7948 -> Patchwork_16583 Summary ---

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Track hw reported context runtime (rev2)

2020-02-15 Thread Patchwork
== Series Details == Series: drm/i915: Track hw reported context runtime (rev2) URL : https://patchwork.freedesktop.org/series/73499/ State : warning == Summary == $ dim checkpatch origin/drm-tip 2171c7e5dc4e drm/i915: Track hw reported context runtime -:78: CHECK:LINE_SPACING: Please don't

[Intel-gfx] [CI] drm/i915: Track hw reported context runtime

2020-02-15 Thread Chris Wilson
From: Tvrtko Ursulin GPU saves accumulated context runtime (in CS timestamp units) in PPHWSP which will be useful for us in cases when we are not able to track context busyness ourselves (like with GuC). Keep a copy of this in struct intel_context from where it can be easily read even if the

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/dp, i915: eDP DPCD backlight control detection fixes (rev2)

2020-02-15 Thread Patchwork
== Series Details == Series: drm/dp, i915: eDP DPCD backlight control detection fixes (rev2) URL : https://patchwork.freedesktop.org/series/72991/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7926_full -> Patchwork_16538_full

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Mark the mock ring->vma as being in the GGTT (rev3)

2020-02-15 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Mark the mock ring->vma as being in the GGTT (rev3) URL : https://patchwork.freedesktop.org/series/73496/ State : success == Summary == CI Bug Log - changes from CI_DRM_7947 -> Patchwork_16582

[Intel-gfx] [CI] drm/i915: Track hw reported context runtime

2020-02-15 Thread Chris Wilson
From: Tvrtko Ursulin GPU saves accumulated context runtime (in CS timestamp units) in PPHWSP which will be useful for us in cases when we are not able to track context busyness ourselves (like with GuC). Keep a copy of this in struct intel_context from where it can be easily read even if the

[Intel-gfx] [PATCH] drm/i915/selftests: Mark the mock ring->vma as being in the GGTT

2020-02-15 Thread Chris Wilson
The ringbuffer's vma is expected to be in the GGTT and that is now being checked, so make sure the mocked ring declares it so. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/mock_engine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/mock_engine.c

Re: [Intel-gfx] [PATCH v1 0/3] Fix modeset transitions related to DBuf

2020-02-15 Thread Jani Nikula
On Thu, 13 Feb 2020, Stanislav Lisovskiy wrote: > There are three existing issues, causing possible screen > corruptions, being addressed with those patch series. > They should go hand in hand, otherwise magic is not working. Pushed the series, thanks for the patches, reviews and acks. BR,

[Intel-gfx] kernel 5.5.4: BUG: kernel NULL pointer dereference, address: 000000000000000

2020-02-15 Thread Toralf Förster
Since 5.5.1 I do experience hangs under a hardend Gerntoo Linux + KDE, neither mouse nor keyboard are then working anymore, power off is the only one. The syslog tells: Feb 15 12:56:31 t44 kernel: BUG: kernel NULL pointer dereference, address: Feb 15 12:56:31 t44 kernel: #PF:

[Intel-gfx] ✓ Fi.CI.IGT: success for Commit early to GuC (rev3)

2020-02-15 Thread Patchwork
== Series Details == Series: Commit early to GuC (rev3) URL : https://patchwork.freedesktop.org/series/72031/ State : success == Summary == CI Bug Log - changes from CI_DRM_7925_full -> Patchwork_16535_full Summary --- **SUCCESS**

[Intel-gfx] ✓ Fi.CI.IGT: success for 3 display pipes combination system support (rev3)

2020-02-15 Thread Patchwork
== Series Details == Series: 3 display pipes combination system support (rev3) URL : https://patchwork.freedesktop.org/series/72468/ State : success == Summary == CI Bug Log - changes from CI_DRM_7924_full -> Patchwork_16534_full Summary

[Intel-gfx] ✓ Fi.CI.IGT: success for Fix modeset transitions related to DBuf

2020-02-15 Thread Patchwork
== Series Details == Series: Fix modeset transitions related to DBuf URL : https://patchwork.freedesktop.org/series/73414/ State : success == Summary == CI Bug Log - changes from CI_DRM_7932_full -> Patchwork_16559_full Summary ---

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/selftests: Mark the mock ring->vma as being in the GGTT (rev2)

2020-02-15 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Mark the mock ring->vma as being in the GGTT (rev2) URL : https://patchwork.freedesktop.org/series/73496/ State : failure == Summary == CALLscripts/checksyscalls.sh CALLscripts/atomic/check-atomics.sh DESCEND objtool CHK

[Intel-gfx] [PATCH] drm/i915/selftests: Mark the mock ring->vma as being in the GGTT

2020-02-15 Thread Chris Wilson
The ringbuffer's vma is expected to be in the GGTT and that is now being checked, so make sure the mocked ring declares it so. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/mock_engine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/mock_engine.c

[Intel-gfx] [PATCH] drm/i915/selftests: Mark the mock ring->vma as being in the GGTT

2020-02-15 Thread Chris Wilson
The ringbuffer's vma is expected to be in the GGTT and that is now being checked, so make sure the mocked ring declares it so. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/mock_engine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/gt/mock_engine.c

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/mst: Set intel_dp_set_m_n() for MST slaves

2020-02-15 Thread Jani Nikula
On Tue, 11 Feb 2020, José Roberto de Souza wrote: > Commit 1c9d2eb24153 ("drm/i915: move intel_dp_set_m_n() to encoder for > DDI platforms") moved the intel_dp_set_m_n() from hsw_crtc_enable() > to intel_ddi_pre_enable_dp() but it missed add it to > intel_mst_pre_enable_dp() causing MST slaves to