#include <linux/fb.h>
#include <asm/io.h>
#include <asm/msr.h>
#include <linux/cs5535.h>
#include <asm/delay.h>
#include "gxfb.h"
static void gx_save_regs(struct gxfb_par *par)
{ … }
static void gx_set_dotpll(uint32_t dotpll_hi)
{ … }
static void gx_restore_gfx_proc(struct gxfb_par *par)
{ … }
static void gx_restore_display_ctlr(struct gxfb_par *par)
{ … }
static void gx_restore_video_proc(struct gxfb_par *par)
{ … }
static void gx_restore_regs(struct gxfb_par *par)
{ … }
static void gx_disable_graphics(struct gxfb_par *par)
{ … }
static void gx_enable_graphics(struct gxfb_par *par)
{ … }
int gx_powerdown(struct fb_info *info)
{ … }
int gx_powerup(struct fb_info *info)
{ … }