summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf1-4/+12
2023-04-26Merge tag 'flex-array-transformations-6.4-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-04-11drm/vmwgfx: remove unused vmw_overlay functionTom Rix1-6/+0
2023-04-11drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev3-74/+38
2023-04-11drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin3-0/+40
2023-04-11drm/vmwgfx: Drop mksstat_init_record fn as currently unusedMartin Krastev1-26/+0
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann1-1/+0
2023-03-15drm/vmwgfx: Fix src/dst_pitch confusionZack Rusin1-2/+2
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin1-1/+1
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+110
2023-03-06drm/vmwgfx: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-8/+15
2023-02-17Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-13/+25
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-14drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2-5/+16
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin27-688/+563
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin22-455/+311
2023-02-14drm/vmwgfx: Rename dummy to is_iomemZack Rusin1-8/+8
2023-02-14drm/vmwgfx: Cleanup the vmw bo usage in the cursor pathsZack Rusin2-14/+1
2023-02-14drm/vmwgfx: Simplify fb pinningZack Rusin5-85/+54
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin25-385/+419
2023-02-14drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin8-58/+27
2023-02-14drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin5-118/+10
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König1-17/+2
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter7-234/+87
2023-01-26treewide: fix up files incorrectly marked executableLinus Torvalds1-0/+0
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+11
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König1-0/+11
2023-01-10drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin6-233/+87
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter8-8/+5
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-1821/+697
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König8-8/+5
2022-12-05drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin1-0/+4
2022-11-28drm/vmwgfx: Fix race issue calling pin_user_pagesDawei Li1-3/+3
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-10-31drm/vmwgfx: Cleanup the cursor snooping codeZack Rusin3-17/+30
2022-10-31drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin1-1/+2
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath6-13/+13
2022-10-25drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin1-1/+0
2022-10-25drm/vmwgfx: Optimize initial sizes of cotablesZack Rusin1-2/+14
2022-10-25drm/vmwgfx: Add a mksstat counter for cotable resizesZack Rusin3-9/+22
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin5-101/+1
2022-10-25drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin7-991/+28
2022-10-25drm/vmwgfx: Do not allow invalid bpp's for dumb buffersZack Rusin1-1/+15
2022-10-25drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala7-292/+12