Re: Display class
From: Greg KH <hidden>
Date: 2007-01-14 08:05:39
Also in:
linux-acpi, lkml
From: Greg KH <hidden>
Date: 2007-01-14 08:05:39
Also in:
linux-acpi, lkml
On Sat, Jan 13, 2007 at 10:40:55PM +0000, James Simmons wrote:
quoted
Hi, On Tuesday 05 December 2006 13:03, James Simmons wrote:quoted
+int probe_edid(struct display_device *dev, void *data) +{ +???????struct fb_monspecs spec; +???????ssize_t size = 45;That code was only for testing. I do have new core code. Andrew could you merge this patch as it is against the -mm tree. This new class provides a way common interface for various types of displays such as LCD, CRT, LVDS etc. It is a expansion of the lcd class to include other types of displays.
Have you worked with the DRM developers who also need to tie into this CRT class somehow? thanks, greg k-h