[Intel-gfx] [PATCH 2/2] drm/i915: Add rpm get/put in i915_shrinker_oom

2015-12-28 Thread Praveen Paneri
i915_gem_shrink_all() will scan the bound list only if device is not suspended but in OOM scenarios it becomes absolutely necessary to release as much memory as possible. So, adding rpm get/put in i915_shrinker_oom() to ensure shrinking of bound objects in OOM scenario. Signed-off-by: Praveen Pane

[Intel-gfx] [PATCH 1/2] drm/i915: Unbind objects in shrinker only if device is runtime active

2015-12-28 Thread Praveen Paneri
When the system is running low on memory, gem shrinker is invoked. In this process objects will be unbounded from GTT and unbinding process will require access to GTT(GTTADR) and also to fence register potentially. That requires a resume of gfx device, if suspended, in the shrinker path. Considerin

[Intel-gfx] [PATCH i-g-t] tests/kms_color:Color i-g-t

2015-12-28 Thread Dhanya Pillai
From: Dhanya This patch will verify color correction capability of a display driver. Gamma/CSC/De-gamma for SKL/BXT supported. Signed-off-by: Dhanya --- tests/.gitignore |1 + tests/Makefile.sources |1 + tests/kms_color.c | 1039 +

Re: [Intel-gfx] ✗ warning: Fi.CI.BAT

2015-12-28 Thread Libin Yang
Sorry to interrupt. I got this email sent to me. It seems one of my patch causes this issue? Does anyone know how to find which patch causes this issue from the below message? Thanks. Best Regards, Libin On 12/23/2015 03:49 PM, Patchwork wrote: == Summary == Built on 7e671e69deffb88d60687d

Re: [Intel-gfx] [PATCH] drm/docs: more leftovers from the big vtable documentation pile

2015-12-28 Thread Thierry Reding
On Wed, Dec 16, 2015 at 06:18:25PM +0100, Daniel Vetter wrote: > Another pile of vfuncs from the old gpu.tmpl xml documentation that > I've forgotten to delete. I spotted a few more things to > clarify/extend in the new kerneldoc while going through this once > more. > > Cc: Laurent Pinchart > Cc