Re: [Intel-gfx] [Linux-v4.2-10463-g9a9952bbd76a] i915: WARNING: intel_display.c:1377 assert_planes_disabled

2015-09-13 Thread Sedat Dilek
On Wed, Sep 9, 2015 at 4:42 AM, Sedat Dilek wrote: > [ TO INTEL DRM DRIVERS maintainers ] > > Hi, > > out of curiosity and to play with the new bindeb-pkg make-target I > built pre-v4.3-rc1 (git-describe says v4.2-10463-g9a9952bbd76a) > Debian-kernel packages. > > I see several bugs and call-trace

Re: [Intel-gfx] [PATCH 0/6] scripts/kernel-doc: Kernel-doc improvements

2015-09-13 Thread Daniel Vetter
On Sat, Sep 12, 2015 at 03:24:49PM -0600, Jonathan Corbet wrote: > On Mon, 7 Sep 2015 17:01:58 -0300 > Danilo Cesar Lemes de Paula wrote: > > > The following series contains: > > * kernel-doc: markdown support and improvements. > > OK, I've spent a while looking this stuff over. I like the ge

[Intel-gfx] [PATCH 32/39] drm: i915: drop null test before destroy functions

2015-09-13 Thread Julia Lawall
Remove unneeded NULL test. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression x; @@ -if (x != NULL) \(kmem_cache_destroy\|mempool_destroy\|dma_pool_destroy\)(x); // Signed-off-by: Julia Lawall --- drivers/gpu/drm/i915/i915_dma.c | 19 +

[Intel-gfx] [PATCH 00/39] drop null test before destroy functions

2015-09-13 Thread Julia Lawall
Recent commits to kernel/git/torvalds/linux.git have made the following functions able to tolerate NULL arguments: kmem_cache_destroy (commit 3942d29918522) mempool_destroy (commit 4e3ca3e033d1) dma_pool_destroy (commit 44d7175da6ea) These patches remove the associated NULL tests for the files th

Re: [Intel-gfx] [PATCH 0/6] scripts/kernel-doc: Kernel-doc improvements

2015-09-13 Thread Jonathan Corbet
On Sun, 13 Sep 2015 12:36:07 +0200 Daniel Vetter wrote: > Personally I don't care which kind of text markup we pick and wich > converter, as long as the project looks reasonable far away from > immeninent death (way too many one-person projects on github in this > area). > > But if we have this

Re: [Intel-gfx] [PATCH 1/6] scripts/kernel-doc: Replacing highlights hash by an array

2015-09-13 Thread Jonathan Corbet
On Mon, 7 Sep 2015 17:01:59 -0300 Danilo Cesar Lemes de Paula wrote: > The "highlight" code is very sensible to the order of the hash keys, > but the order of the keys cannot be predicted. It generates > faulty DocBook entries like: > - @device_for_each_child > > Sorting the result is not

Re: [Intel-gfx] [PATCH 0/6] scripts/kernel-doc: Kernel-doc improvements

2015-09-13 Thread Daniel Vetter
On Sun, Sep 13, 2015 at 9:13 PM, Jonathan Corbet wrote: > On Sun, 13 Sep 2015 12:36:07 +0200 > Daniel Vetter wrote: > >> Personally I don't care which kind of text markup we pick and wich >> converter, as long as the project looks reasonable far away from >> immeninent death (way too many one-per

Re: [Intel-gfx] [PATCH 1/6] scripts/kernel-doc: Replacing highlights hash by an array

2015-09-13 Thread Lukas Wunner
Hi, On Sun, Sep 13, 2015 at 02:36:47PM -0600, Jonathan Corbet wrote: > On Mon, 7 Sep 2015 17:01:59 -0300 > Danilo Cesar Lemes de Paula wrote: > > The "highlight" code is very sensible to the order of the hash keys, > > but the order of the keys cannot be predicted. It generates > > faulty DocBoo

[Intel-gfx] [PATCH] Revert "drm/i915: Add eDP intermediate frequencies for CHV"

2015-09-13 Thread Sivakumar Thulasimani
From: "Thulasimani,Sivakumar" This reverts commit: fe51bfb95c996733150c44d21e1c9f4b6322a326. Author: Ville Syrjälä Date: Thu Mar 12 17:10:38 2015 +0200 CHV does not support intermediate frequencies so reverting the patch that added it in the first place Cc: sta...@vger.kernel.org Reviewed-by