#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include <linux/of_device.h>
#include <asm/io.h>
#include <asm/fbio.h>
#include "sbuslib.h"
Go to the source code of this file.
#define P9100_CMD_OFF 0x0UL |
#define P9100_FB_OFF 0x0UL |
#define P9100_FLAG_BLANKED 0x00000001 |
#define P9100_RAMDAC_OFF 0x200UL |
#define P9100_SYSCTL_OFF 0x0UL |
#define P9100_VIDEOCOPROC_OFF 0x400UL |
#define P9100_VIDEOCTL_OFF 0x100UL |
#define P9100_VRAMCTL_OFF 0x180UL |
#define SCREENPAINT_TIMECTL1_ENABLE_VIDEO 0x20 /* 0 = off, 1 = on */ |
#define SYS_CONFIG_PIXELSIZE_SHIFT 26 |
MODULE_DESCRIPTION |
( |
"framebuffer driver for P9100 chipsets" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
p9100_match |
|
|
) |
| |
module_exit |
( |
p9100_exit |
| ) |
|
module_init |
( |
p9100_init |
| ) |
|