]> git.hungrycats.org Git - linux/commit
drm/udl: limit modes to the sku pixel limits.
authorDave Airlie <airlied@redhat.com>
Tue, 25 Sep 2012 06:17:43 +0000 (16:17 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:40:03 +0000 (10:40 -0700)
commit6ae8e8788b2d284b0af01e1e4f67e3d22b0161b9
tree5adcacb31734d4e24100fbc9064f919ab2401c68
parent94270e68d318d1d2a1654804512815999adc4b55
drm/udl: limit modes to the sku pixel limits.

commit 3a75885848996baab5276ff37ebf7295c3c753f0 upstream.

Otherwise when X starts we commonly get a black screen scanning
out nothing, its wierd dpms on/off from userspace brings it back,

With this on F18, multi-seat works again with my 1920x1200 monitor
which is above the sku limit for the device I have.

Reviewed-by: Alex Deucher <alexander.deucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/udl/udl_connector.c