From 138a451cce3a48792b4c785557578138dc8a5cc3 Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Tue, 16 Oct 2007 01:28:36 -0700 Subject: pm2fb: Permedia 2V initialization fixes This patch: - initializes correctly the Permedia2V chip if it is not initialized by BIOS - puts back clock frequency for the ELSA WINNER board to 100kHz - fixes returned error values from setcolreg() function - uses more general classes for PCI ids Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/video/permedia2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/video') diff --git a/include/video/permedia2.h b/include/video/permedia2.h index 144c81cbcfc..cf1d95bce41 100644 --- a/include/video/permedia2.h +++ b/include/video/permedia2.h @@ -153,6 +153,7 @@ #define PM2VI_RD_CURSOR_Y_HIGH 0x00A #define PM2VI_RD_CURSOR_X_HOT 0x00B #define PM2VI_RD_CURSOR_Y_HOT 0x00C +#define PM2VI_RD_OVERLAY_KEY 0x00D #define PM2VI_RD_CLK0_PRESCALE 0x201 #define PM2VI_RD_CLK0_FEEDBACK 0x202 #define PM2VI_RD_CLK0_POSTSCALE 0x203 -- cgit v1.2.3