mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fb_generic: remove all hardware specific code
This commit is contained in:
committed by
M. Liebmann
parent
3c381cd53b
commit
3f63080454
@@ -123,11 +123,6 @@ class CFrameBuffer : public sigc::trackable
|
||||
bool active;
|
||||
static void switch_signal (int);
|
||||
fb_fix_screeninfo fix;
|
||||
#ifdef USE_NEVIS_GXA
|
||||
int devmem_fd; /* to access the GXA register we use /dev/mem */
|
||||
unsigned int smem_start; /* as aquired from the fbdev, the framebuffers physical start address */
|
||||
volatile uint8_t *gxa_base; /* base address for the GXA's register access */
|
||||
#endif /* USE_NEVIS_GXA */
|
||||
bool locked;
|
||||
std::map<std::string, rawIcon> icon_cache;
|
||||
int cache_size;
|
||||
@@ -167,9 +162,6 @@ class CFrameBuffer : public sigc::trackable
|
||||
virtual ~CFrameBuffer();
|
||||
|
||||
static CFrameBuffer* getInstance();
|
||||
#ifdef USE_NEVIS_GXA
|
||||
void setupGXA(void);
|
||||
#endif
|
||||
|
||||
virtual void init(const char * const fbDevice = "/dev/fb0");
|
||||
virtual int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);
|
||||
|
Reference in New Issue
Block a user