1. 4cf7312 Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next by Dave Airlie · 13 years ago
  2. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  3. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  4. 6abff3c vmwgfx: Clip cliprects against screen boundaries in present and dirty by Jakob Bornecrantz · 13 years ago
  5. bfc2638 vmwgfx: Resend the cursor after legacy modeset by Jakob Bornecrantz · 13 years ago
  6. 203dc22 vmwgfx: Do better culling of presents by Jakob Bornecrantz · 13 years ago
  7. e7ac921 vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper by Jakob Bornecrantz · 13 years ago
  8. 551a669 vmwgfx: Add helper function to get surface or dmabuf by Jakob Bornecrantz · 13 years ago
  9. 6a91d97 vmwgfx: Refactor cursor update by Jakob Bornecrantz · 13 years ago
  10. ef5ab24 vmwgfx: Remove dmabuf check in present ioctl by Jakob Bornecrantz · 13 years ago
  11. ebd4c6f vmwgfx: Use the revised fifo hw version register when present by Thomas Hellstrom · 13 years ago
  12. 24bb5a0 vmwgfx: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  13. 57de4ba drm/ttm: simplify memory accounting for ttm user v2 by Jerome Glisse · 13 years ago
  14. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 13 years ago
  15. b1e5f17 drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 by Jerome Glisse · 13 years ago
  16. 649bf3c drm/ttm: merge ttm_backend and ttm_tt V5 by Jerome Glisse · 13 years ago
  17. bab9efc vmwgfx: integer overflow in vmw_kms_update_layout_ioctl() by Xi Wang · 13 years ago
  18. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  19. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  20. e08e96d drm: Make the per-driver file_operations struct const by Arjan van de Ven · 13 years ago
  21. baa91d64 vmwgfx: Only allow 64x64 cursors by Jakob Bornecrantz · 13 years ago
  22. f0c8a65 vmwgfx: Initialize clip rect loop correctly in surface dirty by Jakob Bornecrantz · 13 years ago
  23. c0d1831 vmwgfx: Close screen object system by Jakob Bornecrantz · 13 years ago
  24. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  25. 2ac8637 vmwgfx: Snoop DMA transfers with non-covering sizes by Jakob Bornecrantz · 13 years ago
  26. d41025c vmwgfx: Move the prefered mode first in the list by Jakob Bornecrantz · 13 years ago
  27. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  28. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  29. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  30. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  31. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  32. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  33. 0e708bc vmwgfx: Remove screen object active list by Thomas Hellstrom · 13 years ago
  34. d4528b8 vmwgfx: Screen object cleanups by Thomas Hellstrom · 13 years ago
  35. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  36. 305151e vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS". by Thomas Hellstrom · 13 years ago
  37. e0cd360 gpu: add module.h to drivers/gpu files as required. by Paul Gortmaker · 13 years ago
  38. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  39. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  40. c5c4236 vmwgfx: Don't pass unused arguments to do_dirty functions by Jakob Bornecrantz · 13 years ago
  41. 64fc994 vmwgfx: Emulate depth 32 framebuffers by Jakob Bornecrantz · 13 years ago
  42. 80d9b24 vmwgfx: information leak in vmw_execbuf_copy_fence_user() by Dan Carpenter · 13 years ago
  43. 0c5d370 vmwgfx: memory leaks caused by double allocation by Dan Carpenter · 13 years ago
  44. d2c184f vmwgfx: return -EFAULT instead of number of bytes remaining by Dan Carpenter · 13 years ago
  45. 1c482ab vmwgfx: Add vblank stubs by Jakob Bornecrantz · 13 years ago
  46. 74b5ea3 vmwgfx: Whitespace & code style in display unit by Jakob Bornecrantz · 13 years ago
  47. 60a16a3 vmwgfx: Fix display system init & close functions by Jakob Bornecrantz · 13 years ago
  48. 5a7b74b vmwgfx: Take the driver out of staging by Thomas Hellstrom · 13 years ago
  49. 5438ae8 vmwgfx: Wrap drm_read and drm_poll by Thomas Hellstrom · 13 years ago
  50. 57c5ee7 vmwgfx: Add fence events by Thomas Hellstrom · 13 years ago
  51. 8bf445c vmwgfx: Break out and comment vmw_execbuf_copy_fence_user by Thomas Hellstrom · 13 years ago
  52. c6ca839 vmwgfx: Don't use virtual coords when using screen objects by Jakob Bornecrantz · 13 years ago
  53. 414ee50 vmwgfx: Implement memory accounting for resources by Thomas Hellstrom · 13 years ago
  54. 6ea77d1 vmwgfx: Minor cleanups by Thomas Hellstrom · 13 years ago
  55. e5ed157 vmwgfx: Bump driver minor to advertise support for new ioctls. by Thomas Hellstrom · 13 years ago
  56. c337ada vmwgfx: Be more strict with fb depths when using screen objects by Jakob Bornecrantz · 13 years ago
  57. 5bb39e8 vmwgfx: Handle device surface memory limit by Thomas Hellstrom · 13 years ago
  58. 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
  59. f18c884 vmwgfx: Optimize the command submission resource list by Thomas Hellstrom · 13 years ago
  60. e2fa3a7 vmwgfx: Fix up query processing by Thomas Hellstrom · 13 years ago
  61. e93daed vmwgfx: Allow reference and unreference of NULL fence objects. by Thomas Hellstrom · 13 years ago
  62. b37a6b9 vmwgfx: minor dmabuf utilities cleanup by Thomas Hellstrom · 13 years ago
  63. 0cff60c vmwgfx: Disallow user space to send present and readback commands by Jakob Bornecrantz · 13 years ago
  64. 2fcd5a7 vmwgfx: Add present and readback ioctls by Jakob Bornecrantz · 13 years ago
  65. 44031d2 vmwgfx: Place overlays in GMR area if we can by Jakob Bornecrantz · 13 years ago
  66. 01e8141 vmwgfx: Drop 3D Legacy Display Unit support by Jakob Bornecrantz · 13 years ago
  67. b7b7002 vmwgfx: Require HWV8 for 3d support by Thomas Hellstrom · 13 years ago
  68. 56d1c78 vmwgfx: Add screen object support by Jakob Bornecrantz · 13 years ago
  69. d991ef0 vmwgfx: Add dmabuf helper functions for pinning by Jakob Bornecrantz · 13 years ago
  70. 626ab77 vmwgfx: Refactor common display unit functions to shared file by Jakob Bornecrantz · 13 years ago
  71. 4084fb8 vmwgfx: Expand the command checker to cover screen object commands by Jakob Bornecrantz · 13 years ago
  72. 5deb65c vmwgfx: Break out dirty submission code by Jakob Bornecrantz · 13 years ago
  73. 922ade0 vmwgfx: Break out execbuf command processing by Thomas Hellstrom · 13 years ago
  74. 6070e9f vmwgfx: Some comments and BUG_ON by Jakob Bornecrantz · 13 years ago
  75. 5f898d9 vmwgfx: Make sure the reserved area is at the start of vram by Jakob Bornecrantz · 13 years ago
  76. 497a3ff vmwgfx: Add comments for buffer pinning code by Jakob Bornecrantz · 13 years ago
  77. de12d44 vmwgfx: Document vmw_fifo_reserve by Jakob Bornecrantz · 13 years ago
  78. 8d3713e vmwgfx: Update register files to latest from vmware-sdk by Jakob Bornecrantz · 13 years ago
  79. 2ae7b03 vmwgfx: Bump major by Thomas Hellstrom · 13 years ago
  80. ae2a104 vmwgfx: Implement fence objects by Thomas Hellstrom · 13 years ago
  81. 4f73a96 vmwgfx: Make vmw_wait_seqno a bit more readable by Thomas Hellstrom · 13 years ago
  82. 6bcd8d3c vmwgfx: Fix confusion caused by using "fence" in various places by Thomas Hellstrom · 13 years ago
  83. f63f6a5 vmwgfx: Add functionality to get 3D caps by Thomas Hellstrom · 13 years ago
  84. 07999a7 vmwgfx: Remove the possibility to map the fifo from user-space by Thomas Hellstrom · 13 years ago
  85. fe0f5c6 vmwgfx: Remove the update layout IOCTL. by Thomas Hellstrom · 13 years ago
  86. 781b8bd vmwgfx: Remove the fifo debug ioctl by Thomas Hellstrom · 13 years ago
  87. 2de59d0 vmwgfx: Implement GMR2 by Thomas Hellstrom · 13 years ago
  88. dcca286 vmwgfx: Update register definitions for HWV8 and print out new capabilities by Thomas Hellstrom · 13 years ago
  89. fb17f18 vmwgfx: Restrict number of GMR pages to device limit by Thomas Hellstrom · 13 years ago
  90. 05730b3 vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not active by Thomas Hellstrom · 13 years ago
  91. be38ab6 vmwgfx: Fix potential execbuf deadlocks by Thomas Hellstrom · 13 years ago
  92. 0bef23f vmwgfx: Print error diagnostics if depth doesn't match the host expectation by Michel Dänzer · 13 years ago
  93. 6558429b vmwgfx: Fix 'bbp' typo by Michel Dänzer · 13 years ago
  94. e666d66 vmwgfx: Don't write to read-only registers by Michel Dänzer · 13 years ago
  95. f01b7ba vmwgfx: Add support for depth 8 by Michel Dänzer · 13 years ago
  96. 654a4ef vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivity by Thomas Hellstrom · 13 years ago
  97. dfadbbd drm/ttm: add a way to bo_wait for either the last read or last write by Marek Olšák · 13 years ago
  98. f35119d drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible by Rakib Mullick · 13 years ago
  99. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  100. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 14 years ago