Hi Dave, Two fixes for memory leaks split into Cedarview and Poulsbo versions, and a fix for properly setting the pipe base when using fbdev. It's on my todo-list to start unifying the chips since they are very similar, but until then I'd like to split them up in case there are side-effects on Cedarview that I cannot currently test.
Thanks Patrik The following changes since commit 307b9c022720f9de90d58e51743e01e9a42aec59: qxl: update to new idr interfaces. (2013-05-03 10:37:20 +1000) are available in the git repository at: git://github.com/patjak/drm-gma500 gma500-fixes for you to fetch changes up to 70b1304eeedf211fc9fa185b43350bd9ab4c119c: drm/gma500/cdv: Fix cursor gem obj referencing on cdv (2013-06-09 18:03:57 +0200) ---------------------------------------------------------------- Patrik Jakobsson (5): drm/gma500: Add fb gtt offset to fb base drm/gma500/psb: Unpin framebuffer on crtc disable drm/gma500/cdv: Unpin framebuffer on crtc disable drm/gma500/psb: Fix cursor gem obj referencing on psb drm/gma500/cdv: Fix cursor gem obj referencing on cdv drivers/gpu/drm/gma500/cdv_intel_display.c | 30 ++++++++++++++++++++++----- drivers/gpu/drm/gma500/framebuffer.c | 4 ++-- drivers/gpu/drm/gma500/psb_intel_display.c | 33 ++++++++++++++++++++++++------ 3 files changed, 54 insertions(+), 13 deletions(-)