summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
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
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-07-05drm/vmwgfx: Stop using 'TRUE'Ville Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-04-22drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin
2022-04-20drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin
2022-04-20drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin
2022-04-07drm/ttm: remove bo->movingChristian König
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-04-03drm/vmwgfx: stop using dma_resv_excl_fence v2Christian König
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C
2022-03-21drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin
2022-03-21drm/vmwgfx: validate the screen formatsZack Rusin
2022-03-21drm/vmwgfx: Fix mob cursor allocation raceZack Rusin
2022-03-21drm/vmwgfx: Fix an invalid readZack Rusin
2022-03-11drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin
2022-03-11drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin
2022-03-11drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin
2022-03-11drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin
2022-03-11drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin
2022-03-11drm/vmwgfx: Print capabilities early during the initializationZack Rusin
2022-03-11drm/vmwgfx: Cleanup multimon initialization codeZack Rusin
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev