1. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  2. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  3. 83f30d0 Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags" by Dave Airlie · 13 years ago
  4. 9b553f7 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  5. a60f0e3 drm/i915: add DP test request handling by Jesse Barnes · 13 years ago
  6. b73fe58 drm: Add Panel Self Refresh DP addresses by Ben Widawsky · 13 years ago
  7. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  8. 62addcb Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  9. 57c5ee7 vmwgfx: Add fence events by Thomas Hellstrom · 13 years ago
  10. 1c248b7 DRM: add DRM Driver for Samsung SoC EXYNOS4210. by Inki Dae · 13 years ago
  11. 2fcd5a7 vmwgfx: Add present and readback ioctls by Jakob Bornecrantz · 13 years ago
  12. 76adaa34 drm: support routines for HDMI/DP ELD by Wu Fengguang · 13 years ago
  13. 2ae7b03 vmwgfx: Bump major by Thomas Hellstrom · 13 years ago
  14. ae2a104 vmwgfx: Implement fence objects by Thomas Hellstrom · 13 years ago
  15. 6bcd8d3c vmwgfx: Fix confusion caused by using "fence" in various places by Thomas Hellstrom · 13 years ago
  16. f63f6a5 vmwgfx: Add functionality to get 3D caps by Thomas Hellstrom · 13 years ago
  17. 07999a7 vmwgfx: Remove the possibility to map the fifo from user-space by Thomas Hellstrom · 13 years ago
  18. fe0f5c6 vmwgfx: Remove the update layout IOCTL. by Thomas Hellstrom · 13 years ago
  19. 781b8bd vmwgfx: Remove the fifo debug ioctl by Thomas Hellstrom · 13 years ago
  20. d3ed740 drm/radeon/kms: add a new gem_wait ioctl with read/write flags by Marek Olšák · 13 years ago
  21. dfadbbd drm/ttm: add a way to bo_wait for either the last read or last write by Marek Olšák · 13 years ago
  22. 75ef8b3 drm/gem: add functions for mmap offset creation by Rob Clark · 13 years ago
  23. 051963d drm: Separate EDID Header Check from EDID Block Check by Thomas Reim · 13 years ago
  24. 0b57637 Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  25. ebec9a7 drm: track CEA version number if present by Jesse Barnes · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. 757c26b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  28. 62cb7011 drm/gem: add support for private objects by Alan Cox · 13 years ago
  29. df79767 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  30. 842d452 drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define by Ole Henrik Jahren · 13 years ago
  31. e55b942 drm/radeon/kms: add info query for backend map by Alex Deucher · 13 years ago
  32. e3c1620 drm/radeon/kms: add new NI pci ids by Alex Deucher · 13 years ago
  33. 58b6542 DRM: remove drm_pci_device_is_pcie by Jon Mason · 13 years ago
  34. 0d74f86 ttm: Fix spelling mistakes and remove unused #ifdef by Konrad Rzeszutek Wilk · 13 years ago
  35. 304eda3 drm/gem: add hooks to notify driver when object handle is created/destroyed by Ben Skeggs · 13 years ago
  36. 4a9a8b7 drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs. by Dave Airlie · 13 years ago
  37. 12871a0 Merge branch 'drm-radeon-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  38. 3b68a26 drm/radeon/kms: add llano pci ids by Alex Deucher · 13 years ago
  39. 98b98d3 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  40. 428c4b5 drm/dp: add some new DP regs for DP 1.2 by Alex Deucher · 13 years ago
  41. 752d263 drm: Take lock around probes for drm_fb_helper_hotplug_event by Chris Wilson · 13 years ago
  42. 69f7876 Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-core-next by Dave Airlie · 13 years ago
  43. 2bbd449 drm: mm: fix debug output by Daniel Vetter · 13 years ago
  44. 8aeb96f drm/radeon/kms: fix gart setup on fusion parts (v2) by Alex Deucher · 13 years ago
  45. e2c85d8 drm/radeon/kms: add some new pci ids by Alex Deucher · 13 years ago
  46. 1794d25 drm: Export the command-line mode parser by Chris Wilson · 13 years ago
  47. bbb0aef drm: Verify debug message arguments by Joe Perches · 13 years ago
  48. 5ad3d88 drm: Create and use drm_err by Joe Perches · 13 years ago
  49. 7394371 drm: Take lock around probes for drm_fb_helper_hotplug_event by Chris Wilson · 13 years ago
  50. da05a5a7 drm: parse color format support for digital displays by Jesse Barnes · 13 years ago
  51. 3b11228 drm: add bit depth parsing by Jesse Barnes · 13 years ago
  52. e8e7a2b drm/i915: restore only the mode of this driver on lastclose (v2) by Dave Airlie · 13 years ago
  53. 6565945 drm/radeon/kms: add info query for tile pipes by Alex Deucher · 13 years ago
  54. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  55. 5df2397 drm: fix "persistant" typo by Jan Engelhardt · 13 years ago
  56. 758f231 drm/radeon/kms: add some new ontario pci ids by Alex Deucher · 13 years ago
  57. eccaca2 drm: export drm_find_cea_extension to drivers by Ben Skeggs · 13 years ago
  58. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  59. 51eab41 drm/vblank: update recently added vbl interface to be more future proof. by Dave Airlie · 13 years ago
  60. 19b01b5 drm/kernel: vblank wait on crtc > 1 by Ilija Hadzic · 13 years ago
  61. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 13 years ago
  62. e73f88a drm: add cap bit to denote if dumb ioctl is available or not. by Dave Airlie · 13 years ago
  63. 9f35421 drm/core: add ioctl to query device/driver capabilities by Ben Skeggs · 13 years ago
  64. 64bc552 drm/radeon/kms: add cayman pci ids by Alex Deucher · 13 years ago
  65. 8d3c3dd Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 13 years ago
  66. 271d81b drm/i915: Allow relocation deltas outside of target bo by Chris Wilson · 13 years ago
  67. 486af18 drm/radeon: add new getparam for number of backends. by Dave Airlie · 13 years ago
  68. 1922756 drm: fix unsigned vs signed comparison issue in modeset ctl ioctl. by Dave Airlie · 13 years ago
  69. 8f7286f drm/nv50: support for compression by Ben Skeggs · 13 years ago
  70. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 13 years ago
  71. 63871f8 Merge branch 'drm-mm-cleanup' into drm-next by Dave Airlie · 13 years ago
  72. de1e7cd Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next by Dave Airlie · 13 years ago
  73. 7811bdd drm: Remove unused members from struct drm_open_hash by Chris Wilson · 13 years ago
  74. b1f559e drm: Mark constant arrays of drm_display_mode const by Chris Wilson · 13 years ago
  75. ae0cec2 drm: mm: add helper to unwind scan state by Daniel Vetter · 13 years ago
  76. b0b7af1 drm: mm: add api for embedding struct drm_mm_node by Daniel Vetter · 13 years ago
  77. ea7b1dd drm: mm: track free areas implicitly by Daniel Vetter · 13 years ago
  78. 31a5b8c drm/nouveau: don't munge in drm_mm internals by Daniel Vetter · 13 years ago
  79. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 13 years ago
  80. a250b9f drm: add usb framework by Dave Airlie · 14 years ago
  81. 8410ea3 drm: rework PCI/platform driver interface. by Dave Airlie · 14 years ago
  82. ff72145b drm: dumb scanout create/mmap for intel/radeon (v3) by Dave Airlie · 13 years ago
  83. 7f50684 drm: remove i830 driver by Arnd Bergmann · 13 years ago
  84. 63a5078 drm/radeon: remove 0x4243 pci id by Alex Deucher · 13 years ago
  85. a55205e Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixes by Dave Airlie · 13 years ago
  86. 78c6e17 drm/i915: Suppress spurious vblank interrupts by Chris Wilson · 13 years ago
  87. 27e8b23 ttm: Expand (*populate) to support an array of DMA addresses. by Konrad Rzeszutek Wilk · 14 years ago
  88. f9820a4 ttm: Introduce a placeholder for DMA (bus) addresses. by Konrad Rzeszutek Wilk · 14 years ago
  89. eb03355 drm: Add an interface to reset the device by Chris Wilson · 13 years ago
  90. 58bbf01 drm/radeon/kms: add new radeon_info ioctl query for clock crystal freq by Alex Deucher · 13 years ago
  91. 3632ef8 Revert "drm: Update fbdev fb_fix_screeninfo" by Dave Airlie · 13 years ago
  92. c3307cd Merge branch 'drm-radeon-ni' of ../drm-radeon-next into drm-core-next by Dave Airlie · 13 years ago
  93. 2b2fd60 drm/radeon/kms: add NI pci ids by Alex Deucher · 13 years ago
  94. dfe63bb drm: Update fbdev fb_fix_screeninfo by James Simmons · 14 years ago
  95. 9eba4a9 drm/radeon/kms: manage r300 CMASK RAM access and allow CMASK clear by Marek Olšák · 13 years ago
  96. 5bcf719 drm/switcheroo: track state of switch in drivers. by Dave Airlie · 14 years ago
  97. 72bfa19 drm/i915: Allow the application to choose the constant addressing mode by Chris Wilson · 14 years ago
  98. d8c58fa Merge remote branch 'airlied/drm-core-next' into drm-intel-next by Chris Wilson · 14 years ago
  99. 5aa7d52 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  100. bbf0c6b drm/i915: announce to userspace that the bsd ring is coherent by Daniel Vetter · 14 years ago