linux/drivers/staging
Bernie Thompson 18dffdf891 staging: udlfb: enhance EDID and mode handling support
Enhance EDID and mode table handling

* Adds support for lower-end DL chips on higher-end monitors
* Adds support for using fbdev standard EDID parsing and handling
* Adds support for more dynamic reallocation of framebuffer, based on new EDID

Queries EDID from hardware with several retries then
queries DisplayLink chip for max pixel area via vendor descriptor.
Uses existing fbdev mode handling service funcations to build mode list
of common modes between adapter and monitor.
This enables lower-end chips (e.g. DL-125) to successfully pick a compatible
mode on higher end monitors (e.g. whose default mode is over 1280x1024).
Reallocate framebuffer if necessary in response to new max mode.

Signed-off-by: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-05 16:50:19 -07:00
..
adis16255 staging: adis16255: fix sysfs leak 2010-08-31 14:51:53 -07:00
asus_oled Staging: asus_oled: asus_oled.c: Checkpatch cleanup 2010-05-11 11:35:30 -07:00
ath6kl Staging: ath6kl, remove unneeded ptr checking 2010-09-04 21:26:06 -07:00
batman-adv Staging: batman-adv: Update mtu of bat device by changing mtu of slave device 2010-09-05 00:29:50 -07:00
comedi staging/trivial: fix typos concerning "access" 2010-09-04 21:23:25 -07:00
crystalhd staging: crystalhd: call disable_pci_device() if pci_probe() failed 2010-08-31 14:48:07 -07:00
cx25821 Staging: cx25821: clenup warnings found by checkpatch.pl tool in cx25821-audio-upstream.c and cx25821-audio.h. 2010-08-31 15:05:12 -07:00
cxt1e1 Staging: cxt1e1: remove code guarded by GENERIC_HDLC_VERSION 2010-06-18 15:20:59 -07:00
dream Staging: dream: pmem: remove casts from void* 2010-07-08 13:49:36 -07:00
dt3155v4l Staging: dt3155v4l: correcting a pointer mismatch bug and cleanups 2010-06-18 16:50:04 -07:00
easycap staging: Pushdown bkl to easycap ioctl handlers 2010-08-09 03:28:40 +02:00
echo staging: trivial: fix typo "seperate" 2010-05-14 13:16:10 -07:00
et131x staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
frontier staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
go7007 i2c: Remove all i2c_set_clientdata(client, NULL) in drivers 2010-06-03 11:33:58 +02:00
hv Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block 2010-08-10 15:22:42 -07:00
iio staging/trivial: fix typos concerning "access" 2010-09-04 21:23:25 -07:00
line6 Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
lirc staging: lirc: Remove unnecessary casts of private_data 2010-09-05 00:35:37 -07:00
memrar Staging: Merge staging-next into Linus's tree 2010-08-05 14:18:03 -07:00
mrst-touchscreen staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
msm staging: msm: remove video drivers for obsolete platforms 2010-07-26 15:39:31 -07:00
octeon staging/trivial: fix typos concerning "access" 2010-09-04 21:23:25 -07:00
otus staging: otus: fix compile warning and some style issues 2010-08-31 11:52:30 -07:00
panel staging: panel: fix error path 2010-08-02 18:23:45 -07:00
phison Staging: phison: depends on ATA_BMDMA 2010-06-04 13:38:57 -07:00
pohmelfs staging: Drop unnecessary null test 2010-08-31 11:13:15 -07:00
quatech_usb2 staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
quickstart Staging: quickstart: acpi_status is unsigned 2010-08-31 14:48:09 -07:00
rt2860 staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
rt2870 Staging: rt2870: Allow building on ARM 2010-05-11 11:35:55 -07:00
rtl8187se Staging: rtl8186se: Remove a duplicate include directive in ieee80211.h 2010-09-04 21:28:18 -07:00
rtl8192e staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
rtl8192u staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
rtl8712 staging: r8712u: Update copy-to list for patches 2010-08-31 15:20:06 -07:00
samsung-laptop backlight: Allow properties to be passed at registration 2010-03-16 19:47:54 +00:00
sbe-2t3e3 Staging: Add SBE 2T3E3 WAN driver 2010-08-30 17:36:50 -07:00
serqt_usb2 Staging: serqt_usb2: fix space coding style issue in serqt_usb2.c 2010-05-11 11:35:54 -07:00
slicoss Staging: slicoss: Remove explicit arch dependencies 2010-08-31 11:52:28 -07:00
sm7xx staging: sm7xx: call disable_pci_device() if pci_probe() failed 2010-08-31 14:48:09 -07:00
solo6x10 Staging: solo6x10: fixed assignments in if conditions in solo6010-core.c 2010-08-31 15:22:37 -07:00
spectra staging: spectra: Kconfig: add missing '.' 2010-09-04 21:28:18 -07:00
ti-st Staging: ti-st: remove st_get_plat_device 2010-08-31 15:11:20 -07:00
tidspbridge staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
tm6000 staging: tm6000: fix memory leak 2010-08-31 14:51:52 -07:00
udlfb staging: udlfb: enhance EDID and mode handling support 2010-09-05 16:50:19 -07:00
usbip staging: usbip: fix memory leak 2010-08-31 14:51:52 -07:00
vme Staging: autoconvert trivial BKL users to private mutex 2010-07-22 11:10:29 -07:00
vt6655 staging: Use available error codes 2010-08-31 15:05:12 -07:00
vt6656 staging: Use available error codes 2010-08-31 15:05:12 -07:00
westbridge Staging: westbridge: mark BROKEN as it doesn't currently build properly 2010-08-30 17:29:22 -07:00
winbond Staging: Merge staging-next into Linus's tree 2010-08-05 14:18:03 -07:00
wlags49_h2 staging/trivial: fix typos concerning "through" 2010-09-04 21:23:27 -07:00
wlags49_h25 Staging: wlags49_h2, wlags49_h25: fixed Kconfig dependencies 2010-06-04 13:38:57 -07:00
wlan-ng staging/trivial: fix typos concerning "initiali[zs]e" 2010-09-04 21:23:26 -07:00
xgifb staging: xgifb: Removes unused variable 2010-09-05 00:35:37 -07:00
zram Staging: zram: Update zram documentation 2010-08-31 15:36:36 -07:00
Kconfig staging: add ath6kl driver for AR6003 chip 2010-09-02 11:43:26 -07:00
Makefile staging: add ath6kl driver for AR6003 chip 2010-09-02 11:43:26 -07:00
staging.c Staging: workaround build system bug 2008-10-13 14:32:52 -07:00