[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/7] drm/i915/display: Refactor intel_commit_modeset_disables()

2019-11-23 Thread Patchwork
== Series Details == Series: series starting with [1/7] drm/i915/display: Refactor intel_commit_modeset_disables() URL : https://patchwork.freedesktop.org/series/69921/ State : success == Summary == CI Bug Log - changes from CI_DRM_7409_full -> Patchwork_15404_full ===

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: eDP DPCD aux backlight fixes

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915: eDP DPCD aux backlight fixes URL : https://patchwork.freedesktop.org/series/69914/ State : success == Summary == CI Bug Log - changes from CI_DRM_7409_full -> Patchwork_15403_full Summary --- **

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/rect: Bugfixes and selftests

2019-11-23 Thread Patchwork
== Series Details == Series: drm/rect: Bugfixes and selftests URL : https://patchwork.freedesktop.org/series/69898/ State : success == Summary == CI Bug Log - changes from CI_DRM_7408_full -> Patchwork_15399_full Summary --- **SUCCES

Re: [Intel-gfx] [RFC 06/13] drm/i915/svm: Page table mirroring support

2019-11-23 Thread Jason Gunthorpe
On Fri, Nov 22, 2019 at 08:44:18PM -0800, Niranjan Vishwanathapura wrote: > On Fri, Nov 22, 2019 at 11:33:12PM +, Jason Gunthorpe wrote: > > On Fri, Nov 22, 2019 at 12:57:27PM -0800, Niranjana Vishwanathapura wrote: > > > > > +static inline bool > > > +i915_range_done(struct hmm_range *range)

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Support more QGV points (rev3)

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915: Support more QGV points (rev3) URL : https://patchwork.freedesktop.org/series/69886/ State : success == Summary == CI Bug Log - changes from CI_DRM_7405_full -> Patchwork_15397_full Summary ---

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/dp: fix DP audio for PORT_A on gen12+

2019-11-23 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/dp: fix DP audio for PORT_A on gen12+ URL : https://patchwork.freedesktop.org/series/69891/ State : success == Summary == CI Bug Log - changes from CI_DRM_7405_full -> Patchwork_15396_full ===

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Remove tautological compare in eb_relocate_vma

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915: Remove tautological compare in eb_relocate_vma URL : https://patchwork.freedesktop.org/series/69934/ State : success == Summary == CI Bug Log - changes from CI_DRM_7410 -> Patchwork_15410 Summary -

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Remove tautological compare in eb_relocate_vma

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915: Remove tautological compare in eb_relocate_vma URL : https://patchwork.freedesktop.org/series/69934/ State : warning == Summary == $ dim checkpatch origin/drm-tip 95b9c28d83b0 drm/i915: Remove tautological compare in eb_relocate_vma -:17: WARNING:COMMIT_L

Re: [Intel-gfx] [PATCH] drm/i915: Remove tautological compare in eb_relocate_vma

2019-11-23 Thread Chris Wilson
Quoting Nathan Chancellor (2019-11-23 19:53:22) > -Wtautological-compare was recently added to -Wall in LLVM, which > exposed an if statement in i915 that is always false: > > ../drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1485:22: warning: > result of comparison of constant 576460752303423487

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Include the subsubtest for live_parallel_engines

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Include the subsubtest for live_parallel_engines URL : https://patchwork.freedesktop.org/series/69933/ State : success == Summary == CI Bug Log - changes from CI_DRM_7409 -> Patchwork_15409 S

[Intel-gfx] [PATCH] drm/i915: Remove tautological compare in eb_relocate_vma

