1. 8afa13a drm/vmwgfx: Implement DRIVER_GEM by Zack Rusin · 3 years, 1 month ago
  2. 8aadeb8 drm/vmwgfx: Remove the dedicated memory accounting by Zack Rusin · 3 years, 1 month ago
  3. 2cd80db drm/vmwgfx: Add basic support for SVGA3 by Zack Rusin · 3 years, 8 months ago
  4. c6771b6 drm/vmwgfx/vmwgfx_fence: Add, remove and demote various documentation params/headers by Lee Jones · 4 years ago
  5. be4f77a drm/vmwgfx: Cleanup fifo mmio handling by Zack Rusin · 4 years, 2 months ago
  6. 9703bb3 drm/vmwgfx: Switch to a managed drm device by Zack Rusin · 4 years, 2 months ago
  7. 8054200 drm/vmwgfx: Return true in function vmw_fence_obj_signaled() by Jason Yan · 4 years, 8 months ago
  8. 5f68062 Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 5 years ago
  9. f2cb60e dma-fence: Store the timestamp in the same union as the cb_list by Chris Wilson · 5 years ago
  10. 6ae8748 drm/vmwgfx: drop reminaing users of drmP.h by Sam Ravnborg · 6 years ago
  11. e5bd6a3 drm/vmwgfx: Remove set but not used variable 'file_priv' by YueHaibing · 6 years ago
  12. c7eae62 drm/vmwgfx: Make the object handles idr-generated by Thomas Hellstrom · 6 years ago
  13. 8038d2a Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 6 years ago
  14. 14dba71 drm/vmwgfx: Reorganize the fence wait loop by Thomas Hellstrom · 7 years ago
  15. dff9688 drm/vmwgfx: add SPDX idenitifier and clarify license by Dirk Hohndel (VMware) · 7 years ago
  16. 37efe80c drm/vmwgfx: use monotonic event timestamps by Arnd Bergmann · 7 years ago
  17. 279c01f drm/ttm: use an operation ctx for ttm_mem_global_alloc by Roger He · 7 years ago
  18. ef217b1 drm/vmwgfx: constify vmw_fence_ops by Arvind Yadav · 7 years ago
  19. c906965d drm/vmwgfx: Add export fence to file descriptor support by Sinclair Yeh · 7 years ago
  20. 58585116 drm/vmwgfx: Add support for imported Fence File Descriptor by Sinclair Yeh · 7 years ago
  21. ef36990 drm/vmwgfx: Move irq bottom half processing to threads by Thomas Hellstrom · 7 years ago
  22. 1a4adb0 drm/vmwgfx: Fix NULL pointer comparison by Ravikant B Sharma · 8 years ago
  23. fe25deb drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces by Thomas Hellstrom · 8 years ago
  24. f7652af drm/vmwgfx: Type-check lookups of fence objects by Thomas Hellstrom · 8 years ago
  25. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  26. 76bf0db dma-buf/fence: make fence context 64 bit v2 by Christian König · 9 years ago
  27. 1c0230d drm/vmwgfx: Nuke preclose hook by Daniel Vetter · 9 years ago
  28. 15b6b80 drm/vmwgfx: fix a NULL dereference by Dan Carpenter · 9 years ago
  29. fb740cf drm: Create drm_send_event helpers by Daniel Vetter · 9 years ago
  30. 6d3729a drm/vmwgfx: Use the new event init/free functions by Daniel Vetter · 9 years ago
  31. b76ff5e drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses by Thomas Hellstrom · 9 years ago
  32. 54fbde8 drm/vmwgfx: Fix copyright headers by Sinclair Yeh · 9 years ago
  33. b9eb1a6 drm/vmwgfx: Kill a bunch of sparse warnings by Thomas Hellstrom · 10 years ago
  34. 496eb6f drm/vmwgfx: Replace the hw mutex with a hw spinlock by Thomas Hellstrom · 10 years ago
  35. 89669e7 drm/vmwgfx: Fix fence event code by Thomas Hellstrom · 10 years ago
  36. 1f563a6 drm/vmwgfx: Don't use memory accounting for kernel-side fence objects by Thomas Hellstrom · 10 years ago
  37. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 11 years ago
  38. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 11 years ago
  39. 94844cf drivers: gpu: Mark functions as static in vmwgfx_fence.c by Rashika Kheria · 11 years ago
  40. 05efb1a drm/ttm: ttm object security fixes for render nodes by Thomas Hellstrom · 11 years ago
  41. 35f62a5 drm/vmwgfx: Free user-space fence objects correctly by Thomas Hellstrom · 12 years ago
  42. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  43. 68c4fce vmwgfx: corruption in vmw_event_fence_action_create() by Dan Carpenter · 12 years ago
  44. 6b82ef5 vmwgfx: Clean up pending event references to struct drm_file objects on close by Thomas Hellstrom · 13 years ago
  45. 8b7de6a vmwgfx: Rework fence event action by Jakob Bornecrantz · 13 years ago
  46. 0c5d370 vmwgfx: memory leaks caused by double allocation by Dan Carpenter · 13 years ago
  47. 57c5ee7 vmwgfx: Add fence events by Thomas Hellstrom · 13 years ago
  48. e93daed vmwgfx: Allow reference and unreference of NULL fence objects. by Thomas Hellstrom · 13 years ago
  49. ae2a104 vmwgfx: Implement fence objects by Thomas Hellstrom · 13 years ago
  50. 6bcd8d3c vmwgfx: Fix confusion caused by using "fence" in various places by Thomas Hellstrom · 13 years ago
  51. 1925d45 drm/vmwgfx: Add kernel throttling support. Bump minor. by Thomas Hellstrom · 15 years ago