[PATCH 1/2] drm/gma500/psb: Unpin framebuffer on crtc disable

2013-06-08 Thread Daniel Vetter
On Sat, Jun 08, 2013 at 09:07:33PM +0200, Patrik Jakobsson wrote: > On Sat, Jun 8, 2013 at 9:01 PM, Patrik Jakobsson > wrote: > > The framebuffer needs to be unpinned in the crtc->disable callback > > because of previous pinning in psb_intel_pipe_set_base(). This will fix > > a memory leak where t

[PATCH 1/2] drm/gma500/psb: Unpin framebuffer on crtc disable

2013-06-08 Thread Patrik Jakobsson
On Sat, Jun 8, 2013 at 9:01 PM, Patrik Jakobsson wrote: > The framebuffer needs to be unpinned in the crtc->disable callback > because of previous pinning in psb_intel_pipe_set_base(). This will fix > a memory leak where the framebuffer was released but not unpinned > properly. This patch only aff

[PATCH 1/2] drm/gma500/psb: Unpin framebuffer on crtc disable

2013-06-08 Thread Patrik Jakobsson
The framebuffer needs to be unpinned in the crtc->disable callback because of previous pinning in psb_intel_pipe_set_base(). This will fix a memory leak where the framebuffer was released but not unpinned properly. This patch only affects Poulsbo. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi

Re: [PATCH 1/2] drm/gma500/psb: Unpin framebuffer on crtc disable

2013-06-08 Thread Daniel Vetter
On Sat, Jun 08, 2013 at 09:07:33PM +0200, Patrik Jakobsson wrote: > On Sat, Jun 8, 2013 at 9:01 PM, Patrik Jakobsson > wrote: > > The framebuffer needs to be unpinned in the crtc->disable callback > > because of previous pinning in psb_intel_pipe_set_base(). This will fix > > a memory leak where t

Re: [PATCH 1/2] drm/gma500/psb: Unpin framebuffer on crtc disable

2013-06-08 Thread Patrik Jakobsson
On Sat, Jun 8, 2013 at 9:01 PM, Patrik Jakobsson wrote: > The framebuffer needs to be unpinned in the crtc->disable callback > because of previous pinning in psb_intel_pipe_set_base(). This will fix > a memory leak where the framebuffer was released but not unpinned > properly. This patch only aff

[PATCH 1/2] drm/gma500/psb: Unpin framebuffer on crtc disable

2013-06-08 Thread Patrik Jakobsson
The framebuffer needs to be unpinned in the crtc->disable callback because of previous pinning in psb_intel_pipe_set_base(). This will fix a memory leak where the framebuffer was released but not unpinned properly. This patch only affects Poulsbo. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi