[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM (rev3)

2017-10-14 Thread Patchwork
== Series Details == Series: drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM (rev3) URL : https://patchwork.freedesktop.org/series/31789/ State : failure == Summary == Series 31789v3 drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM https://pat

[Intel-gfx] [PATCH v6] drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM

2017-10-14 Thread Weinan Li
Let GVT-g VM read the CSB and CSB write pointer from virtual HWSP, not all the host support this feature, need to check the BIT(3) of caps in PVINFO. v3 : Remove unnecessary comments. v4 : Separate VM enable patch with GVT-g implementation patch due to code dependency. v5 : Use inline for GVT virt

Re: [Intel-gfx] [PATCH 0/9] drm/i915: Plane assert/readout cleanups etc.

2017-10-14 Thread Alex Villacis Lasso
El 13/10/17 a las 11:28, Alex Villacís Lasso escribió: > El 11/10/17 a las 11:38, Ville Syrjälä escribió: >> On Wed, Oct 11, 2017 at 04:21:58PM +, Alex Villacis Lasso wrote: >>> El 11/10/17 a las 11:04, Ville Syrjala escribió: From: Ville Syrjälä This series aims to clean up som

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev4)

2017-10-14 Thread Patchwork
== Series Details == Series: drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev4) URL : https://patchwork.freedesktop.org/series/31283/ State : failure == Summary == Test kms_plane: Subgroup plane-panning-bottom-right-suspend-pipe-C-planes:

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Remove -Wno-override-init

2017-10-14 Thread Michal Wajdeczko
On Sat, 14 Oct 2017 12:12:50 +0200, Chris Wilson wrote: Mark up the locations where we are intentionally overriding initialization parameters for inheritance with a local pragma so that we can enable -Woverride-init globally and catch accidental mistakes. Signed-off-by: Chris Wilson Cc: Joo

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev4)

2017-10-14 Thread Patchwork
== Series Details == Series: drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev4) URL : https://patchwork.freedesktop.org/series/31283/ State : success == Summary == Series 31283v4 drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() https:/

[Intel-gfx] [PATCH v5] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()

2017-10-14 Thread Harsha Sharma
Replace instances of drm_framebuffer_reference/unreference() with *_get/put() suffixes and drm_dev_unref with *_put() suffix because get/put is shorter and consistent with the kernel use of *_get/put suffixes. Done with following coccinelle semantic patch @@ expression ex; @@ ( -drm_framebuffer_u

Re: [Intel-gfx] [PATCH] drm/i915: Stop asserting on set-wedged vs nop_submit_request ordering

2017-10-14 Thread Chris Wilson
Quoting Mika Kuoppala (2017-10-13 15:23:41) > Chris Wilson writes: > > > Since the removal of the stop_machine(), it is allowed and expected for > > the nop_submit_request() and nop_complete_submit_request() to run in > > parallel to the i915_gem_set_wedged() processing. As such we can no > > lon

Re: [Intel-gfx] [PATCH 0/9] drm/i915: Plane assert/readout cleanups etc.

2017-10-14 Thread Alex Villacis Lasso
El 11/10/17 a las 11:38, Ville Syrjälä escribió: > On Wed, Oct 11, 2017 at 04:21:58PM +, Alex Villacis Lasso wrote: >> El 11/10/17 a las 11:04, Ville Syrjala escribió: >>> From: Ville Syrjälä >>> >>> This series aims to clean up some of the plane state readout and >>> sanitation, and clean up

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915: Add -Wall -Wextra to our build, set warnings to full

2017-10-14 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Add -Wall -Wextra to our build, set warnings to full URL : https://patchwork.freedesktop.org/series/31974/ State : failure == Summary == Test kms_flip: Subgroup basic-flip-vs-wf_vblank: pass -> FAI

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Add -Wall -Wextra to our build, set warnings to full

2017-10-14 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Add -Wall -Wextra to our build, set warnings to full URL : https://patchwork.freedesktop.org/series/31974/ State : success == Summary == Series 31974v1 series starting with [1/2] drm/i915: Add -Wall -Wextra to our build, set w

[Intel-gfx] [PATCH 1/2] drm/i915: Add -Wall -Wextra to our build, set warnings to full

2017-10-14 Thread Chris Wilson
Recently W=1 on gcc-7.2 (-Wunused-const-variable) caught a regression that had been lurking for 6 months, so lets try enabling the full set of warnings for CI builds. This means more patches will be rejected early that contain trivial and sometimes not so trivial bugs. However, our code does not ye

[Intel-gfx] [PATCH 2/2] drm/i915: Remove -Wno-override-init

2017-10-14 Thread Chris Wilson
Mark up the locations where we are intentionally overriding initialization parameters for inheritance with a local pragma so that we can enable -Woverride-init globally and catch accidental mistakes. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Jani Nikula Cc: Daniel Vetter Cc: Tomi Sar

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: Properly lock the engine timeline in debugfs i915_gem_request

2017-10-14 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Properly lock the engine timeline in debugfs i915_gem_request URL : https://patchwork.freedesktop.org/series/31958/ State : success == Summary == Test kms_plane: Subgroup plane-panning-top-left-pipe-C-planes: