1. 8afa13a drm/vmwgfx: Implement DRIVER_GEM by Zack Rusin · 3 years, 1 month ago
  2. 977697e drm/atomic: Pass the full state to planes atomic disable and update by Maxime Ripard · 4 years ago
  3. 7c11b99 drm/atomic: Pass the full state to planes atomic_check by Maxime Ripard · 4 years ago
  4. d8713d6 drm/vmwgfx/vmwgfx_kms: Mark vmw_{cursor,primary}_plane_formats as __maybe_unused by Lee Jones · 4 years ago
  5. f6ebe9f drm/atomic: Pass the full state to CRTC atomic begin and flush by Maxime Ripard · 4 years, 3 months ago
  6. 29b77ad drm/atomic: Pass the full state to CRTC atomic_check by Maxime Ripard · 4 years, 3 months ago
  7. d5c1f01 drm/vmwgfx: drop use of drmP.h in header files by Sam Ravnborg · 6 years ago
  8. fcd70cd drm: Split out drm_probe_helper.h by Daniel Vetter · 6 years ago
  9. 9d9486e drm/vmwgfx: Fix up the implicit display unit handling by Thomas Hellstrom · 6 years ago
  10. b4fa61b drm/vmwgfx: Don't clear mode::type anymore by Deepak Rawat · 6 years ago
  11. 43d1e62 drm/vmwgfx: Implement SOU plane update for surface backed fb by Deepak Rawat · 6 years ago
  12. bc7be60 drm/vmwgfx: Implement STDU plane update for BO backed fb by Deepak Rawat · 7 years ago
  13. e41774c drm/vmwgfx: Add a new interface for plane update on a display unit by Deepak Rawat · 7 years ago
  14. 2724b2d drm/vmwgfx: Use new validation interface for the modesetting code v2 by Thomas Hellstrom · 6 years ago
  15. 8038d2a Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 7 years ago
  16. 3e79ecd drm/vmwgfx: Add gui_x/y to vmw_connector_state by Deepak Rawat · 7 years ago
  17. f1d34bf drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object by Thomas Hellstrom · 7 years ago
  18. dff9688 drm/vmwgfx: add SPDX idenitifier and clarify license by Dirk Hohndel (VMware) · 7 years ago
  19. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  20. ef86cfe drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits by Thomas Hellstrom · 7 years ago
  21. 91e9f35 drm/vmwgfx: Avoid iterating over display unit if crtc is available by Deepak Rawat · 7 years ago
  22. 73a8825 drm/vmwgfx: Fix a destoy-while-held mutex problem. by Thomas Hellstrom · 7 years ago
  23. 140bcaa drm/vmwgfx: Fix black screen and device errors when running without fbdev by Thomas Hellstrom · 7 years ago
  24. 98648ae drm/vmwgfx: Don't cache framebuffer maps by Thomas Hellstrom · 7 years ago
  25. b740e76 Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Sean Paul · 8 years ago
  26. 5f58e97 drm/vmwgfx: Drop drm_vblank_cleanup by Daniel Vetter · 8 years ago
  27. f470a77 drm/vmwgfx: Remove unused legacy cursor functions by Sinclair Yeh · 8 years ago
  28. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  29. 320d8c3 Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  30. 810b3e16 drm/vmwgfx: Support topology greater than texture size by Sinclair Yeh · 8 years ago
  31. 904bb5e drm/vmwgfx: Switch over to internal atomic API for STDU by Sinclair Yeh · 8 years ago
  32. 060e2ad drm/vmwgfx: Add and connect plane helper functions by Sinclair Yeh · 8 years ago
  33. 06ec419 drm/vmwgfx: Add and connect CRTC helper functions by Sinclair Yeh · 8 years ago
  34. d7721ca drm/vmwgfx: Connector atomic state by Sinclair Yeh · 8 years ago
  35. cc5ec45 drm/vmwgfx: Plane atomic state by Sinclair Yeh · 8 years ago
  36. 9c2542a drm/vmwgfx: CRTC atomic state by Sinclair Yeh · 8 years ago
  37. 36cc79b drm/vmwgfx: Add universal plane support by Sinclair Yeh · 8 years ago
  38. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  39. dabdcdc drm/vmwgfx: Switch to mode_cmd2 by Daniel Vetter · 8 years ago
  40. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  41. 6dd687b drm/vmwgfx: Calculate the cursor position based on the crtc gui origin by Thomas Hellstrom · 9 years ago
  42. 76404ac drm/vmwgfx: Add connector properties to switch between explicit and implicit placement by Thomas Hellstrom · 9 years ago
  43. 75c0685 drm/vmwgfx: Break out implicit fb code by Thomas Hellstrom · 9 years ago
  44. 897b818 drm/vmwgfx: Fix screen object page flips for large framebuffers by Thomas Hellstrom · 9 years ago
  45. 8fbf9d9 drm/vmwgfx: Implement the cursor_set2 callback v2 by Thomas Hellstrom · 9 years ago
  46. 294947a Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 9 years ago
  47. 54fbde8 drm/vmwgfx: Fix copyright headers by Sinclair Yeh · 9 years ago
  48. a278724 drm/vmwgfx: Implement fbdev on kms v2 by Thomas Hellstrom · 10 years ago
  49. fd006a4 drm/vmwgfx: Add a kernel interface to create a framebuffer v2 by Thomas Hellstrom · 10 years ago
  50. 6bf6bf0 drm/vmwgfx: Convert screen targets to new helpers v3 by Thomas Hellstrom · 10 years ago
  51. 10b1e0c drm/vmwgfx: Convert screen objects to the new helpers by Thomas Hellstrom · 10 years ago
  52. 1a4b172 drm/vmwgfx: Add kms helpers for dirty- and readback functions by Thomas Hellstrom · 10 years ago
  53. f89c6c3 drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs by Sinclair Yeh · 10 years ago
  54. 35c0512 drm/vmwgfx: Implement screen targets by Sinclair Yeh · 10 years ago
  55. c8261a9 vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets by Sinclair Yeh · 10 years ago
  56. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  57. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  58. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  59. b5ec427 vmwgfx: Add page flip support by Jakob Bornecrantz · 13 years ago
  60. 4cf7312 Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next by Dave Airlie · 13 years ago
  61. bfc2638 vmwgfx: Resend the cursor after legacy modeset by Jakob Bornecrantz · 13 years ago
  62. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  63. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  64. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  65. 90ff18b vmwgfx: Make sure we always have a user-space handle to use for objects that are backing kms framebuffers. by Thomas Hellstrom · 13 years ago
  66. 2fcd5a7 vmwgfx: Add present and readback ioctls by Jakob Bornecrantz · 13 years ago
  67. 56d1c78 vmwgfx: Add screen object support by Jakob Bornecrantz · 13 years ago
  68. 626ab77 vmwgfx: Refactor common display unit functions to shared file by Jakob Bornecrantz · 13 years ago
  69. d8bd19d drm/vmwgfx: Allow userspace to change default layout. Bump minor. by Jakob Bornecrantz · 15 years ago
  70. fb1d973 drm/vmwgfx: Add DRM driver for VMware Virtual GPU by Jakob Bornecrantz · 15 years ago