summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_kms.c
AgeCommit message (Expand)Author
2019-01-28drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann
2019-01-28drm/qxl: drop unused fields from struct qxl_deviceGerd Hoffmann
2019-01-28drm/qxl: simplify slot managementGerd Hoffmann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura
2018-08-10drm: qxl: Fix error handling at qxl_device_initAnton Vasilyev
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-03-09drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes
2017-03-07qxl: drop mode_info.modes & related code.Gerd Hoffmann
2017-02-28drm: qxl: Drop device flags attributeGabriel Krisman Bertazi
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi
2017-02-02drm: qxl: Drop duplicated pci_device pointer attributeGabriel Krisman Bertazi
2017-02-02drm: qxl: Drop duplicated device pointer attributeGabriel Krisman Bertazi
2017-01-19drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi
2017-01-19drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-11-15qxl: Call qxl_gem_{init, fini}Christophe Fergeau
2016-07-12drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-07-12drm/qxl: Remove dead codeThierry Reding
2016-05-02drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes
2014-09-03drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst
2014-01-14drivers: gpu: Mark function as static in qxl_kms.cRashika
2013-11-06drm/qxl: add some surface memory loggingGerd Hoffmann
2013-11-06drm/qxl: support 64bit surface barGerd Hoffmann
2013-07-05qxl: use drm helper hotplug supportDave Airlie
2013-07-05qxl: prepare memslot code for suspend/resumeDave Airlie
2013-05-31drm/qxl: fix build warnings on 32-bitDave Airlie
2013-04-16drm/qxl: make lots of things static.Dave Airlie
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie