summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
2025-07-16drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-0/+1
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-3/+6
2024-11-20drm/qxl: switch to using drm_exec v2Christian König3-36/+40
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-29drm: handle HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2024-10-14drm/qxl: Use video aperture helpersThomas Zimmermann1-2/+2
2024-09-26drm/qxl: Run DRM default client setupThomas Zimmermann2-1/+4
2024-07-10drm/qxl: Pin buffer objects for internal mappingsThomas Zimmermann3-11/+20
2024-06-26drm/qxl: Add check for drm_cvt_modeChen Ni1-0/+3
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard1-45/+5
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-17/+15
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds1-45/+5
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann1-2/+2
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie1-5/+45
2024-04-05Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino1-5/+45
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie3-17/+15
2024-03-28drm/qxl: remove unused variable from `qxl_process_single_command()`Miguel Ojeda1-3/+1
2024-03-28drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`Miguel Ojeda1-2/+0
2024-03-11drm/qxl: Do not pin buffer objects for vmapThomas Zimmermann1-5/+0
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann1-13/+1
2024-03-11drm/qxl: Acquire reservation lock in GEM pin/unpin callbacksThomas Zimmermann1-2/+14
2024-03-11drm/qxl: Provide qxl_bo_{pin,unpin}_locked()Thomas Zimmermann2-12/+15
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2-4/+0
2023-12-04drm/qxl: remove unused declarationheminhong1-7/+0
2023-11-24drm/qxl: Use the hotspot properties from cursor planesZack Rusin1-8/+6
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin1-1/+1
2023-11-11Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-0/+3
2023-11-06drm/qxl: prevent memory leakZongmin Zhou1-0/+3
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+3
2023-10-07drm/qxl: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-8/+3
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+7
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson1-0/+7
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie4-14/+24
2023-08-17drm/qxl: fix UAF on handle creationWander Lairson Costa4-14/+24
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
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