fb_accel: add accelerated framebuffer for Nevis GXA chips

This commit is contained in:
Stefan Seyfried
2017-02-05 23:03:22 +01:00
parent 7504fe264e
commit 9fffbef19d
4 changed files with 349 additions and 0 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 CFbAccelCS();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();