On Wed, Jul 17, 2013 at 11:07 PM, Egbert Eich eich@suse.com wrote:
This set of patches contains several fixes and enhancements for the MGAG200 KMS driver.
Hi Egbert,
I've pushed some of these into a branch in my repo, mgag200-queue,
I'll try and review the rest soon, I'll probably split these up into obvious fixes for Linus, and leave the cleanups/features for -next if they aren't fixing any actual problems.
Dave.
Egbert Eich (15): drm/mgag200: Fix memleaks in error path in mgag200_fb_create() drm/mgag200: Fix memleak in error path in mgag200_bo_create() drm/mgag200: Free container instead of member in mga_user_framebuffer_destroy() drm/mgag200: Don't unreference when handle creation failed drm/mgag200: Copy fb name string before using it in mgag200_fb_create() drm/mgag200: Fix logic in mgag200_bo_pin() drm/mgag200: Make local function mgag200_gem_init_object() static drm/mgag200: Simplify function mgag200_bo_unpin() drm/mgag200: Add an crtc_disable callback to the crtc helper funcs drm/mgag200: Invalidate page tables when pinning a BO drm/mgag200: Initialize data needed to map fbdev memory drm/mgag200: Add sysfs support for connectors drm/mgag200: Fix LUT programming for 16bpp drm/mgag200: Reject modes when h-parameters are no multiple of 8 drm/mgag200: Add doublescan and interlace support
Takashi Iwai (1): drm/mgag200: Fix framebuffer pitch calculation
drivers/gpu/drm/mgag200/mgag200_fb.c | 27 +++++++++++---- drivers/gpu/drm/mgag200/mgag200_main.c | 7 ++-- drivers/gpu/drm/mgag200/mgag200_mode.c | 60 ++++++++++++++++++++++++++++++++-- drivers/gpu/drm/mgag200/mgag200_ttm.c | 42 +++++++++++------------- 4 files changed, 100 insertions(+), 36 deletions(-)
-- 1.8.1.4
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel