summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl
Commit message (Expand)AuthorAgeFilesLines
* drm/qxl: stop using ttm_bo_waitChristian König2022-12-191-2/+14
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-062-4/+3
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-0/+1
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-191-2/+0
* drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko2022-10-182-10/+11
* drm/qxl: drop set_prod_notify parameter from qxl_ring_createZongmin Zhou2022-09-233-13/+1
* drm/qxl: fix the suspend/resume issue on qxl deviceZongmin Zhou2022-09-071-1/+2
* drm/plane-helper: Export individual helpersThomas Zimmermann2022-07-261-2/+2
* drm/ttm: rename and cleanup ttm_bo_initChristian König2022-07-111-1/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/qxl: remove qxl_log_level globalTom Rix2022-06-091-2/+0
* drm/qxl: add drm_gem_plane_helper_prepare_fbChristian König2022-05-051-1/+7
* drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin2022-04-201-33/+6
* dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König2022-04-071-1/+1
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-1/+2
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-1/+2
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-056-20/+20
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-253-56/+29
| |\
| * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-076-20/+20
* | | drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-021-1/+1
* | | drm/qxl: fix qxl can't use in arm64Cong Liu2022-03-252-4/+4
| |/ |/|
* | drm/qxl: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-17/+2
* | drm/qxl: Move ioctl array next to its only userThomas Zimmermann2022-01-273-39/+27
|/
* drm/qxl: use iterator instead of dma_resv_shared_listChristian König2021-11-301-7/+10
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* drm/qxl: User page size macro for qxl release bobibo mao2021-09-151-2/+2
* drm/ttm: remove ttm_tt_destroy_common v2Christian König2021-08-231-1/+0
* Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-214-16/+6
|\
| * drm/qxl: Convert to Linux IRQ interfacesThomas Zimmermann2021-07-153-6/+5
| * drm/qxl: Remove empty qxl_gem_prime_mmap()Thomas Zimmermann2021-07-083-9/+0
| * drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* | drm/qxl: add NULL check for bo->resourceChristian König2021-07-091-1/+1
|/
* drm: qxl: ensure surf.data is ininitializedColin Ian King2021-06-091-0/+2
* dma-buf: rename and cleanup dma_resv_get_list v2Christian König2021-06-061-1/+1
* drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-041-0/+1
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-023-10/+10
* drm/qxl: balance dumb_shadow_bo pinGerd Hoffmann2021-05-121-0/+1
* drm/qxl: drop redundant codeGerd Hoffmann2021-05-121-3/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-111-1/+0
|\
| * treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-1/+0
* | drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+4
* | drm/qxl: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann2021-04-115-28/+4
|/
* drm/ttm: switch to per device LRU lockChristian König2021-03-241-4/+1
* drm/qxl: clean up qxl_bo_move_notifyChristian König2021-03-161-12/+4
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-1614-249/+336
|\
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-4/+10