All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] alloc_apertures() handling fixes
@ 2012-11-09  9:19 Tommi Rantala
  2012-11-09  9:19 ` [PATCH 1/6] drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb() Tommi Rantala
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tommi Rantala @ 2012-11-09  9:19 UTC (permalink / raw)
  To: David Airlie, dri-devel

Greetings,

The following patches fix a few memory leaks and other problems related to the
alloc_apertures() call.

Tommi Rantala (6):
  drm/cirrus: check alloc_apertures() success in
    cirrus_kick_out_firmware_fb()
  drm/mgag200: check alloc_apertures() success in mga_vram_init()
  drm/mgag200: free memory allocated with alloc_apertures()
  drm/mgag200: remove unneeded aper->count assignment after
    alloc_apertures()
  drm/radeon: check alloc_apertures() success in
    radeon_kick_out_firmware_fb()
  drm/nouveau: free memory allocated with alloc_apertures()

 drivers/gpu/drm/cirrus/cirrus_drv.c    |   13 +++++++++++--
 drivers/gpu/drm/mgag200/mgag200_main.c |    4 +++-
 drivers/gpu/drm/nouveau/nouveau_drm.c  |    1 +
 drivers/gpu/drm/radeon/radeon_drv.c    |   13 +++++++++++--
 4 files changed, 26 insertions(+), 5 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-09  9:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09  9:19 [PATCH 0/6] alloc_apertures() handling fixes Tommi Rantala
2012-11-09  9:19 ` [PATCH 1/6] drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb() Tommi Rantala
2012-11-09  9:19 ` [PATCH 2/6] drm/mgag200: check alloc_apertures() success in mga_vram_init() Tommi Rantala
2012-11-09  9:19 ` [PATCH 3/6] drm/mgag200: free memory allocated with alloc_apertures() Tommi Rantala
2012-11-09  9:19 ` [PATCH 4/6] drm/mgag200: remove unneeded aper->count assignment after alloc_apertures() Tommi Rantala
2012-11-09  9:19 ` [PATCH 5/6] drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb() Tommi Rantala
2012-11-09  9:19 ` [PATCH 6/6] drm/nouveau: free memory allocated with alloc_apertures() Tommi Rantala

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.