drm/qxl: prefer the monitor config resolution
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Fri, 18 Oct 2013 14:11:31 +0000 (16:11 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Oct 2013 13:21:22 +0000 (14:21 +0100)
commitb080742393e2c19c603ccd651f10d58b32455749
tree95d9443b5ebc23477cb9283ddb029b14b8eb6eb5
parent3fbd6439e4639ecaeaae6c079e0aa497a1ac3482
drm/qxl: prefer the monitor config resolution

By default, 1024x768 is the preferred resolution. However, when a
monitor config is given, it should be the only preferred resolution.

Note that the monitor config resolution is passed to
qxl_add_common_modes() to avoid adding a duplicate mode without the
preferred resolution. That would discard the previous monitor config
preferred bit.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/qxl_display.c
This page took 0.026255 seconds and 5 git commands to generate.