summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
2023-08-17drm/qxl: fix UAF on handle creationWander Lairson Costa4-14/+24
2023-02-23drm/qxl: handle NULL bo->resource in move callbackMatthew Auld1-0/+11
2022-12-19drm/qxl: stop using ttm_bo_waitChristian König1-2/+14
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2-4/+3
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-0/+1
2022-10-20drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+0
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko2-10/+11
2022-09-23drm/qxl: drop set_prod_notify parameter from qxl_ring_createZongmin Zhou3-13/+1
2022-09-07drm/qxl: fix the suspend/resume issue on qxl deviceZongmin Zhou1-1/+2
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann1-2/+2
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-09drm/qxl: remove qxl_log_level globalTom Rix1-2/+0
2022-05-05drm/qxl: add drm_gem_plane_helper_prepare_fbChristian König1-1/+7
2022-04-21drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin1-33/+6
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König1-1/+1
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+2
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-1/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard6-20/+20
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2022-03-25drm/qxl: fix qxl can't use in arm64Cong Liu2-4/+4
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-56/+29
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi6-20/+20
2022-01-27drm/qxl: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-17/+2
2022-01-27drm/qxl: Move ioctl array next to its only userThomas Zimmermann3-39/+27
2021-11-30drm/qxl: use iterator instead of dma_resv_shared_listChristian König1-7/+10
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+1
2021-09-15drm/qxl: User page size macro for qxl release bobibo mao1-2/+2
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-1/+0
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-16/+6
2021-07-15drm/qxl: Convert to Linux IRQ interfacesThomas Zimmermann3-6/+5
2021-07-09drm/qxl: add NULL check for bo->resourceChristian König1-1/+1
2021-07-08drm/qxl: Remove empty qxl_gem_prime_mmap()Thomas Zimmermann3-9/+0
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-09drm: qxl: ensure surf.data is ininitializedColin Ian King1-0/+2
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-1/+1
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König3-10/+10
2021-05-12drm/qxl: balance dumb_shadow_bo pinGerd Hoffmann1-0/+1
2021-05-12drm/qxl: drop redundant codeGerd Hoffmann1-3/+1
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-1/+0
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+4
2021-04-11drm/qxl: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann5-28/+4
2021-03-24drm/ttm: switch to per device LRU lockChristian König1-4/+1
2021-03-16drm/qxl: clean up qxl_bo_move_notifyChristian König1-12/+4
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie14-249/+336