mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/gk20a: FB fixes
@ 2014-05-19  6:51 Alexandre Courbot
  2014-05-19  6:51 ` [PATCH 1/2] drm/gk20a/fb: fix huge memory leak Alexandre Courbot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexandre Courbot @ 2014-05-19  6:51 UTC (permalink / raw)
  To: Ben Skeggs
  Cc: nouveau, dri-devel, linux-tegra, linux-kernel, gnurou, Alexandre Courbot

Fix a very shameful memory leak and a compilation error due to the use of
non-exported CMA functions. The workaround for the latter is not really elegant
(replace the CMA functions by a runtime failure if we are compiled as a
module), but is temporary and still an improvement over the current situation
(compile error).

Alexandre Courbot (2):
  drm/gk20a/fb: fix huge memory leak
  drm/gk20a/fb: fix compile error whith CMA and module

 drivers/gpu/drm/nouveau/core/subdev/fb/ramgk20a.c | 95 ++++++++++++++++-------
 1 file changed, 67 insertions(+), 28 deletions(-)

-- 
1.9.2


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

end of thread, other threads:[~2014-05-29 10:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-19  6:51 [PATCH 0/2] drm/gk20a: FB fixes Alexandre Courbot
2014-05-19  6:51 ` [PATCH 1/2] drm/gk20a/fb: fix huge memory leak Alexandre Courbot
2014-05-19  6:51 ` [PATCH 2/2] drm/gk20a/fb: fix compile error whith CMA and module Alexandre Courbot
2014-05-29 10:16 ` [PATCH 0/2] drm/gk20a: FB fixes Alexandre Courbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome