summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)Author
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie
2024-04-05Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-03-28drm/qxl: remove unused variable from `qxl_process_single_command()`Miguel Ojeda
2024-03-28drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`Miguel Ojeda
2024-03-11drm/qxl: Do not pin buffer objects for vmapThomas Zimmermann
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann
2024-03-11drm/qxl: Acquire reservation lock in GEM pin/unpin callbacksThomas Zimmermann
2024-03-11drm/qxl: Provide qxl_bo_{pin,unpin}_locked()Thomas Zimmermann
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath
2023-12-04drm/qxl: remove unused declarationheminhong
2023-11-24drm/qxl: Use the hotspot properties from cursor planesZack Rusin
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin
2023-11-10Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter
2023-11-06drm/qxl: prevent memory leakZongmin Zhou
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-10-06drm/qxl: Use pci_is_vga() to identify VGA devicesSui Jingfeng
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-08-18drm/qxl: fix UAF on handle creationWander Lairson Costa
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-02-23drm/qxl: handle NULL bo->resource in move callbackMatthew Auld
2022-12-19drm/qxl: stop using ttm_bo_waitChristian König
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko
2022-09-23drm/qxl: drop set_prod_notify parameter from qxl_ring_createZongmin Zhou
2022-09-07drm/qxl: fix the suspend/resume issue on qxl deviceZongmin Zhou
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-06-09drm/qxl: remove qxl_log_level globalTom Rix
2022-05-05drm/qxl: add drm_gem_plane_helper_prepare_fbChristian König
2022-04-20drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C
2022-03-25drm/qxl: fix qxl can't use in arm64Cong Liu
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi