* [PATCH] permedia2 fb driver in 2.6.4 & 2.6.5-rc1
@ 2004-03-16 23:38 Sven Blumenstein
0 siblings, 0 replies; only message in thread
From: Sven Blumenstein @ 2004-03-16 23:38 UTC (permalink / raw)
To: sparclinux
[-- Attachment #1.1: Type: text/plain, Size: 513 bytes --]
Permedia 2 framebuffer driver fails to compile (on sparc64):
CC drivers/video/pm2fb.o
drivers/video/pm2fb.c: In function `set_aperture':
drivers/video/pm2fb.c:444: error: structure has no member named `depth'
make[2]: *** [drivers/video/pm2fb.o] Error 1
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2
Bloated patch to fix it attached ;)
--
.".
/V\ Sven "bazik" Blumenstein
// \\ Gentoo Linux SPARC Developer
/( )\ http://www.gentoo.org
^'~'^
[-- Attachment #1.2: pm2fb.patch --]
[-- Type: text/plain, Size: 437 bytes --]
--- drivers/video/pm2fb.c.org 2004-03-17 01:28:15.000000000 +0100
+++ drivers/video/pm2fb.c 2004-03-17 01:29:10.000000000 +0100
@@ -102,6 +102,7 @@
unsigned char* v_regs; /* virtual address of p_regs */
u32 memclock; /* memclock */
u32 video; /* video flags before blanking */
+ u32 depth; /* screen depth (8, 16, 24 or 32) */
};
/*
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-16 23:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-16 23:38 [PATCH] permedia2 fb driver in 2.6.4 & 2.6.5-rc1 Sven Blumenstein
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.