summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2023-02-14drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin
2023-02-14drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin
2023-02-13drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin
2023-02-13drm/vmwgfx: Rename dummy to is_iomemZack Rusin
2023-02-13drm/vmwgfx: Cleanup the vmw bo usage in the cursor pathsZack Rusin
2023-02-13drm/vmwgfx: Simplify fb pinningZack Rusin
2023-02-13drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin
2023-02-13drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin
2023-02-13drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter
2023-01-26treewide: fix up files incorrectly marked executableLinus Torvalds
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König
2023-01-09drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-12-05drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin
2022-11-28drm/vmwgfx: Fix race issue calling pin_user_pagesDawei Li
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-31drm/vmwgfx: Cleanup the cursor snooping codeZack Rusin
2022-10-31drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-10-25drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin
2022-10-25drm/vmwgfx: Optimize initial sizes of cotablesZack Rusin
2022-10-25drm/vmwgfx: Add a mksstat counter for cotable resizesZack Rusin
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin
2022-10-25drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin
2022-10-25drm/vmwgfx: Do not allow invalid bpp's for dumb buffersZack Rusin
2022-10-25drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala
2022-10-25drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala
2022-10-25drm/vmwgfx: Diff cursors when using cmdsMichael Banack
2022-10-25drm/vmwgfx: Support cursor surfaces with mob cursorMichael Banack
2022-10-25drm/vmwgfx: Start diffing new mob cursors against old onesMichael Banack
2022-10-25drm/vmwgfx: Clean up cursor mobsMichael Banack
2022-10-25drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala
2022-10-25drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala
2022-10-25drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable impl...Maaz Mombasawala
2022-10-25drm/vmwgfx: Fix frame-size warning in vmw_mksstat_add_ioctlMartin Krastev
2022-10-25drm/vmwgfx: Write the driver id registersZack Rusin
2022-09-21drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()Rafael Mendonca
2022-09-13drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declarationGaosheng Cui
2022-08-04drm/vmwgfx: Remove unused hugepage supportZack Rusin
2022-08-04drm/vmwgfx: cleanup commentsTom Rix
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann