fb_accel: add accelerated framebuffer for Nevis GXA chips

Signed-off-by: M. Liebmann <git@tuxcode.de>
This commit is contained in:
Stefan Seyfried
2017-02-05 23:03:22 +01:00
committed by M. Liebmann
parent ecb6531fd7
commit 0e63e5df3d
5 changed files with 445 additions and 1 deletions

View File

@@ -122,6 +122,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
if (!frameBuffer) {
#if HAVE_SPARK_HARDWARE
frameBuffer = new CFbAccelSTi();
#endif
#if HAVE_COOL_HARDWARE
frameBuffer = new CFbAccelCSNevis();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();