summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_display.c
AgeCommit message (Expand)Author
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi
2017-01-17drm: qxl: Let DRM core handle connector registeringGabriel Krisman Bertazi
2016-12-15drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-11-15qxl: Allow resolution which are not multiple of 8Christophe Fergeau
2016-11-15qxl: Don't notify userspace when monitors config is unchangedChristophe Fergeau
2016-11-15qxl: Mark some internal functions as staticChristophe Fergeau
2016-09-20drm/qxl: reapply cursor after SetCrtc callsRay Strode
2016-07-22drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlock...Markus Elfring
2016-06-06drm/qxl: use drm_crtc_vblank_{get,put}()Gustavo Padovan
2016-06-06drm/qxl: use drm_crtc_send_vblank_event()Gustavo Padovan
2016-05-31drm/qxl: Don't set a gamma table sizeDaniel Vetter
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie
2016-05-02drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes
2016-03-31drm/qxl: fix cursor position with non-zero hotspotJohn Keeping
2016-02-16drm/qxl: removed optional dummy encoder mode_fixup function.Carlos Palminha
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-12-08drm/qxl: Drop dummy save/restore hooksDaniel Vetter
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-10-07drm/qxl: avoid buffer reservation in qxl_crtc_page_flipFrediano Ziglio
2015-10-01drm/qxl: recreate the primary surface when the bo is not primaryFabiano Fidêncio
2015-09-24drm/qxl: only report first monitor as connected if we have no stateDave Airlie
2015-09-11drm/qxl: validate monitors config modesJonathon Jongsma
2015-06-05drm/qxl: Remove format string errorsFrediano Ziglio
2014-11-15drm/qxl: drop unused mode private pointerDave Airlie
2014-11-15drm/qxl: use suggested x/y offset properties to pass guest prefsDave Airlie
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-22qxl: don't create too large primary surfaceMarc-André Lureau
2014-09-03drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2014-06-04drm/qxl: use surface_id 0 for primary surface on all monitorsDavid Mansfield
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-01-14gpu: fix qxl missing crc32_leRandy Dunlap
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä
2013-11-06qxl: add a connector property to denote hotplug should rescan modes.Dave Airlie
2013-10-23drm/qxl: fix disabling extra monitors from clientMarc-André Lureau
2013-10-23drm/qxl: remove unnecessary checkMarc-André Lureau
2013-10-23drm/qxl: prefer the monitor config resolutionMarc-André Lureau
2013-10-23drm/qxl: notify that the monitor config changedMarc-André Lureau
2013-07-24qxl: convert qxl driver to proper use for reservationsDave Airlie
2013-07-05qxl: use drm helper hotplug supportDave Airlie
2013-07-05qxl: split monitors_config object creation out.Dave Airlie
2013-07-05drm/qxl: add support for > 1 outputDave Airlie
2013-07-05drm/qxl: make dynamic resizing work properly.Dave Airlie
2013-06-28drm/qxl: add support for cursor hotspot.Dave Airlie
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä
2013-05-17drm/qxl: drop active_user_framebuffer as its unneededDave Airlie