summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+15
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+14
2025-10-15drm/qxl: Use vblank timerThomas Zimmermann-0/+29
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König-1/+1
2025-07-16drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-0/+1
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann-1/+1
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-2/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+6
2024-11-20drm/qxl: switch to using drm_exec v2Christian König-36/+40
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-10-28drm: handle HAS_IOPORT dependenciesNiklas Schnelle-1/+1
2024-10-14drm/qxl: Use video aperture helpersThomas Zimmermann-2/+2
2024-09-26drm/qxl: Run DRM default client setupThomas Zimmermann-1/+4
2024-07-10drm/qxl: Pin buffer objects for internal mappingsThomas Zimmermann-11/+20
2024-06-26drm/qxl: Add check for drm_cvt_modeChen Ni-0/+3
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard-45/+5
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-17/+15
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds-45/+5
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann-2/+2
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie-5/+45
2024-04-05Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino-5/+45
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-17/+15
2024-03-28drm/qxl: remove unused variable from `qxl_process_single_command()`Miguel Ojeda-3/+1
2024-03-28drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`Miguel Ojeda-2/+0
2024-03-11drm/qxl: Do not pin buffer objects for vmapThomas Zimmermann-5/+0
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann-13/+1
2024-03-11drm/qxl: Acquire reservation lock in GEM pin/unpin callbacksThomas Zimmermann-2/+14
2024-03-11drm/qxl: Provide qxl_bo_{pin,unpin}_locked()Thomas Zimmermann-12/+15
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath-4/+0
2023-12-04drm/qxl: remove unused declarationheminhong-7/+0
2023-11-24drm/qxl: Use the hotspot properties from cursor planesZack Rusin-8/+6
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin-1/+1
2023-11-10Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+3
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-0/+3
2023-11-06drm/qxl: prevent memory leakZongmin Zhou-0/+3
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+3
2023-10-06drm/qxl: Use pci_is_vga() to identify VGA devicesSui Jingfeng-8/+3
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+7
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson-0/+7
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie-14/+24
2023-08-18drm/qxl: fix UAF on handle creationWander Lairson Costa-14/+24
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann-2/+0
2023-02-23drm/qxl: handle NULL bo->resource in move callbackMatthew Auld-0/+11