aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23drm/qxl: move extern variable declaration header fileGerd Hoffmann1-0/+1
2017-05-17drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-10/+8
2017-03-09drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes1-1/+0
2017-03-07qxl: drop mode_info.modes & related code.Gerd Hoffmann1-2/+0
2017-03-01drm/qxl: Remove qxl_debugfs_takedown()Noralf Trønnes1-1/+0
2017-02-28drm: qxl: Atomic phase 1: convert cursor to universal planeGabriel Krisman Bertazi1-5/+0
2017-02-28drm: qxl: Drop device flags attributeGabriel Krisman Bertazi1-2/+1
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi1-3/+3
2017-02-02drm: qxl: Drop duplicated pci_device pointer attributeGabriel Krisman Bertazi1-1/+0
2017-02-02drm: qxl: Drop duplicated device pointer attributeGabriel Krisman Bertazi1-1/+0
2017-01-19drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi1-2/+0
2017-01-19drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi1-1/+5
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-1/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-7/+1
2016-11-15qxl: Remove qxl_bo_init() return valueChristophe Fergeau1-1/+1
2016-11-15qxl: Remove unused prototypeChristophe Fergeau1-3/+0
2016-11-15qxl: Mark some internal functions as staticChristophe Fergeau1-3/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-2/+2
2016-09-20drm/qxl: reapply cursor after SetCrtc callsRay Strode1-0/+1
2016-07-12drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+0
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-0/+2
2016-05-02drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes1-4/+3
2016-03-31drm/qxl: fix cursor position with non-zero hotspotJohn Keeping1-0/+2
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-09-11drm/qxl: validate monitors config modesJonathon Jongsma1-0/+2
2015-06-05drm/qxl: Remove format string errorsFrediano Ziglio1-1/+1
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst1-1/+1
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+2
2014-09-03drm/qxl: enables gem prime helpers for qxl using dummy driver callbacksAndreas Pokorny1-0/+12
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-2/+0
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst1-14/+8
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-1/+1
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2013-11-06qxl: add a connector property to denote hotplug should rescan modes.Dave Airlie1-0/+2
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-1/+0
2013-08-19drm/qxl: remove unused object_pin/unpin() helpersDavid Herrmann1-3/+0
2013-08-19Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie1-35/+41
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-1/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-3/+0
2013-07-24qxl: convert qxl driver to proper use for reservationsDave Airlie1-35/+40
2013-07-24drm/qxl: add delayed fb operationsDave Airlie1-0/+1
2013-07-05qxl: add suspend/resume/hibernate support.Dave Airlie1-0/+1
2013-07-05qxl: add fb and ttm entry points for use by suspend/resume.Dave Airlie1-0/+3
2013-07-05qxl: add ring prep code for s/rDave Airlie1-0/+2
2013-07-05qxl: prepare memslot code for suspend/resumeDave Airlie1-0/+2
2013-07-05qxl: split monitors_config object creation out.Dave Airlie1-0/+2
2013-07-05drm/qxl: add support for > 1 outputDave Airlie1-4/+4
2013-05-17drm/qxl: drop active_user_framebuffer as its unneededDave Airlie1-6/+0
2013-05-17qxl: drop unused variable.Dave Airlie1-1/+0