DPMS on i815 over DVI

2006-10-14 Thread Jan Dittmer
Hi All,

is there any progress regarding bugzilla 4229? It's a bit of a pain
to remember to turn the lcd off.
Is this a problem of missing documentation or missing time on your side?
Anything I can do to help resolve this issue?

Thanks,

Jan

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] [PATCH] export flush_tlb_all for drm modules

2003-06-25 Thread Jan Dittmer
This adds an export for flush_tlb_all to i386_ksyms.c. The drm modules
miss this, when compiling for SMP.
Original fix from Pasi Savolainen, but for some reason this was not
included until now (2.5.73-mm1).
His comment:
  drivers/char/drm/drm_memory.h needs this to compile as module (at
  least)on SMP, where flush_tlb_all() isn't a inline macro.
Rediffed against 2.5.73-mm1. Tested loading of the module on UP/k7 with 
SMP config. I only have a R300 board, so I can't really test the driver.
I think the other drm modules should also be loadable again with this patch.

Thanks,

Jan


--- linux-mm/arch/i386/kernel/i386_ksyms.c  2003-05-31 14:14:59.0 +0200
+++ 2.5.73-mm1/arch/i386/kernel/i386_ksyms.c2003-06-25 09:34:57.0 +0200
@@ -159,6 +159,7 @@
 
 /* TLB flushing */
 EXPORT_SYMBOL(flush_tlb_page);
+EXPORT_SYMBOL(flush_tlb_all);
 #endif
 
 #ifdef CONFIG_X86_IO_APIC