Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
display_gx1.c File Reference
#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 "geodefb.h"
#include "display_gx1.h"

Go to the source code of this file.

Functions

unsigned gx1_gx_base (void)
 
int gx1_frame_buffer_size (void)
 

Variables

struct geode_dc_ops gx1_dc_ops
 

Function Documentation

int gx1_frame_buffer_size ( void  )

Definition at line 53 of file display_gx1.c.

unsigned gx1_gx_base ( void  )

Definition at line 48 of file display_gx1.c.

Variable Documentation

struct geode_dc_ops gx1_dc_ops
Initial value:
= {
.set_mode = gx1_set_mode,
.set_palette_reg = gx1_set_hw_palette_reg,
}

Definition at line 211 of file display_gx1.c.