summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-25drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala3-49/+56
2022-10-25drm/vmwgfx: Diff cursors when using cmdsMichael Banack2-60/+62
2022-10-25drm/vmwgfx: Support cursor surfaces with mob cursorMichael Banack2-29/+50
2022-10-25drm/vmwgfx: Start diffing new mob cursors against old onesMichael Banack2-26/+81
2022-10-25drm/vmwgfx: Clean up cursor mobsMichael Banack2-193/+267
2022-10-25drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala5-66/+58
2022-10-25drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala3-23/+9
2022-10-25drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable impl...Maaz Mombasawala1-36/+26
2022-10-25drm/vmwgfx: Fix frame-size warning in vmw_mksstat_add_ioctlMartin Krastev1-14/+29
2022-10-25drm/vmwgfx: Write the driver id registersZack Rusin1-9/+34
2022-09-21drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()Rafael Mendonca1-0/+1
2022-09-13drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declarationGaosheng Cui1-1/+0
2022-08-04drm/vmwgfx: Remove unused hugepage supportZack Rusin1-13/+0
2022-08-04drm/vmwgfx: cleanup commentsTom Rix7-14/+14
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter1-2/+2
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann3-3/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann2-2/+2
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-7/+5
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-07-05drm/vmwgfx: Stop using 'TRUE'Ville Syrjälä1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-1/+9
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann1-2/+1
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann1-3/+2