summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann2019-01-281-2/+3
* drm/qxl: drop unused fields from struct qxl_deviceGerd Hoffmann2019-01-281-8/+2
* drm/qxl: simplify slot managementGerd Hoffmann2019-01-281-43/+29
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau2018-11-211-4/+2
* drm/qxl: Remove exceding whitelineShayenne da Luz Moura2018-10-301-1/+0
* drm/qxl: Add line after variable declarationsShayenne da Luz Moura2018-10-301-0/+1
* drm: qxl: Fix error handling at qxl_device_initAnton Vasilyev2018-08-101-7/+73
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes2017-03-091-1/+0
* qxl: drop mode_info.modes & related code.Gerd Hoffmann2017-03-071-22/+0
* drm: qxl: Drop device flags attributeGabriel Krisman Bertazi2017-02-281-4/+1
* drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi2017-02-021-2/+9
* drm: qxl: Drop duplicated pci_device pointer attributeGabriel Krisman Bertazi2017-02-021-1/+0
* drm: qxl: Drop duplicated device pointer attributeGabriel Krisman Bertazi2017-02-021-1/+0
* drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi2017-01-191-16/+0
* drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi2017-01-191-38/+2
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-3/+2
* qxl: Call qxl_gem_{init, fini}Christophe Fergeau2016-11-151-1/+2
* drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-121-5/+1
* drm/qxl: Remove dead codeThierry Reding2016-07-121-4/+0
* drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes2016-05-021-4/+0
* drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny2014-09-031-4/+12
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-021-1/+0
* drm/qxl: rework to new fence interfaceMaarten Lankhorst2014-09-021-0/+2
* drivers: gpu: Mark function as static in qxl_kms.cRashika2014-01-141-1/+1
* drm/qxl: add some surface memory loggingGerd Hoffmann2013-11-061-3/+7
* drm/qxl: support 64bit surface barGerd Hoffmann2013-11-061-7/+25
* qxl: use drm helper hotplug supportDave Airlie2013-07-051-0/+3
* qxl: prepare memslot code for suspend/resumeDave Airlie2013-07-051-4/+17
* drm/qxl: fix build warnings on 32-bitDave Airlie2013-05-311-4/+5
* drm/qxl: make lots of things static.Dave Airlie2013-04-161-1/+1
* drm: add new QXL driver. (v1.4)Dave Airlie2013-04-121-0/+302