mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
fb_accel: add accelerated framebuffer for Nevis GXA chips
Signed-off-by: M. Liebmann <git@tuxcode.de>
This commit is contained in:
committed by
M. Liebmann
parent
ecb6531fd7
commit
0e63e5df3d
@@ -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();
|
||||
|
Reference in New Issue
Block a user