summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_kms.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau1-4/+2
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura1-1/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura1-0/+1
2018-08-10drm: qxl: Fix error handling at qxl_device_initAnton Vasilyev1-7/+73
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
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-22/+0
2017-02-28drm: qxl: Drop device flags attributeGabriel Krisman Bertazi1-4/+1
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi1-2/+9
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-16/+0
2017-01-19drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi1-38/+2
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+2
2016-11-15qxl: Call qxl_gem_{init, fini}Christophe Fergeau1-1/+2
2016-07-12drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-5/+1
2016-07-12drm/qxl: Remove dead codeThierry Reding1-4/+0
2016-05-02drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes1-4/+0
2014-09-03drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny1-4/+12
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-1/+0
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst1-0/+2
2014-01-14drivers: gpu: Mark function as static in qxl_kms.cRashika1-1/+1
2013-11-06drm/qxl: add some surface memory loggingGerd Hoffmann1-3/+7
2013-11-06drm/qxl: support 64bit surface barGerd Hoffmann1-7/+25
2013-07-05qxl: use drm helper hotplug supportDave Airlie1-0/+3
2013-07-05qxl: prepare memslot code for suspend/resumeDave Airlie1-4/+17
2013-05-31drm/qxl: fix build warnings on 32-bitDave Airlie1-4/+5
2013-04-16drm/qxl: make lots of things static.Dave Airlie1-1/+1
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie1-0/+302