1. 16cdf04 drm/radeon/kms: allocate vram scratch page on 6xx+ by Alex Deucher · 13 years ago
  2. 996d5c5 drm/radeon/kms: check for DP MST mode in a few more places (v2) by Alex Deucher · 13 years ago
  3. c41384f drm/radeon/kms/atom: rework encoder dpms by Alex Deucher · 13 years ago
  4. fdca78c drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEG by Alex Deucher · 13 years ago
  5. 1d33e1f drm/radeon/kms: rework DP bridge checks by Alex Deucher · 13 years ago
  6. 54bd520 drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-coded value 6 by Ilija Hadzic · 13 years ago
  7. 77b1bad drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3 by Jerome Glisse · 13 years ago
  8. 8ab250d drm/radeon: set hpd polarity at init time so hotplug detect works by Jerome Glisse · 13 years ago
  9. b4f15f8 drm/radeon/kms: cleanup atombios_adjust_pll() by Alex Deucher · 13 years ago
  10. 00dfb8d drm/radeon/kms: properly set panel mode for eDP by Alex Deucher · 13 years ago
  11. 06c9c23 drm/radeon/kms/cayman/blit: specify CP_COHER_CNTL2 with surface_sync by Alex Deucher · 13 years ago
  12. 9bb7703 drm/radeon/kms: rework texture cache flush in r6xx+ blit code by Alex Deucher · 13 years ago
  13. 3407644 drm/radeon: avoid bouncing connector status btw disconnected & unknown by Jerome Glisse · 13 years ago
  14. 305151e vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS". by Thomas Hellstrom · 13 years ago
  15. a7331e5 drm: Introduce "Virtual" connectors and encoders by Thomas Hellstrom · 13 years ago
  16. 37be944 Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  17. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  18. 83f30d0 Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags" by Dave Airlie · 13 years ago
  19. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  20. 9b553f7 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  21. c5c4236 vmwgfx: Don't pass unused arguments to do_dirty functions by Jakob Bornecrantz · 13 years ago
  22. 64fc994 vmwgfx: Emulate depth 32 framebuffers by Jakob Bornecrantz · 13 years ago
  23. 1970305 drm/radeon: Lower the severity of the radeon lockup messages. by Dave Jones · 13 years ago
  24. 82d1655 drm/i915/dp: Fix eDP on PCH DP on CPT/PPT by Adam Jackson · 13 years ago
  25. 1c95822 drm/i915/dp: Introduce is_cpu_edp() by Adam Jackson · 13 years ago
  26. 2600521 drm/i915: use correct SPD type value by Jesse Barnes · 13 years ago
  27. 64a8fc0 drm/i915: fix ILK+ infoframe support by Jesse Barnes · 13 years ago
  28. a60f0e3 drm/i915: add DP test request handling by Jesse Barnes · 13 years ago
  29. a2006cf drm/i915: read full receiver capability field during DP hot plug by Jesse Barnes · 13 years ago
  30. dc22ee6 drm/i915/dp: Remove eDP special cases from bandwidth checks by Adam Jackson · 13 years ago
  31. cd9dde4 drm/i915/dp: Fix the math in intel_dp_link_required by Adam Jackson · 13 years ago
  32. f52c619 drm/i915/panel: Always record the backlight level again (but cleverly) by Takashi Iwai · 13 years ago
  33. f700088 i915: Move i915_read/write out of line by Andi Kleen · 13 years ago
  34. a487928 drm/i915: remove transcoder PLL mashing from mode_set per specs by Jesse Barnes · 13 years ago
  35. 4c9c18c drm/i915: if transcoder disable fails, say which by Jesse Barnes · 13 years ago
  36. d6c892d drm/i915: set watermarks for third pipe on IVB by Jesse Barnes · 13 years ago
  37. d4270e5 drm/i915: export a CPT mode set verification function by Jesse Barnes · 13 years ago
  38. d64311a drm/i915: fix transcoder PLL select masking by Jesse Barnes · 13 years ago
  39. 65a21cd drm/i915: fix IVB cursor support by Jesse Barnes · 13 years ago
  40. f7cb34d drm/i915: fix debug output for 3 pipe configs by Jesse Barnes · 13 years ago
  41. 4b645f1 drm/i915: add PLL sharing support to handle 3 pipes by Jesse Barnes · 13 years ago
  42. d3ccbe8 drm/i915: fix PCH PLL assertion check for 3 pipes by Jesse Barnes · 13 years ago
  43. 7577056 drm/i915: use transcoder select bits on VGA and HDMI on CPT by Jesse Barnes · 13 years ago
  44. d9d444c drm/i915: split refclk code out of ironlake_crtc_mode_set by Jesse Barnes · 13 years ago
  45. 27f8227 drm/i915: support 3 pipes on IVB+ by Jesse Barnes · 13 years ago
  46. 4c609cb drm/i915: PLL macro cleanup and pipe assertion check by Jesse Barnes · 13 years ago
  47. c4f9c4c drm/i915: always set FDI composite sync bit by Jesse Barnes · 13 years ago
  48. 8d31528 drm/i915: Use PIPE_CONTROL for flushing on gen6+. by Jesse Barnes · 13 years ago
  49. 9d971b3 drm/i915: Rename PIPE_CONTROL bit defines to be less terse. by Kenneth Graunke · 13 years ago
  50. fcbc34e drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define. by Kenneth Graunke · 13 years ago
  51. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  52. f372b85 drm/i915: Remove early exit on i915_gpu_idle by Ben Widawsky · 13 years ago
  53. 130c256 drm/i915: drop KM_USER0 argument to k(un)map_atomic by Daniel Vetter · 13 years ago
  54. 8ffc024 drm/i915: Defend against userspace creating a gem object with size==0 by Chris Wilson · 13 years ago
  55. 6dacfd2 drm/i915: simplify swapin/out swizzle checking a bit by Daniel Vetter · 13 years ago
  56. acc83eb drm/i915: fix swizzling on gen6+ by Daniel Vetter · 13 years ago
  57. 6fdd4d9 drm/i915: properly cancel rps_work on module unload v2 by Daniel Vetter · 13 years ago
  58. a9e2641 drm/i915: close PM interrupt masking races in the rps work func by Daniel Vetter · 13 years ago
  59. 4fb066a drm/i915: close PM interrupt masking races in the irq handler by Daniel Vetter · 13 years ago
  60. d5090b9 drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed by Adam Jackson · 14 years ago
  61. 8bf3848 drm/i915: Rename intel_sdvo_hdmi_sink_detect by Adam Jackson · 14 years ago
  62. 2294488 drm/i915: Fix multifunction SDVO detection by Adam Jackson · 14 years ago
  63. 46eb303 drm/i915: Remove "i2c_speed" nonsense from child device table by Adam Jackson · 14 years ago
  64. 9a1f578 Merge branch 'fix-pch-refclk' into foo by Keith Packard · 13 years ago
  65. 86a3073 Merge branch 'edp-training-fixes' into drm-intel-next by Keith Packard · 13 years ago
  66. dd2351d drm: drm_ioctl() should zero-init extra data by Rob Clark · 13 years ago
  67. 5a6e848 drm/radeon/kms/atom: fix handling of FB scratch indices by Alex Deucher · 13 years ago
  68. 017ed80 Merge tag 'v3.1-rc10' into drm-core-next by Dave Airlie · 13 years ago
  69. 80d9b24 vmwgfx: information leak in vmw_execbuf_copy_fence_user() by Dan Carpenter · 13 years ago
  70. 0c5d370 vmwgfx: memory leaks caused by double allocation by Dan Carpenter · 13 years ago
  71. d2c184f vmwgfx: return -EFAULT instead of number of bytes remaining by Dan Carpenter · 13 years ago
  72. bd8315c drm: simplify error printing in drm_debugfs_create_files by Marcin Slusarz · 13 years ago
  73. a0f9219 drm: fix error message about failed procfs file registration by Marcin Slusarz · 13 years ago
  74. a4863ca drm/radeon/kms/DCE4.1: fix Select_CrtcSource EncodeMode setting for DP bridges (v2) by Alex Deucher · 13 years ago
  75. 09cc650 drm/radeon/kms/DCE4.1: ss is not supported on the internal pplls by Alex Deucher · 13 years ago
  76. 3a6dea3 drm/radeon/kms/DCE4.1: fix dig encoder to transmitter mapping by Alex Deucher · 13 years ago
  77. 6ddddfe drm/radeon/kms: make r600-NI blit suspend code common by Alex Deucher · 13 years ago
  78. fb3d9e9 drm/radeon/kms: blit code commoning by Ilija Hadzic · 13 years ago
  79. b353096 drm/radeon/kms: rename a variable for consistency by Ilija Hadzic · 13 years ago
  80. 8eec9d6 drm/radeon/kms: cleanup r600 blit code by Ilija Hadzic · 13 years ago
  81. 638dd7d drm/radeon/kms: add more elaborate benchmarks by Ilija Hadzic · 13 years ago
  82. cc34051 drm/radeon/kms: cleanup benchmark code by Ilija Hadzic · 13 years ago
  83. 3a38612 drm/radeon/kms: demystify r600 blit code by Ilija Hadzic · 13 years ago
  84. 6018faf drm/radeon/kms: demystify evergreen blit code by Ilija Hadzic · 13 years ago
  85. 7dbf41d drm/radeon/kms: simplify r6xx blit code by Alex Deucher · 14 years ago
  86. eb32d0c drm/radeon/kms: simplify evergreen blit code by Ilija Hadzic · 13 years ago
  87. 43e5f61 drm/radeon/kms: Simplify I2C post_xfer function by Jean Delvare · 13 years ago
  88. a88cab2 drm/exynos: fixed build warnings and comments. by Inki Dae · 13 years ago
  89. ccf4d88 drm/exynos: fixed page flip bug. by Inki Dae · 13 years ago
  90. f6b9825 drm/exynos: added comments and code clean. by Inki Dae · 13 years ago
  91. 601b44e drm/exynos: fixed bug to exynos_drm_fb_dev_reinit(). by Inki Dae · 13 years ago
  92. 41c2434 drm/exynos: added device object as argument of subdrv_probe(). by Inki Dae · 13 years ago
  93. 8e9cc6a drm/exynos: fixed overlay updating time at page flip. by Inki Dae · 13 years ago
  94. 19c8b83 drm/exynos: fixed overlay data updating. by Inki Dae · 13 years ago
  95. 6fcbef7 drm/radeon: Move r100_*_*reg out of line by Andi Kleen · 13 years ago
  96. ce580fa drm/radeon: Move more code out of line by Andi Kleen · 13 years ago
  97. cbdd450 drm/radeon: Remove more bogus inlines in the radeon driver. by Andi Kleen · 13 years ago
  98. 6a2f371 drm/radeon: Remove now unused functions in radeon driver by Andi Kleen · 13 years ago
  99. 74740c8 drm/radeon: drop inlines in r600_blit.c by Andi Kleen · 13 years ago
  100. 488479e drm/radeon: Drop inlines from evergreen_cs.c / r600_cs.c by Andi Kleen · 13 years ago