| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/qxl: drop set_prod_notify parameter from qxl_ring_create | Zongmin Zhou | 2022-09-23 | 1 | -3/+1 |
* | drm/qxl: remove qxl_log_level global | Tom Rix | 2022-06-09 | 1 | -2/+0 |
* | drm/qxl: fix qxl can't use in arm64 | Cong Liu | 2022-03-25 | 1 | -2/+2 |
* | drm/qxl: properly handle device init failures | Gerd Hoffmann | 2021-02-19 | 1 | -0/+4 |
* | drm/qxl: properly free qxl releases | Gerd Hoffmann | 2021-02-05 | 1 | -3/+23 |
* | drm/qxl: Remove references to struct drm_device.pdev | Thomas Zimmermann | 2021-01-06 | 1 | -1/+0 |
* | drm/qxl: replace idr_init() by idr_init_base() | Deepak R Varma | 2020-11-06 | 1 | -2/+2 |
* | drm/qxl: don't use ttm bo->offset | Nirmoy Das | 2020-06-25 | 1 | -3/+2 |
* | drm/qxl: Don't use drm_device->dev_private | Daniel Vetter | 2020-04-28 | 1 | -1/+0 |
* | drm/qxl: Use devm_drm_dev_alloc | Daniel Vetter | 2020-04-28 | 1 | -11/+1 |
* | drm/qxl: Use correct notify port address when creating cursor ring | Huacai Chen | 2020-03-31 | 1 | -1/+1 |
* | drm/qxl: Use drmm_add_final_kfree | Daniel Vetter | 2020-03-26 | 1 | -0/+2 |
* | drm/qxl: reorder calls in qxl_device_fini(). | Gerd Hoffmann | 2020-02-11 | 1 | -2/+2 |
* | drm/qxl: Complete exception handling in qxl_device_init() | Markus Elfring | 2019-11-29 | 1 | -1/+1 |
* | drm/qxl: drop use of drmP.h | Sam Ravnborg | 2019-07-15 | 1 | -3/+6 |
* | drm/qxl: use separate offset spaces for the two slots / ttm memory types. | Gerd Hoffmann | 2019-01-28 | 1 | -2/+3 |
* | drm/qxl: drop unused fields from struct qxl_device | Gerd Hoffmann | 2019-01-28 | 1 | -8/+2 |
* | drm/qxl: simplify slot management | Gerd Hoffmann | 2019-01-28 | 1 | -43/+29 |
* | drm: Split out drm_probe_helper.h | Daniel Vetter | 2019-01-24 | 1 | -1/+1 |
* | qxl: No need for NULL check before calling qxl_bo_unref() | Christophe Fergeau | 2018-11-21 | 1 | -4/+2 |
* | drm/qxl: Remove exceding whiteline | Shayenne da Luz Moura | 2018-10-30 | 1 | -1/+0 |
* | drm/qxl: Add line after variable declarations | Shayenne da Luz Moura | 2018-10-30 | 1 | -0/+1 |
* | drm: qxl: Fix error handling at qxl_device_init | Anton Vasilyev | 2018-08-10 | 1 | -7/+73 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | drm/qxl: Remove qxl_debugfs_remove_files() | Noralf Trønnes | 2017-03-09 | 1 | -1/+0 |
* | qxl: drop mode_info.modes & related code. | Gerd Hoffmann | 2017-03-07 | 1 | -22/+0 |
* | drm: qxl: Drop device flags attribute | Gabriel Krisman Bertazi | 2017-02-28 | 1 | -4/+1 |
* | drm: qxl: Embed drm_device into driver structure | Gabriel Krisman Bertazi | 2017-02-02 | 1 | -2/+9 |
* | drm: qxl: Drop duplicated pci_device pointer attribute | Gabriel Krisman Bertazi | 2017-02-02 | 1 | -1/+0 |
* | drm: qxl: Drop duplicated device pointer attribute | Gabriel Krisman Bertazi | 2017-02-02 | 1 | -1/+0 |
* | drm: qxl: Open code teardown function for qxl | Gabriel Krisman Bertazi | 2017-01-19 | 1 | -16/+0 |
* | drm: qxl: Open code probing sequence for qxl | Gabriel Krisman Bertazi | 2017-01-19 | 1 | -38/+2 |
* | drm: Change the return type of the unload hook to void | Gabriel Krisman Bertazi | 2017-01-09 | 1 | -3/+2 |
* | qxl: Call qxl_gem_{init, fini} | Christophe Fergeau | 2016-11-15 | 1 | -1/+2 |
* | drm/qxl: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 2016-07-12 | 1 | -5/+1 |
* | drm/qxl: Remove dead code | Thierry Reding | 2016-07-12 | 1 | -4/+0 |
* | drm/qxl: Use drm_fb_helper deferred_io support | Noralf Trønnes | 2016-05-02 | 1 | -4/+0 |
* | drm/qxl: simple crtc page flipping emulated using buffer copy | Andreas Pokorny | 2014-09-03 | 1 | -4/+12 |
* | drm/ttm: flip the switch, and convert to dma_fence | Maarten Lankhorst | 2014-09-02 | 1 | -1/+0 |
* | drm/qxl: rework to new fence interface | Maarten Lankhorst | 2014-09-02 | 1 | -0/+2 |
* | drivers: gpu: Mark function as static in qxl_kms.c | Rashika | 2014-01-14 | 1 | -1/+1 |
* | drm/qxl: add some surface memory logging | Gerd Hoffmann | 2013-11-06 | 1 | -3/+7 |
* | drm/qxl: support 64bit surface bar | Gerd Hoffmann | 2013-11-06 | 1 | -7/+25 |
* | qxl: use drm helper hotplug support | Dave Airlie | 2013-07-05 | 1 | -0/+3 |
* | qxl: prepare memslot code for suspend/resume | Dave Airlie | 2013-07-05 | 1 | -4/+17 |
* | drm/qxl: fix build warnings on 32-bit | Dave Airlie | 2013-05-31 | 1 | -4/+5 |
* | drm/qxl: make lots of things static. | Dave Airlie | 2013-04-16 | 1 | -1/+1 |
* | drm: add new QXL driver. (v1.4) | Dave Airlie | 2013-04-12 | 1 | -0/+302 |