aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_drv.h
Commit message (Expand)AuthorAge
* drm/qxl: remove dead qxl fbdev emulation codeGerd Hoffmann2019-01-28
* drm/qxl: implement prime kmap/kunmapGerd Hoffmann2019-01-28
* drm/qxl: cover all crtcs in shadow bo.Gerd Hoffmann2019-01-28
* drm/qxl: track primary boGerd Hoffmann2019-01-28
* drm/qxl: drop unused offset parameter from qxl_io_create_primary()Gerd Hoffmann2019-01-28
* drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann2019-01-28
* drm/qxl: drop unused fields from struct qxl_deviceGerd Hoffmann2019-01-28
* drm/qxl: change the way slot is detectedFrediano Ziglio2019-01-28
* drm/qxl: simplify slot managementGerd Hoffmann2019-01-28
* drm/qxl: drop unused qxl_fb_virtual_addressGerd Hoffmann2019-01-28
* drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()Gerd Hoffmann2019-01-28
* Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-18
|\
| * drm/ttm: initialize globals during device init (v2)Christian König2018-11-05
| * drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-05
* | drm/qxl: Use 'unsigned int' instead of 'bool'Shayenne da Luz Moura2018-10-30
* | drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura2018-10-30
* | drm/qxl: Remove exceding whitelineShayenne da Luz Moura2018-10-30
|/
* qxl: refactor to use drm_fb_helper_fbdev_setupPeter Wu2018-09-12
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-05-11
|\
| * qxl: keep separate release_bo pointerGerd Hoffmann2018-04-25
* | qxl: remove qxl_io_log()Gerd Hoffmann2018-04-27
|/
* drm/qxl: reapply cursor after resetting primaryRay Strode2017-12-07
* qxl: alloc & use shadow for dumb buffersGerd Hoffmann2017-10-23
* drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann2017-10-23
* drm/qxl: move extern variable declaration header fileGerd Hoffmann2017-06-23
* drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-17
* drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes2017-03-09
* qxl: drop mode_info.modes & related code.Gerd Hoffmann2017-03-07
* drm/qxl: Remove qxl_debugfs_takedown()Noralf Trønnes2017-03-01
* drm: qxl: Atomic phase 1: convert cursor to universal planeGabriel Krisman Bertazi2017-02-28
* drm: qxl: Drop device flags attributeGabriel Krisman Bertazi2017-02-28
* drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi2017-02-02
* drm: qxl: Drop duplicated pci_device pointer attributeGabriel Krisman Bertazi2017-02-02
* drm: qxl: Drop duplicated device pointer attributeGabriel Krisman Bertazi2017-02-02
* drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi2017-01-19
* drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi2017-01-19
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-09
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-18
* Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-11-29
|\
| * qxl: Remove qxl_bo_init() return valueChristophe Fergeau2016-11-15
| * qxl: Remove unused prototypeChristophe Fergeau2016-11-15
| * qxl: Mark some internal functions as staticChristophe Fergeau2016-11-15
* | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25
|/
* drm/qxl: reapply cursor after SetCrtc callsRay Strode2016-09-20
* drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-12
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-08
|\
| * drm/qxl: fix cursor position with non-zero hotspotJohn Keeping2016-03-31
* | drm/qxl: Use drm_fb_helper deferred_io supportNoralf Trønnes2016-05-02
|/
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-24
* drm/qxl: validate monitors config modesJonathon Jongsma2015-09-10