Linux Kernel
3.7.1
|
#include "initdef.h"
#include "vgatypes.h"
#include "vstruct.h"
#include <linux/types.h>
#include <linux/fb.h>
Go to the source code of this file.
Functions | |
int | sisfb_mode_rate_to_dclock (struct SiS_Private *SiS_Pr, unsigned char modeno, unsigned char rateindex) |
int | sisfb_mode_rate_to_ddata (struct SiS_Private *SiS_Pr, unsigned char modeno, unsigned char rateindex, struct fb_var_screeninfo *var) |
bool | sisfb_gettotalfrommode (struct SiS_Private *SiS_Pr, unsigned char modeno, int *htotal, int *vtotal, unsigned char rateindex) |
bool | SiSInitPtr (struct SiS_Private *SiS_Pr) |
bool | SiS_SearchModeID (struct SiS_Private *SiS_Pr, unsigned short *ModeNo, unsigned short *ModeIdIndex) |
void | SiS_Generic_ConvertCRData (struct SiS_Private *SiS_Pr, unsigned char *crdata, int xres, int yres, struct fb_var_screeninfo *var, bool writeres) |
void SiS_Generic_ConvertCRData | ( | struct SiS_Private * | SiS_Pr, |
unsigned char * | crdata, | ||
int | xres, | ||
int | yres, | ||
struct fb_var_screeninfo * | var, | ||
bool | writeres | ||
) |
bool SiS_SearchModeID | ( | struct SiS_Private * | SiS_Pr, |
unsigned short * | ModeNo, | ||
unsigned short * | ModeIdIndex | ||
) |
bool sisfb_gettotalfrommode | ( | struct SiS_Private * | SiS_Pr, |
unsigned char | modeno, | ||
int * | htotal, | ||
int * | vtotal, | ||
unsigned char | rateindex | ||
) |
Definition at line 177 of file initextlfb.c.
int sisfb_mode_rate_to_dclock | ( | struct SiS_Private * | SiS_Pr, |
unsigned char | modeno, | ||
unsigned char | rateindex | ||
) |
Definition at line 49 of file initextlfb.c.
int sisfb_mode_rate_to_ddata | ( | struct SiS_Private * | SiS_Pr, |
unsigned char | modeno, | ||
unsigned char | rateindex, | ||
struct fb_var_screeninfo * | var | ||
) |
Definition at line 94 of file initextlfb.c.
bool SiSInitPtr | ( | struct SiS_Private * | SiS_Pr | ) |