summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-153-17/+15
|\
| * Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-221-5/+45
| |\
| * \ Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-053-17/+15
| |\ \
| | * | drm/qxl: Do not pin buffer objects for vmapThomas Zimmermann2024-03-111-5/+0
| | * | drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann2024-03-111-13/+1
| | * | drm/qxl: Acquire reservation lock in GEM pin/unpin callbacksThomas Zimmermann2024-03-111-2/+14
| | * | drm/qxl: Provide qxl_bo_{pin,unpin}_locked()Thomas Zimmermann2024-03-112-12/+15
* | | | Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds2024-05-061-45/+5
| |_|/ |/| |
* | | Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino2024-04-051-5/+45
|/ /
* | drm/qxl: remove unused variable from `qxl_process_single_command()`Miguel Ojeda2024-03-281-3/+1
* | drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`Miguel Ojeda2024-03-281-2/+0
|/
* drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-252-4/+0
* drm/qxl: remove unused declarationheminhong2023-12-041-7/+0
* drm/qxl: Use the hotspot properties from cursor planesZack Rusin2023-11-241-8/+6
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-1/+1
* Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-101-0/+3
|\
| * Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-11-101-0/+3
| |\
| | * drm/qxl: prevent memory leakZongmin Zhou2023-11-061-0/+3
* | | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-8/+3
|\ \ \ | |/ / |/| |
| * | drm/qxl: Use pci_is_vga() to identify VGA devicesSui Jingfeng2023-10-061-8/+3
| |/
* | Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-291-0/+7
|\ \ | |/ |/|
| * drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-211-0/+7
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-244-14/+24
|\ \ | |/ |/|
| * drm/qxl: fix UAF on handle creationWander Lairson Costa2023-08-184-14/+24
* | drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
|/
* drm/qxl: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-0/+11
* 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
| |/ |/|