[Intel-gfx] Updated drm-intel-testing

2017-04-02 Thread Daniel Vetter
Hi all, Last 4.12 feature pile: GVT updates: - Add mdev attribute group for per-vgpu info - Time slice based vGPU scheduling QoS support (Gao Ping) - Initial KBL support for E3 server (Han Xu) - other misc. i915: - lots and lots of small fixes and improvements all over - refactor fw_domain code

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree

2017-04-02 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_crtc_page_flip': drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:327:8: error: too few arguments to function 'drm_atomic_helper_page_flip' r

[Intel-gfx] linux-next: manual merge of the drm-misc tree with the drm tree

2017-04-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-misc tree got conflicts in: drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c between commits: 904bb5e5817f ("drm/vmwgfx: Switch over to internal atomic API for STDU") b0119cb9229d

[Intel-gfx] [Regression report] Weekly regression report WW13

2017-04-02 Thread Jairo Miramontes
Link to FDO regression list: https://bugs.freedesktop.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&component=DRM%2FIntel&f0=OP&f1=OP&f2=short_desc&f3=keywords&f4=CP&f5=CP&j1=OR&known_name=i915%20regressions&list_id=600614&o2=anywordssubstr&o3=anywordss

Re: [Intel-gfx] [PATCH] drm/i915: Sleep after restarting the GPU after reset

2017-04-02 Thread Chris Wilson
On Sun, Apr 02, 2017 at 03:36:11PM +0100, Chris Wilson wrote: > A piece of magic that prevents Baytrail from doing a timewarp. (Perhaps > executing an incorrect portion of the ring?) If left to itself after a > few hundred resets, the GPU will write a stale seqno causing all > requests to be comple

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Sleep after restarting the GPU after reset

2017-04-02 Thread Patchwork
== Series Details == Series: drm/i915: Sleep after restarting the GPU after reset URL : https://patchwork.freedesktop.org/series/22329/ State : success == Summary == Series 22329v1 drm/i915: Sleep after restarting the GPU after reset https://patchwork.freedesktop.org/api/1.0/series/22329/revis

[Intel-gfx] [PATCH] drm/i915: Sleep after restarting the GPU after reset

2017-04-02 Thread Chris Wilson
A piece of magic that prevents Baytrail from doing a timewarp. (Perhaps executing an incorrect portion of the ring?) If left to itself after a few hundred resets, the GPU will write a stale seqno causing all requests to be completed early and the GPU then appears idle. A msleep(1000) before the in

Re: [Intel-gfx] [BUG][REGRESSION] i915 gpu hangs under load

2017-04-02 Thread Martin Kepplinger
Am 2. April 2017 13:50:26 MESZ schrieb Thorsten Leemhuis : >Lo! On 22.03.2017 11:36, Jani Nikula wrote: >> On Wed, 22 Mar 2017, Martin Kepplinger wrote: >>> I know something similar is here: >>> https://bugs.freedesktop.org/show_bug.cgi?id=100110 too. >>> But this is rc3 and my machine is tota

Re: [Intel-gfx] [BUG][REGRESSION] i915 gpu hangs under load

2017-04-02 Thread Thorsten Leemhuis
Lo! On 22.03.2017 11:36, Jani Nikula wrote: > On Wed, 22 Mar 2017, Martin Kepplinger wrote: >> I know something similar is here: >> https://bugs.freedesktop.org/show_bug.cgi?id=100110 too. >> But this is rc3 and my machine is totally *not usable*. Let me be >> annoying :) I hope I can help: > Pl

Re: [Intel-gfx] [PATCH 02/13] drm/i915: Copy user requested buffers into the error state

2017-04-02 Thread Chris Wilson
On Sat, Apr 01, 2017 at 05:48:55PM -0700, Matt Turner wrote: > On Wed, Mar 29, 2017 at 8:56 AM, Chris Wilson > wrote: > > Introduce a new execobject.flag (EXEC_OBJECT_CAPTURE) that userspace may > > use to indicate that it wants the contents of this buffer preserved in > > the error state (/sys/c