All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] drm/mgag200: Fixes and enhancements for the MGAG200 KMS driver
@ 2013-07-17 13:07 Egbert Eich
  2013-07-17 13:07 ` [PATCH 01/16] drm/mgag200: Fix memleaks in error path in mgag200_fb_create() Egbert Eich
                   ` (16 more replies)
  0 siblings, 17 replies; 28+ messages in thread
From: Egbert Eich @ 2013-07-17 13:07 UTC (permalink / raw)
  To: dri-devel; +Cc: Dave Airlie, Christopher Harvey, Mathieu Larouche, Egbert Eich

This set of patches contains several fixes and enhancements for the
MGAG200 KMS driver.

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

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2013-07-23 18:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-17 13:07 [PATCH 00/16] drm/mgag200: Fixes and enhancements for the MGAG200 KMS driver Egbert Eich
2013-07-17 13:07 ` [PATCH 01/16] drm/mgag200: Fix memleaks in error path in mgag200_fb_create() Egbert Eich
2013-07-17 13:07 ` [PATCH 02/16] drm/mgag200: Fix memleak in error path in mgag200_bo_create() Egbert Eich
2013-07-17 13:07 ` [PATCH 03/16] drm/mgag200: Free container instead of member in mga_user_framebuffer_destroy() Egbert Eich
2013-07-17 13:07 ` [PATCH 04/16] drm/mgag200: Don't unreference when handle creation failed Egbert Eich
2013-07-17 13:28   ` Chris Wilson
2013-07-17 15:55     ` Egbert Eich
2013-07-17 13:07 ` [PATCH 05/16] drm/mgag200: Copy fb name string before using it in mgag200_fb_create() Egbert Eich
2013-07-17 13:07 ` [PATCH 06/16] drm/mgag200: Fix logic in mgag200_bo_pin() Egbert Eich
2013-07-23  5:38   ` Dave Airlie
2013-07-23  6:44     ` [PATCH 06/16 v2] drm/mgag200: Fix logic in mgag200_bo_pin() (v2) Egbert Eich
2013-07-17 13:07 ` [PATCH 07/16] drm/mgag200: Make local function mgag200_gem_init_object() static Egbert Eich
2013-07-17 13:07 ` [PATCH 08/16] drm/mgag200: Simplify function mgag200_bo_unpin() Egbert Eich
2013-07-17 13:07 ` [PATCH 09/16] drm/mgag200: Add an crtc_disable callback to the crtc helper funcs Egbert Eich
2013-07-17 13:07 ` [PATCH 10/16] drm/mgag200: Invalidate page tables when pinning a BO Egbert Eich
2013-07-17 15:40   ` [PATCH V2] " Egbert Eich
2013-07-17 13:07 ` [PATCH 11/16] drm/mgag200: Initialize data needed to map fbdev memory Egbert Eich
2013-07-23  5:43   ` Dave Airlie
2013-07-17 13:07 ` [PATCH 12/16] drm/mgag200: Add sysfs support for connectors Egbert Eich
2013-07-17 13:07 ` [PATCH 13/16] drm/mgag200: Fix framebuffer pitch calculation Egbert Eich
2013-07-17 13:07 ` [PATCH 14/16] drm/mgag200: Fix LUT programming for 16bpp Egbert Eich
2013-07-17 13:07 ` [PATCH 15/16] drm/mgag200: Reject modes when h-parameters are no multiple of 8 Egbert Eich
2013-07-23  5:46   ` Dave Airlie
2013-07-23 15:30     ` Adam Jackson
2013-07-23 18:07       ` Daniel Vetter
2013-07-17 13:07 ` [PATCH 16/16] drm/mgag200: Add doublescan and interlace support Egbert Eich
2013-07-23  7:14 ` [PATCH 00/16] drm/mgag200: Fixes and enhancements for the MGAG200 KMS driver Dave Airlie
2013-07-23  8:09   ` Egbert Eich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.