Linux Kernel
3.7.1
|
#include <linux/spinlock.h>
#include <linux/fb.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/div64.h>
#include <asm/delay.h>
#include <linux/cs5535.h>
#include "gxfb.h"
Go to the source code of this file.
Functions | |
unsigned int | gx_frame_buffer_size (void) |
int | gx_line_delta (int xres, int bpp) |
void | gx_set_mode (struct fb_info *info) |
void | gx_set_hw_palette_reg (struct fb_info *info, unsigned regno, unsigned red, unsigned green, unsigned blue) |
Definition at line 24 of file display_gx.c.
Definition at line 55 of file display_gx.c.
void gx_set_hw_palette_reg | ( | struct fb_info * | info, |
unsigned | regno, | ||
unsigned | red, | ||
unsigned | green, | ||
unsigned | blue | ||
) |
Definition at line 171 of file display_gx.c.
Definition at line 61 of file display_gx.c.