summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi2017-02-021-16/+16
* drm: qxl: Let DRM core handle connector registeringGabriel Krisman Bertazi2017-01-171-1/+0
* drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä2016-12-151-1/+1
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* qxl: Allow resolution which are not multiple of 8Christophe Fergeau2016-11-151-0/+3
* qxl: Don't notify userspace when monitors config is unchangedChristophe Fergeau2016-11-151-10/+52
* qxl: Mark some internal functions as staticChristophe Fergeau2016-11-151-2/+2
* drm/qxl: reapply cursor after SetCrtc callsRay Strode2016-09-201-1/+55
* drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlock...Markus Elfring2016-07-221-2/+1
* drm/qxl: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-3/+2
* drm/qxl: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-061-1/+1
* drm/qxl: Don't set a gamma table sizeDaniel Vetter2016-05-311-1/+0
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-2/+4
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-4/+9
|\
| * drm/qxl: fix cursor position with non-zero hotspotJohn Keeping2016-03-311-4/+9
* | drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes2016-05-021-4/+5
|/
* drm/qxl: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-9/+0
* drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-111-1/+1
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm/qxl: Drop dummy save/restore hooksDaniel Vetter2015-12-081-12/+0
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-2/+2
* drm/qxl: avoid buffer reservation in qxl_crtc_page_flipFrediano Ziglio2015-10-071-1/+9
* drm/qxl: recreate the primary surface when the bo is not primaryFabiano Fidêncio2015-10-011-1/+1
* drm/qxl: only report first monitor as connected if we have no stateDave Airlie2015-09-241-5/+7
* drm/qxl: validate monitors config modesJonathon Jongsma2015-09-111-26/+40
* drm/qxl: Remove format string errorsFrediano Ziglio2015-06-051-1/+1
* drm/qxl: drop unused mode private pointerDave Airlie2014-11-151-7/+0
* drm/qxl: use suggested x/y offset properties to pass guest prefsDave Airlie2014-11-151-0/+28
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* qxl: don't create too large primary surfaceMarc-André Lureau2014-10-221-8/+8
* drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny2014-09-031-0/+49
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-2/+2
* drm/qxl: use surface_id 0 for primary surface on all monitorsDavid Mansfield2014-06-041-0/+4
* drm: try harder to avoid regression when merging mode bitsDave Airlie2014-05-011-1/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-5/+5
* gpu: fix qxl missing crc32_leRandy Dunlap2014-01-141-1/+1
* drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä2013-12-181-1/+8
* qxl: add a connector property to denote hotplug should rescan modes.Dave Airlie2013-11-061-0/+18
* drm/qxl: fix disabling extra monitors from clientMarc-André Lureau2013-10-231-1/+4
* drm/qxl: remove unnecessary checkMarc-André Lureau2013-10-231-3/+0
* drm/qxl: prefer the monitor config resolutionMarc-André Lureau2013-10-231-5/+13
* drm/qxl: notify that the monitor config changedMarc-André Lureau2013-10-231-1/+6
* qxl: convert qxl driver to proper use for reservationsDave Airlie2013-07-241-24/+46
* qxl: use drm helper hotplug supportDave Airlie2013-07-051-1/+3
* qxl: split monitors_config object creation out.Dave Airlie2013-07-051-4/+50
* drm/qxl: add support for > 1 outputDave Airlie2013-07-051-49/+72
* drm/qxl: make dynamic resizing work properly.Dave Airlie2013-07-051-55/+3
* drm/qxl: add support for cursor hotspot.Dave Airlie2013-06-281-8/+8
* drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä2013-06-171-13/+0
* drm/qxl: drop active_user_framebuffer as its unneededDave Airlie2013-05-171-12/+4