fb_accel: add accelerated framebuffer for Apollo graphic chips

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ff9ff695b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-07 (Tue, 07 Feb 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-02-07 17:18:01 +01:00
parent 7d945c2d59
commit 6aef723484
4 changed files with 276 additions and 0 deletions

View File

@@ -124,7 +124,11 @@ CFrameBuffer* CFrameBuffer::getInstance()
frameBuffer = new CFbAccelSTi();
#endif
#if HAVE_COOL_HARDWARE
#ifdef BOXMODEL_APOLLO
frameBuffer = new CFbAccelCSApollo();
#else
frameBuffer = new CFbAccelCSNevis();
#endif
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();