]> git.karo-electronics.de Git - mv-sheeva.git/commit
gma500: introduce the framebuffer support code
authorAlan Cox <alan@linux.intel.com>
Thu, 3 Nov 2011 18:21:20 +0000 (18:21 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Nov 2011 11:24:36 +0000 (11:24 +0000)
commit4d8d096e9ae86621cc38b5417f4353305c5fd3a9
treec158eec1389cfaaf7f4945440453bb63caceddc3
parent8c8f1c958ab5e948e954ebd97e328f23d347293b
gma500: introduce the framebuffer support code

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 <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/accel_2d.c [new file with mode: 0644]
drivers/gpu/drm/gma500/framebuffer.c [new file with mode: 0644]
drivers/gpu/drm/gma500/framebuffer.h [new file with mode: 0644]