1. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  2. 2ac8637 vmwgfx: Snoop DMA transfers with non-covering sizes by Jakob Bornecrantz · 13 years ago
  3. d41025c vmwgfx: Move the prefered mode first in the list by Jakob Bornecrantz · 13 years ago
  4. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  5. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  6. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  7. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  8. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  9. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  10. 0e708bc vmwgfx: Remove screen object active list by Thomas Hellstrom · 13 years ago
  11. d4528b8 vmwgfx: Screen object cleanups by Thomas Hellstrom · 13 years ago
  12. c9a1be9 drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2 by Jerome Glisse · 13 years ago
  13. 0e2c978 drm/radeon/kms: don't poll forever if MC GDDR link training fails by Alex Deucher · 13 years ago
  14. cf2aff6 drm/radeon/kms: fix DP setup on TRAVIS bridges by Alex Deucher · 13 years ago
  15. 64912e9 drm/radeon/kms: set HPD polarity in hpd_init() by Alex Deucher · 13 years ago
  16. a18cee1 drm/radeon/kms: add MSI module parameter by Alex Deucher · 13 years ago
  17. 01e718e drm/radeon/kms: Add MSI quirk for Dell RS690 by Alex Deucher · 13 years ago
  18. b362105 drm/radeon/kms: Add MSI quirk for HP RS690 by Alex Deucher · 13 years ago
  19. 8f6c25c drm/radeon/kms: split MSI check into a separate function by Alex Deucher · 13 years ago
  20. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  21. bc1c4dc drm/radeon/kms: always do extended edid probe by Alex Deucher · 13 years ago
  22. fab249e drm/radeon/kms: remove useless radeon_ddc_dump() by Alex Deucher · 13 years ago
  23. a3b0829 drm/radeon/kms: make atombios_dig_transmitter_setup() version based by Alex Deucher · 13 years ago
  24. 58cdcb8 drm/radeon/kms: make atombios_dig_encoder_setup() version based by Alex Deucher · 13 years ago
  25. 24153dd drm/radeon/kms: make atombios_dvo_setup() version based by Alex Deucher · 13 years ago
  26. 3f03ced drm/radeon/kms: move atom encoder setup to a new file by Alex Deucher · 13 years ago
  27. 16cdf04 drm/radeon/kms: allocate vram scratch page on 6xx+ by Alex Deucher · 13 years ago
  28. 996d5c5 drm/radeon/kms: check for DP MST mode in a few more places (v2) by Alex Deucher · 13 years ago
  29. c41384f drm/radeon/kms/atom: rework encoder dpms by Alex Deucher · 13 years ago
  30. fdca78c drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEG by Alex Deucher · 13 years ago
  31. 1d33e1f drm/radeon/kms: rework DP bridge checks by Alex Deucher · 13 years ago
  32. 54bd5206 drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-coded value 6 by Ilija Hadzic · 13 years ago
  33. 77b1bad drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3 by Jerome Glisse · 13 years ago
  34. 8ab250d drm/radeon: set hpd polarity at init time so hotplug detect works by Jerome Glisse · 13 years ago
  35. b4f15f8 drm/radeon/kms: cleanup atombios_adjust_pll() by Alex Deucher · 13 years ago
  36. 00dfb8d drm/radeon/kms: properly set panel mode for eDP by Alex Deucher · 13 years ago
  37. 06c9c23 drm/radeon/kms/cayman/blit: specify CP_COHER_CNTL2 with surface_sync by Alex Deucher · 13 years ago
  38. 9bb7703 drm/radeon/kms: rework texture cache flush in r6xx+ blit code by Alex Deucher · 13 years ago
  39. 3407644 drm/radeon: avoid bouncing connector status btw disconnected & unknown by Jerome Glisse · 13 years ago
  40. 305151e vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS". by Thomas Hellstrom · 13 years ago
  41. a7331e5 drm: Introduce "Virtual" connectors and encoders by Thomas Hellstrom · 13 years ago
  42. 0603ba1 gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c by Paul Gortmaker · 13 years ago
  43. e0cd360 gpu: add module.h to drivers/gpu files as required. by Paul Gortmaker · 13 years ago
  44. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  45. 37be944 Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  46. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  47. 83f30d0 Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags" by Dave Airlie · 13 years ago
  48. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  49. 9b553f7 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  50. c5c4236 vmwgfx: Don't pass unused arguments to do_dirty functions by Jakob Bornecrantz · 13 years ago
  51. 64fc994 vmwgfx: Emulate depth 32 framebuffers by Jakob Bornecrantz · 13 years ago
  52. 1970305 drm/radeon: Lower the severity of the radeon lockup messages. by Dave Jones · 13 years ago
  53. 82d1655 drm/i915/dp: Fix eDP on PCH DP on CPT/PPT by Adam Jackson · 13 years ago
  54. 1c95822 drm/i915/dp: Introduce is_cpu_edp() by Adam Jackson · 13 years ago
  55. 2600521 drm/i915: use correct SPD type value by Jesse Barnes · 13 years ago
  56. 64a8fc0 drm/i915: fix ILK+ infoframe support by Jesse Barnes · 13 years ago
  57. a60f0e3 drm/i915: add DP test request handling by Jesse Barnes · 13 years ago
  58. a2006cf drm/i915: read full receiver capability field during DP hot plug by Jesse Barnes · 13 years ago
  59. dc22ee6 drm/i915/dp: Remove eDP special cases from bandwidth checks by Adam Jackson · 13 years ago
  60. cd9dde4 drm/i915/dp: Fix the math in intel_dp_link_required by Adam Jackson · 13 years ago
  61. f52c619 drm/i915/panel: Always record the backlight level again (but cleverly) by Takashi Iwai · 13 years ago
  62. f700088 i915: Move i915_read/write out of line by Andi Kleen · 13 years ago
  63. a487928 drm/i915: remove transcoder PLL mashing from mode_set per specs by Jesse Barnes · 13 years ago
  64. 4c9c18c drm/i915: if transcoder disable fails, say which by Jesse Barnes · 13 years ago
  65. d6c892d drm/i915: set watermarks for third pipe on IVB by Jesse Barnes · 13 years ago
  66. d4270e5 drm/i915: export a CPT mode set verification function by Jesse Barnes · 13 years ago
  67. d64311a drm/i915: fix transcoder PLL select masking by Jesse Barnes · 13 years ago
  68. 65a21cd drm/i915: fix IVB cursor support by Jesse Barnes · 13 years ago
  69. f7cb34d drm/i915: fix debug output for 3 pipe configs by Jesse Barnes · 13 years ago
  70. 4b645f1 drm/i915: add PLL sharing support to handle 3 pipes by Jesse Barnes · 13 years ago
  71. d3ccbe8 drm/i915: fix PCH PLL assertion check for 3 pipes by Jesse Barnes · 13 years ago
  72. 7577056 drm/i915: use transcoder select bits on VGA and HDMI on CPT by Jesse Barnes · 13 years ago
  73. d9d444c drm/i915: split refclk code out of ironlake_crtc_mode_set by Jesse Barnes · 13 years ago
  74. 27f8227 drm/i915: support 3 pipes on IVB+ by Jesse Barnes · 13 years ago
  75. 4c609cb drm/i915: PLL macro cleanup and pipe assertion check by Jesse Barnes · 13 years ago
  76. c4f9c4c drm/i915: always set FDI composite sync bit by Jesse Barnes · 13 years ago
  77. 8d31528 drm/i915: Use PIPE_CONTROL for flushing on gen6+. by Jesse Barnes · 13 years ago
  78. 9d971b3 drm/i915: Rename PIPE_CONTROL bit defines to be less terse. by Kenneth Graunke · 13 years ago
  79. fcbc34e drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define. by Kenneth Graunke · 13 years ago
  80. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  81. f372b85 drm/i915: Remove early exit on i915_gpu_idle by Ben Widawsky · 13 years ago
  82. 130c256 drm/i915: drop KM_USER0 argument to k(un)map_atomic by Daniel Vetter · 13 years ago
  83. 8ffc024 drm/i915: Defend against userspace creating a gem object with size==0 by Chris Wilson · 13 years ago
  84. 6dacfd2 drm/i915: simplify swapin/out swizzle checking a bit by Daniel Vetter · 13 years ago
  85. acc83eb drm/i915: fix swizzling on gen6+ by Daniel Vetter · 13 years ago
  86. 6fdd4d9 drm/i915: properly cancel rps_work on module unload v2 by Daniel Vetter · 13 years ago
  87. a9e2641 drm/i915: close PM interrupt masking races in the rps work func by Daniel Vetter · 13 years ago
  88. 4fb066a drm/i915: close PM interrupt masking races in the irq handler by Daniel Vetter · 13 years ago
  89. d5090b9 drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed by Adam Jackson · 13 years ago
  90. 8bf3848 drm/i915: Rename intel_sdvo_hdmi_sink_detect by Adam Jackson · 13 years ago
  91. 2294488 drm/i915: Fix multifunction SDVO detection by Adam Jackson · 13 years ago
  92. 46eb303 drm/i915: Remove "i2c_speed" nonsense from child device table by Adam Jackson · 13 years ago
  93. 9a1f578 Merge branch 'fix-pch-refclk' into foo by Keith Packard · 13 years ago
  94. 86a3073 Merge branch 'edp-training-fixes' into drm-intel-next by Keith Packard · 13 years ago
  95. dd2351d drm: drm_ioctl() should zero-init extra data by Rob Clark · 13 years ago
  96. 5a6e848 drm/radeon/kms/atom: fix handling of FB scratch indices by Alex Deucher · 13 years ago
  97. 017ed80 Merge tag 'v3.1-rc10' into drm-core-next by Dave Airlie · 13 years ago
  98. 80d9b24 vmwgfx: information leak in vmw_execbuf_copy_fence_user() by Dan Carpenter · 13 years ago
  99. 0c5d370 vmwgfx: memory leaks caused by double allocation by Dan Carpenter · 13 years ago
  100. d2c184f vmwgfx: return -EFAULT instead of number of bytes remaining by Dan Carpenter · 13 years ago