gma500: introduce the framebuffer support code

2014-10-15 Thread Dan Carpenter
Hello Alan Cox, The patch 4d8d096e9ae8: "gma500: introduce the framebuffer support code" from Nov 3, 2011, leads to the following static checker warning: drivers/gpu/drm/gma500/framebuffer.c:488 psbfb_create() warning: passing freed memory 'backing' dr

[PATCH 04/12] gma500: introduce the framebuffer support code

2011-11-03 Thread Alan Cox
From: Alan Cox We support 2D acceleration on some devices but we try and do tricks with the GTT as a starting point as this is far faster. The GTT logic could be improved further but for most display sizes it already makes a pretty good decision. Signed-off-by: Alan Cox --- drivers/gpu/drm/gm

[PATCH 04/12] gma500: introduce the framebuffer support code

2011-11-03 Thread Alan Cox
From: Alan Cox We support 2D acceleration on some devices but we try and do tricks with the GTT as a starting point as this is far faster. The GTT logic could be improved further but for most display sizes it already makes a pretty good decision. Signed-off-by: Alan Cox --- drivers/gpu/drm/gm