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