2019-11-23 Thread Nathan Chancellor
-Wtautological-compare was recently added to -Wall in LLVM, which exposed an if statement in i915 that is always false: ../drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1485:22: warning: result of comparison of constant 576460752303423487 with expression of type 'unsigned int' is always false [-W

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/query: Align flavour of engine data lookup

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915/query: Align flavour of engine data lookup URL : https://patchwork.freedesktop.org/series/69884/ State : success == Summary == CI Bug Log - changes from CI_DRM_7404_full -> Patchwork_15391_full Summary

[Intel-gfx] [PATCH] drm/i915/selftests: Include the subsubtest for live_parallel_engines

2019-11-23 Thread Chris Wilson
Include the name of the failing subsubtest, if it fails. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_request.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_reque

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Mark the execlists->active as the primary volatile access (rev4)

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915/gt: Mark the execlists->active as the primary volatile access (rev4) URL : https://patchwork.freedesktop.org/series/69928/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7409 -> Patchwork_15408 =

Re: [Intel-gfx] [PATCH] drm/i915/gt: Mark the execlists->active as the primary volatile access

2019-11-23 Thread Chris Wilson
Quoting Chris Wilson (2019-11-23 17:49:46) > Since we want to do a lockless read of the current active request, and > that request is written to by process_csb also without serialisation, we > need to instruct gcc to take care in reading the pointer itself. > > Otherwise, we have observed execlist

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Mark the execlists->active as the primary volatile access (rev2)

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915/gt: Mark the execlists->active as the primary volatile access (rev2) URL : https://patchwork.freedesktop.org/series/69928/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7409 -> Patchwork_15407 =

[Intel-gfx] [PATCH] drm/i915/gt: Mark the execlists->active as the primary volatile access

2019-11-23 Thread Chris Wilson
Since we want to do a lockless read of the current active request, and that request is written to by process_csb also without serialisation, we need to instruct gcc to take care in reading the pointer itself. Otherwise, we have observed execlists_active() to report 0x40. [ 2400.760381] igt/para-4

[Intel-gfx] [PATCH] drm/i915/gt: Mark the execlists->active as the primary volatile access

2019-11-23 Thread Chris Wilson
Since we want to do a lockless read of the current active request, and that request is written to by process_csb also without serialisation, we need to instruct gcc to take care in reading the pointer itself. Otherwise, we have observed execlists_active() to report 0x40. [ 2400.760381] igt/para-4

[Intel-gfx] [PATCH] drm/i915/gt: Mark the execlists->active as the primary volatile access

2019-11-23 Thread Chris Wilson
Since we want to do a lockless read of the current active request, and that request is written to by process_csb also without serialisation, we need to instruct gcc to take care in reading the pointer itself. Otherwise, we have observed execlists_active() to report 0x40. [ 2400.760381] igt/para-4

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request (rev3)

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request (rev3) URL : https://patchwork.freedesktop.org/series/69824/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7403_full -> Patchwork_15390_full

[Intel-gfx] ✓ Fi.CI.IGT: success for drm: mmap fixups (rev2)

2019-11-23 Thread Patchwork
== Series Details == Series: drm: mmap fixups (rev2) URL : https://patchwork.freedesktop.org/series/69820/ State : success == Summary == CI Bug Log - changes from CI_DRM_7402_full -> Patchwork_15388_full Summary --- **SUCCESS** No

[Intel-gfx] ✓ Fi.CI.IGT: success for Wa_1604555607 implementation and verification skip (rev6)

2019-11-23 Thread Patchwork
== Series Details == Series: Wa_1604555607 implementation and verification skip (rev6) URL : https://patchwork.freedesktop.org/series/69763/ State : success == Summary == CI Bug Log - changes from CI_DRM_7402_full -> Patchwork_15387_full Su

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Mark the execlists->active as the primary volatile access

2019-11-23 Thread Patchwork
== Series Details == Series: drm/i915/gt: Mark the execlists->active as the primary volatile access URL : https://patchwork.freedesktop.org/series/69928/ State : success == Summary == CI Bug Log - changes from CI_DRM_7409 -> Patchwork_15406

[Intel-gfx] [PATCH] drm/i915/gt: Mark the execlists->active as the primary volatile access

2019-11-23 Thread Chris Wilson
Since we want to do a lockless read of the current active request, and that request is written to by process_csb also without serialisation, we need to instruct gcc to take care in reading the pointer itself. Otherwise, we have observed execlists_active() to report 0x40. [ 2400.760381] igt/para-4

[Intel-gfx] ✓ Fi.CI.BAT: success for Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"

2019-11-23 Thread Patchwork
== Series Details == Series: Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present" URL : https://patchwork.freedesktop.org/series/69924/ State : success == Summary == CI Bug Log - changes from CI_DRM_7409 -> Patchwork_15405

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"

2019-11-23 Thread Patchwork
== Series Details == Series: Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present" URL : https://patchwork.freedesktop.org/series/69924/ State : warning == Summary == $ dim checkpatch origin/drm-tip e9d74e9fcd0f Revert "drm/fbdev: Fallback to non tiled mode if all tiles not

Re: [Intel-gfx] [PATCH 2/8] drm/atmel: ditch fb_create wrapper

2019-11-23 Thread Sam Ravnborg
Hi Daniel. On Tue, Nov 19, 2019 at 10:22:31PM +0100, Daniel Vetter wrote: > On Fri, Nov 15, 2019 at 10:33:24AM +0100, Boris Brezillon wrote: > > On Fri, 15 Nov 2019 10:21:14 +0100 > > Daniel Vetter wrote: > > > > > Spotted while looking through them all. > > > > > > Signed-off-by: Daniel Vetter

[Intel-gfx] [PATCH] Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"

2019-11-23 Thread Uma Shankar
This reverts commit f25c7a006cd1c07254780e3406e45cee4842b933. 2p2c display configuration blows up dmesg when one connector is disconnected, causing issues in CI. Below are the sample errors thrown in logs: [IGT] core_getversion: executing [IGT] core_getversion: exiting, ret=0 Setting dangerous o