Re: [Intel-gfx] [PATCH v2 2/2] drm/i915/scheduler: add gvt notification for guc

2017-04-17 Thread Dong, Chuanxiao
> -Original Message- > From: intel-gvt-dev [mailto:intel-gvt-dev-boun...@lists.freedesktop.org] On > Behalf Of Dong, Chuanxiao > Sent: Thursday, April 13, 2017 7:03 PM > To: Chris Wilson ; intel-gfx@lists.freedesktop.org > Cc: Zheng, Xiao ; Tian, Kevin > ; joonas.lahti...@linux.intel.com; i

Re: [Intel-gfx] [maintainer-tools PATCH] dim: Expand drm-misc branch explanations

2017-04-17 Thread Daniel Stone
Hi Sean, On 14 April 2017 at 16:47, Sean Paul wrote: > On Mon, Apr 10, 2017 at 12:05:43PM -0400, Sean Paul wrote: >> Add a bit more colour to the -misc branch explanations, and add a merge >> timeline >> similar to the chart used in drm-intel. > > Friendly review ping. I'm extremely deprived of

Re: [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: uninitialized value on error path (rev3)

2017-04-17 Thread Dan Carpenter
On Fri, Apr 14, 2017 at 08:13:43PM -, Patchwork wrote: > == Series Details == > > Series: drm/i915: uninitialized value on error path (rev3) > URL : https://patchwork.freedesktop.org/series/23038/ > State : success These patchwork emails are sort of useless. I wouldn't have sent the patch

Re: [Intel-gfx] [PATCH 05/67] drm/i915/cnp: add CNP gmbus support

2017-04-17 Thread Srivatsa, Anusha
>-Original Message- >From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of >Rodrigo Vivi >Sent: Thursday, April 6, 2017 12:15 PM >To: intel-gfx@lists.freedesktop.org >Cc: Nikula, Jani ; Vetter, Daniel >; Vivi, Rodrigo >Subject: [Intel-gfx] [PATCH 05/67] drm/i915/c

Re: [Intel-gfx] [PATCH v5 14/18] drm/i915: Watchdog timeout: Pass GuC shared data structure during param load

2017-04-17 Thread Daniele Ceraolo Spurio
On 24/03/17 18:30, Michel Thierry wrote: For watchdog / media reset, the firmware must know the address of the shared data page (the first page of the default context). This information should be in DWORD 9 of the GUC_CTL structure. Signed-off-by: Michel Thierry --- drivers/gpu/drm/i915/int

Re: [Intel-gfx] [PATCH v5 14/18] drm/i915: Watchdog timeout: Pass GuC shared data structure during param load

2017-04-17 Thread Michel Thierry
On 17/04/17 14:28, Daniele Ceraolo Spurio wrote: On 24/03/17 18:30, Michel Thierry wrote: For watchdog / media reset, the firmware must know the address of the shared data page (the first page of the default context). This information should be in DWORD 9 of the GUC_CTL structure. Signed-of

Re: [Intel-gfx] [PATCH 02/15] drm: Remove drm_modeset_(un)lock_crtc

2017-04-17 Thread Daniel Vetter
On Fri, Apr 14, 2017 at 6:20 PM, Mike Lothian wrote: > Hi > > X no longer starts for me and I've bisected it back to this commit > > During bisect I ended up on commits where my laptop would lockup during boot The bugfix the hangs is in linux-next, but hasn't landed in drm-next yet: commit 8cb68

Re: [Intel-gfx] [PATCH] drm/doc: Interlink color manager docs better

2017-04-17 Thread Daniel Vetter
On Thu, Apr 13, 2017 at 10:55:12AM -0700, Lionel Landwerlin wrote: > I have a tiny suggestion down there. Regardless this is : > > Reviewed-by: Lionel Landwerlin Thanks for the suggestions, polished while applying the patch. -Daniel > > On 12/04/17 08:20, Daniel Vetter wrote: > > Motivated by

Re: [Intel-gfx] [PATCH 05/22] drm/i915: Make use of the new sg_map helper function

2017-04-17 Thread Daniel Vetter
On Thu, Apr 13, 2017 at 04:05:18PM -0600, Logan Gunthorpe wrote: > This is a single straightforward conversion from kmap to sg_map. > > Signed-off-by: Logan Gunthorpe Acked-by: Daniel Vetter Probably makes sense to merge through some other tree, but please be aware of the considerable churn ra