aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
AgeCommit message (Expand)Author
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin
2023-10-09drm: vmwgfx_surface.c: copy user-array safelyPhilipp Stanner
2023-10-05drm/vmwgfx: Annotate struct vmw_surface_dirty with __counted_byKees Cook
2023-02-14drm/vmwgfx: Do not drop the reference to the handle too soonZack 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 vmw_buffer_object to vmw_boZack Rusin
2022-10-31drm/vmwgfx: Cleanup the cursor snooping codeZack Rusin
2022-04-20drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin
2021-08-09drm/vmwgfx: fix potential UAF in vmwgfx_surface.cDesmond Cheong Zhi Xi
2021-06-16drm/vmwgfx: Update device headersZack Rusin
2021-06-12drm/vmwgfx: Fix subresource updates with new contextsZack Rusin
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin
2021-05-11drm/vmwgfx: Fix cpu updates of coherent multisample surfacesThomas Hellstrom
2021-01-19drm/vmwgfx/vmwgfx_surface: Fix some kernel-doc related issuesLee Jones
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-08-11drm/vmwgfx: Use struct_size() helperGustavo A. R. Silva
2020-05-16drm/vmwgfx: remove redundant assignment to variable retColin Ian King
2020-03-23drm/vmwgfx: Add surface define v4 commandDeepak Rawat
2020-03-23drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat
2020-03-23drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat
2020-03-23drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat
2020-03-16drm/vmwgfx: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-15drm/vmwgfx: check master authentication in surface_ref ioctlsEmil Velikov
2020-01-15drm/vmwgfx: move the require_exist handling togetherEmil Velikov
2019-11-28Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2019-11-14drm/vmwgfx: remove set but not used variable 'srf'YueHaibing
2019-11-06drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom
2019-08-15drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat
2018-10-04Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom
2018-09-20drm/vmwgfx: Don't impose STDU limits on framebuffer sizeDeepak Rawat
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2018-07-06drm/vmwgfx: Add support for multisamplingDeepak Rawat
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat
2018-07-06drm/vmwgfx: Support for SVGA3dSurfaceAllFlags in vmwgfxDeepak Rawat
2018-07-06drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat