linux/drivers/gpu/drm/qxl
Christophe Fergeau ff996e72a0 qxl: Allow resolution which are not multiple of 8
The use of drm_cvt_mode() in qxl_add_monitors_config_modes() means that
the resolutions we are going to present to user-space are going to be
rounded down to a multiple of 8. In the QXL arbitrary resolution case,
this is not useful.
This commit forces the actual width/height that was requested by the
client in the drm_display_mode structure rather than keeping the
rounded version.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Message-id: 20161108091209.25568-8-cfergeau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2016-11-15 09:45:33 +01:00
..
Kconfig drm/qxl: make fbdev support really optional 2016-07-18 09:11:35 +02:00
Makefile
qxl_cmd.c qxl: Mark some internal functions as static 2016-11-15 09:45:31 +01:00
qxl_debugfs.c
qxl_dev.h
qxl_display.c qxl: Allow resolution which are not multiple of 8 2016-11-15 09:45:33 +01:00
qxl_draw.c drm/qxl: squash lines for simple wrapper functions 2016-09-15 10:42:01 -04:00
qxl_drv.c drm/qxl: Use lockless gem BO free callback 2016-06-01 09:40:42 +02:00
qxl_drv.h qxl: Remove qxl_bo_init() return value 2016-11-15 09:45:32 +01:00
qxl_dumb.c drm: Remove unused drm_device from drm_gem_object_lookup() 2016-05-17 08:47:30 +02:00
qxl_fb.c qxl: Add missing '\n' to qxl_io_log() call 2016-11-15 09:45:31 +01:00
qxl_gem.c qxl: Remove qxl_bo_init() return value 2016-11-15 09:45:32 +01:00
qxl_image.c
qxl_ioctl.c drm: Remove unused drm_device from drm_gem_object_lookup() 2016-05-17 08:47:30 +02:00
qxl_irq.c
qxl_kms.c qxl: Call qxl_gem_{init, fini} 2016-11-15 09:45:32 +01:00
qxl_object.c drm/ttm: rework handling of private mem types 2016-09-14 15:10:42 -04:00
qxl_object.h drm/ttm: remove lazy parameter from ttm_bo_wait 2016-05-04 20:21:26 -04:00
qxl_prime.c drm/qxl: fix erroneous return value 2016-02-17 15:39:35 +10:00
qxl_release.c drm/qxl: squash lines for simple wrapper functions 2016-09-15 10:42:01 -04:00
qxl_ttm.c Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next 2016-09-28 10:28:23 +10:00