RTEMS  5.0.0
Enumerations | Functions
rpi-fb.h File Reference

framebuffer support and setup More...

#include <rtems/fb.h>

Go to the source code of this file.

Enumerations

enum  rpi_fb_init_result {
  RPI_FB_INIT_OK = 0, RPI_FB_INIT_ALREADY_INITIALIZED = 1, RPI_FB_INIT_GENERIC_ERROR = -1, RPI_FB_INIT_NO_DISPLAY = -2,
  RPI_FB_INIT_CMDLINE_BAD_FORMAT = -3, RPI_FB_INIT_CMDLINE_DONT_INIT = -4, RPI_FB_INIT_CMDLINE_NO_MODE_REQ = -5, RPI_FB_INIT_MODE_PROBE_ERROR = -6,
  RPI_FB_INIT_SETUP_FAILED = -7, RPI_FB_INIT_START_ADDR_UNKNOWN = -8
}
 

Functions

int rpi_fb_init (void)
 
int rpi_get_fix_screen_info (struct fb_fix_screeninfo *info)
 
int rpi_get_var_screen_info (struct fb_var_screeninfo *info)
 
bool rpi_fb_hdmi_is_present (void)
 

Detailed Description

framebuffer support and setup