Re: [Intel-gfx] [PATCH 1/1] drm/i915: prevent possible pin leak on error path

2012-07-26 Thread Daniel Vetter
On Mon, Jun 18, 2012 at 11:04:30PM +0100, Chris Wilson wrote: > On Mon, 18 Jun 2012 19:03:38 -0300, Eugeni Dodonov > wrote: > > We should not hit this under any sane conditions, but still, this does not > > looks right. > > For pedagology. > > > > CC: Chris Wilson > > CC: Daniel Vetter > > CC

Re: [Intel-gfx] [PATCH 1/1] drm/i915: prevent possible pin leak on error path

2012-06-18 Thread Chris Wilson
On Mon, 18 Jun 2012 19:03:38 -0300, Eugeni Dodonov wrote: > We should not hit this under any sane conditions, but still, this does not > looks right. For pedagology. > > CC: Chris Wilson > CC: Daniel Vetter > CC: sta...@vger.kernel.org > Reported-by: Herton Ronaldo Krzesinski > Signed-off-by

[Intel-gfx] [PATCH 1/1] drm/i915: prevent possible pin leak on error path

2012-06-18 Thread Eugeni Dodonov
We should not hit this under any sane conditions, but still, this does not looks right. CC: Chris Wilson CC: Daniel Vetter CC: sta...@vger.kernel.org Reported-by: Herton Ronaldo Krzesinski Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 file changed, 1 inse