1. d7955fc drm/vmwgfx: Constify function pointer structs by Ville Syrjälä · 9 years ago
  2. 6af3e65 drm: Drop drm_helper_probe_single_connector_modes_nomerge() by Ville Syrjälä · 9 years ago
  3. f80de66 drm/vmwgfx: Drop dummy save/restore hooks by Daniel Vetter · 9 years ago
  4. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  5. 4e0858a drm/vmwgfx: Properly flush cursor updates and page-flips by Thomas Hellstrom · 9 years ago
  6. b76ff5e drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses by Thomas Hellstrom · 9 years ago
  7. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 9 years ago
  8. f3b8c0c drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty() by Christian Engelmayer · 9 years ago
  9. 294947a Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 9 years ago
  10. 54fbde8 drm/vmwgfx: Fix copyright headers by Sinclair Yeh · 9 years ago
  11. d80efd5 drm/vmwgfx: Initial DX support by Thomas Hellstrom · 9 years ago
  12. 05c9501 drm/vmwgfx: Fix crash when unloading vmwgfx v2 by Sinclair Yeh · 9 years ago
  13. 65ade7d drm/vmwgfx: Fixed topology boundary checking for Screen Targets by Sinclair Yeh · 9 years ago
  14. b9eb1a6 drm/vmwgfx: Kill a bunch of sparse warnings by Thomas Hellstrom · 10 years ago
  15. f6b0500 drm/vmwgfx: Fix kms preferred mode sorting by Thomas Hellstrom · 9 years ago
  16. 352b20d drm/vmwgfx: Reinstate the legacy display system dirty callback by Thomas Hellstrom · 9 years ago
  17. a278724 drm/vmwgfx: Implement fbdev on kms v2 by Thomas Hellstrom · 9 years ago
  18. fd006a4 drm/vmwgfx: Add a kernel interface to create a framebuffer v2 by Thomas Hellstrom · 9 years ago
  19. 6bf6bf0 drm/vmwgfx: Convert screen targets to new helpers v3 by Thomas Hellstrom · 9 years ago
  20. 10b1e0c drm/vmwgfx: Convert screen objects to the new helpers by Thomas Hellstrom · 9 years ago
  21. 1a4b172 drm/vmwgfx: Add kms helpers for dirty- and readback functions by Thomas Hellstrom · 9 years ago
  22. 459d0fa drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2 by Thomas Hellstrom · 9 years ago
  23. f89c6c3 drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs by Sinclair Yeh · 9 years ago
  24. 35c0512 drm/vmwgfx: Implement screen targets by Sinclair Yeh · 9 years ago
  25. c9146cd drm/vmwgfx: Add "quirk" to handling command verification exceptions by Thomas Hellstrom · 10 years ago
  26. c8261a9 vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets by Sinclair Yeh · 9 years ago
  27. 3eab3d9 drm/vmwgfx: Add command buffer support v3 by Thomas Hellstrom · 9 years ago
  28. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  29. 5151adb drm/vmwgfx: Fix a couple of lock dependency violations by Thomas Hellstrom · 10 years ago
  30. 496eb6f drm/vmwgfx: Replace the hw mutex with a hw spinlock by Thomas Hellstrom · 10 years ago
  31. 4d02e2d drm: Per-plane locking by Daniel Vetter · 10 years ago
  32. 9a72384 drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size. by Sinclair Yeh · 10 years ago
  33. 21e8862 drm/vmwgfx: fix lock breakage by Rob Clark · 10 years ago
  34. ee3939e drm/ttm: Fix a few sparse warnings by Thierry Reding · 10 years ago
  35. a4cd5d6 drm/vmwgfx: use helpers by Rob Clark · 10 years ago
  36. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  37. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  38. b87577b drm: try harder to avoid regression when merging mode bits by Dave Airlie · 10 years ago
  39. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  40. 294adf7 drm/vmwgfx: Use a per-device semaphore for reservation protection by Thomas Hellstrom · 11 years ago
  41. b360a3c drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces by Thomas Hellstrom · 11 years ago
  42. bc2d650 drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution by Thomas Hellstrom · 12 years ago
  43. 847c596 drivers: gpu: Mark functions as static in vmwgfx_kms.c by Rashika Kheria · 11 years ago
  44. 73e9efd drm: Push dirtyfb ioctl kms locking down to drivers by Ville Syrjälä · 11 years ago
  45. 6a0a7a9 drm/vmwgfx: Add our connectors to sysfs by Thomas Hellstrom · 11 years ago
  46. 4ae87ff drm/vmwgfx: Return -ENOENT when a mode object can't be found by Ville Syrjälä · 11 years ago
  47. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  48. a5d0f57 drm/vmwgfx: Don't access file_priv in cursor_set when handle==0 by Ville Syrjälä · 11 years ago
  49. dac3566 drm: only take the crtc lock for ->cursor_move by Daniel Vetter · 12 years ago
  50. bfb8992 drm: only take the crtc lock for ->cursor_set by Daniel Vetter · 12 years ago
  51. af26ef3 drm/<drivers>: Unified handling of unimplemented fb->create_handle by Daniel Vetter · 12 years ago
  52. 80f0b5a drm/vmwgfx: reorder framebuffer init sequence by Daniel Vetter · 12 years ago
  53. 3a99507 vmwgfx: remove useless set memory to zero use memset() by Wei Yongjun · 12 years ago
  54. f5869a8 drm: stop vmgfx driver explosion by Alan Cox · 12 years ago
  55. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  56. b5ec427 vmwgfx: Add page flip support by Jakob Bornecrantz · 13 years ago
  57. bd49ae4 vmwgfx: Pipe fence out of screen object dirty functions by Jakob Bornecrantz · 13 years ago
  58. bb1bd2f vmwgfx: Make it possible to get fence from execbuf by Jakob Bornecrantz · 13 years ago
  59. bf9c05d vmwgfx: Fix assignment in vmw_framebuffer_create_handle by Ryan Mallon · 13 years ago
  60. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  61. 8a78389 vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() by Xi Wang · 13 years ago
  62. 4cf7312 Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next by Dave Airlie · 13 years ago
  63. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  64. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  65. 6abff3c vmwgfx: Clip cliprects against screen boundaries in present and dirty by Jakob Bornecrantz · 13 years ago
  66. 203dc22 vmwgfx: Do better culling of presents by Jakob Bornecrantz · 13 years ago
  67. e7ac921 vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper by Jakob Bornecrantz · 13 years ago
  68. 6a91d97 vmwgfx: Refactor cursor update by Jakob Bornecrantz · 13 years ago
  69. bab9efc vmwgfx: integer overflow in vmw_kms_update_layout_ioctl() by Xi Wang · 13 years ago
  70. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  71. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  72. baa91d64 vmwgfx: Only allow 64x64 cursors by Jakob Bornecrantz · 13 years ago
  73. f0c8a65 vmwgfx: Initialize clip rect loop correctly in surface dirty by Jakob Bornecrantz · 13 years ago
  74. c0d1831 vmwgfx: Close screen object system by Jakob Bornecrantz · 13 years ago
  75. 2ac8637 vmwgfx: Snoop DMA transfers with non-covering sizes by Jakob Bornecrantz · 13 years ago
  76. d41025c vmwgfx: Move the prefered mode first in the list by Jakob Bornecrantz · 13 years ago
  77. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  78. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  79. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  80. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  81. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  82. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  83. c5c4236 vmwgfx: Don't pass unused arguments to do_dirty functions by Jakob Bornecrantz · 13 years ago
  84. 64fc994 vmwgfx: Emulate depth 32 framebuffers by Jakob Bornecrantz · 13 years ago
  85. 1c482ab vmwgfx: Add vblank stubs by Jakob Bornecrantz · 13 years ago
  86. c6ca839 vmwgfx: Don't use virtual coords when using screen objects by Jakob Bornecrantz · 13 years ago
  87. 6ea77d1 vmwgfx: Minor cleanups by Thomas Hellstrom · 13 years ago
  88. c337ada vmwgfx: Be more strict with fb depths when using screen objects by Jakob Bornecrantz · 13 years ago
  89. 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
  90. 2fcd5a7 vmwgfx: Add present and readback ioctls by Jakob Bornecrantz · 13 years ago
  91. 01e8141 vmwgfx: Drop 3D Legacy Display Unit support by Jakob Bornecrantz · 13 years ago
  92. 56d1c78 vmwgfx: Add screen object support by Jakob Bornecrantz · 13 years ago
  93. d991ef0 vmwgfx: Add dmabuf helper functions for pinning by Jakob Bornecrantz · 13 years ago
  94. 626ab77 vmwgfx: Refactor common display unit functions to shared file by Jakob Bornecrantz · 13 years ago
  95. 5deb65c vmwgfx: Break out dirty submission code by Jakob Bornecrantz · 13 years ago
  96. 5f898d9 vmwgfx: Make sure the reserved area is at the start of vram by Jakob Bornecrantz · 13 years ago
  97. 497a3ff vmwgfx: Add comments for buffer pinning code by Jakob Bornecrantz · 13 years ago
  98. fe0f5c6 vmwgfx: Remove the update layout IOCTL. by Thomas Hellstrom · 13 years ago
  99. 0bef23f vmwgfx: Print error diagnostics if depth doesn't match the host expectation by Michel Dänzer · 13 years ago
  100. 6558429b vmwgfx: Fix 'bbp' typo by Michel Dänzer · 13 years ago