1. c4e8541 Merge tag 'drm-intel-next-2014-05-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  2. 182407a drm: add DP MST encoder type by Dave Airlie · 11 years ago
  3. e574894 drm: store encoder name in encoder struct by Jani Nikula · 11 years ago
  4. 2abdd31 drm: store connector name in connector struct (v2) by Jani Nikula · 11 years ago
  5. b838058 drm/dp: Add missing kernel-doc by Thierry Reding · 11 years ago
  6. 2524fc7 drm/armada: use shmem helpers if possible by David Herrmann · 11 years ago
  7. 2123000 drm/gem: replace misleading comment by David Herrmann · 11 years ago
  8. 89086bc drm/edid: Use kmemdup instead of kmalloc + memcpy by Benoit Taine · 11 years ago
  9. c66de8c drm/shmobile: Add run-time dependencies by Jean Delvare · 11 years ago
  10. 923d941 drm/rcar-du: Add run-time dependencies by Jean Delvare · 11 years ago
  11. 433e3b3 MAINTAINERS: Shovel drivers/gpu/vga/* to Dave by Daniel Vetter · 11 years ago
  12. 6c6a399 Documentation: drm: describing drm properties exposed by various drivers by Sagar Kamble · 11 years ago
  13. 5920105 drm/ttm: fix kerneldoc of ttm_bo_create by Alexandre Courbot · 11 years ago
  14. 4cbe1bfa drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDs by Daniel Thompson · 11 years ago
  15. 9a6594f Documentation: fix typos in drm docbook by Masanari Iida · 11 years ago
  16. b5e6c1d drm: fix typo by Rob Clark · 11 years ago
  17. 3c8a092 drm/dp_helper: add defines for DP 1.2 and MST support. (v2) by Dave Airlie · 11 years ago
  18. f83d651 drm/i915: Kill private_default_ctx off by Oscar Mateo · 11 years ago
  19. 273497e drm/i915: s/i915_hw_context/intel_context by Oscar Mateo · 11 years ago
  20. 93b0a4e drm/i915: Split the ringbuffers from the rings (3/3) by Oscar Mateo · 11 years ago
  21. ee1b1e5 drm/i915: Split the ringbuffers from the rings (2/3) by Oscar Mateo · 11 years ago
  22. 8ee1497 drm/i915: Split the ringbuffers from the rings (1/3) by Oscar Mateo · 11 years ago
  23. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 11 years ago
  24. fe5b188 drm/i915: disable GT power saving early during system suspend by Imre Deak · 11 years ago
  25. e494837 drm/i915: fix possible RPM ref leaking during RPS disabling by Imre Deak · 11 years ago
  26. d610297 drm/i915: remove user GTT mappings early during runtime suspend by Imre Deak · 11 years ago
  27. fa4f53c drm/i915: Implement WaVcpClkGateDisableForMediaReset:ctg, elk by Ville Syrjälä · 11 years ago
  28. 80715b2 drm/i915: Fix gen2 and hsw+ scanline counter by Ville Syrjälä · 11 years ago
  29. f75f374 drm/i915: Draw a picture about video timings by Ville Syrjälä · 11 years ago
  30. 0b2a8e0 drm/i915: Improve gen3/4 frame counter by Ville Syrjälä · 11 years ago
  31. 7e78f1cb drm/i915: Add a small adjustment to the pixel counter on interlaced modes by Ville Syrjälä · 11 years ago
  32. f7ef3fa drm/i915: Hold CRTC lock whilst freezing the planes by Chris Wilson · 11 years ago
  33. 340fbd8 drm/i915: Only discard backing storage on releasing the last ref by Chris Wilson · 11 years ago
  34. 46a55d3 drm/i915: Wait for pending page flips before enabling/disabling the primary plane by Ville Syrjälä · 11 years ago
  35. d45a0bf drm/i915: grab the audio power domain when enabling audio on HSW+ by Paulo Zanoni · 11 years ago
  36. a60551b drm/i915: don't read HSW_AUD_PIN_ELD_CP_VLD when the power well is off by Paulo Zanoni · 11 years ago
  37. bdf1e7e drm/i915: move bsd dispatch index somewhere better by Daniel Vetter · 11 years ago
  38. 4a3436e drm/i915: Shuffle fifo underrun disable/enable points for gmch platforms by Ville Syrjälä · 11 years ago
  39. 29c6b0c drm/i915: Simplify the uncleared FIFO underrun detection by Ville Syrjälä · 11 years ago
  40. 56b80e1 drm/i915: Check for FIFO underruns at the end of modeset on gmch by Ville Syrjälä · 11 years ago
  41. e69abff drm/i915: Check for FIFO underuns when disabling reporting on gmch platforms by Ville Syrjälä · 11 years ago
  42. 1cfb80b drm/irq: Coding style fix by Daniel Vetter · 11 years ago
  43. 111a9c1 drm/i915: Provide DPIO diagrams as docboox tables by Ville Syrjälä · 11 years ago
  44. 0e76718 drm/i915: Add a brief description of the VLV display PHY internals by Ville Syrjälä · 11 years ago
  45. 46470fc9 drm/i915: Add null state batch to active list by Mika Kuoppala · 11 years ago
  46. d3eaf88 drm/i915: Re-enable vblank irqs for already active pipes by Ville Syrjälä · 11 years ago
  47. d40d918 Merge branch 'topic/drm-vblank-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  48. c5ab3bc drm/i915: Accurately initialize fifo underrun state on gmch platforms by Daniel Vetter · 11 years ago
  49. fd68e23 drm/i915: rip our vblank reset hacks for runtime PM by Daniel Vetter · 11 years ago
  50. 87b6b10 drm/i915: Use new kms-native vblank functions by Daniel Vetter · 11 years ago
  51. 89dd6a4 drm/irq: Add kms-native crtc interface functions by Daniel Vetter · 11 years ago
  52. f5752b3 drm/irq: kerneldoc polish by Daniel Vetter · 11 years ago
  53. 8edffbb drm/doc: Discourage usage of MODESET_CTL ioctl by Daniel Vetter · 11 years ago
  54. add1d00 drm/i915: Remove drm_vblank_pre/post_modeset calls by Daniel Vetter · 11 years ago
  55. 4fa62c8 drm/i915: Move buffer pinning and ring selection to intel_crtc_page_flip() by Ville Syrjälä · 11 years ago
  56. 6304cd9 drm/i915: Drop the excessive vblank waits from modeset codepaths by Ville Syrjälä · 11 years ago
  57. cea165c drm/i915: Wait for vblank in hsw_enable_ips() by Ville Syrjälä · 11 years ago
  58. 75f7f3e drm/i915: Fix mmio vs. CS flip race on ILK+ by Ville Syrjälä · 11 years ago
  59. 1ff74cf drm/i915: drop encoder hot_plug calls at resume by Jesse Barnes · 11 years ago
  60. bc76e32 drm/i915: Drop now misleading DDI comment from dp_link_down by Daniel Vetter · 11 years ago
  61. f275228 drm: Add drm_vblank_on() by Ville Syrjälä · 11 years ago
  62. 3212a22 drm: Make blocking vblank wait return when the vblank interrupts get disabled by Ville Syrjälä · 11 years ago
  63. e69595c drm: Make the vblank disable timer per-crtc by Ville Syrjälä · 11 years ago
  64. 97cbc88 drm: Use correct spinlock flavor in drm_vblank_get() by Peter Hurley · 12 years ago
  65. 525997e drm/i915: shuffle panel code by Jani Nikula · 11 years ago
  66. 9aa7250 drm/i915: Clear GDSR after reset on ILK by Ville Syrjälä · 11 years ago
  67. 0f08ffd drm/i915: Kill RMW from ILK reset code by Ville Syrjälä · 11 years ago
  68. 4bdc729 drm/i915: add missing unregister_oom_notifier to the error/unload path by Imre Deak · 11 years ago
  69. 646b426 drm/i915: Drop /** */ comments from i915_reg.h by Ville Syrjälä · 11 years ago
  70. e4443e4 drm/i915/chv: Add a bunch of pre production workarounds by Ville Syrjälä · 11 years ago
  71. 1966e59 drm/i915/chv: Use RMW to toggle swing calc init by Ville Syrjälä · 11 years ago
  72. f72df8d drm/i915/chv: Don't do group access reads from TX lanes either by Ville Syrjälä · 11 years ago
  73. 97fd4d5 drm/i915/chv: Don't use PCS group access reads by Ville Syrjälä · 11 years ago
  74. d2152b2 drm/i915/chv: Set soft reset override bit for data lane resets by Ville Syrjälä · 11 years ago
  75. 580d381 drm/i915/chv: Reset data lanes in encoder .post_disable() hook by Ville Syrjälä · 11 years ago
  76. d752048 drm/i915/chv: Turn off dclkp after the PLL has been disabled by Ville Syrjälä · 11 years ago
  77. 949c1d4 drm/i915/chv: Move data lane deassert to encoder pre_enable by Ville Syrjälä · 11 years ago
  78. a11b070 drm/i915/chv: Fix CHV PLL state tracking by Ville Syrjälä · 11 years ago
  79. 9418c1f drm/i915/chv: Register port D encoders and connectors by Ville Syrjälä · 11 years ago
  80. 71485e0 drm/i915/chv: Fix PORT_TO_PIPE for CHV by Ville Syrjälä · 11 years ago
  81. 07fddb1 drm/i915/chv: Bump num_pipes to 3 by Ville Syrjälä · 11 years ago
  82. 5efb3e2 drm/i915/chv: Add cursor pipe offsets by Ville Syrjälä · 11 years ago
  83. c0c3532 drm/i915/chv: Fix gmbus for port D by Ville Syrjälä · 11 years ago
  84. 882ec38 drm/i915/chv: Configure crtc_mask correctly for CHV by Ville Syrjälä · 11 years ago
  85. 8e5fd59 drm/i915/chv: Make CHV irq handler loop until all interrupts are consumed by Ville Syrjälä · 11 years ago
  86. 3278f67 drrm/i915/chv: Use valleyview_pipestat_irq_handler() for CHV by Ville Syrjälä · 11 years ago
  87. 724a690 drm/i915/chv: Clarify VLV/CHV PIPESTAT bits a bit more by Ville Syrjälä · 11 years ago
  88. 84fd4f4 drm/i915/chv: Add CHV display support by Rafael Barbalho · 11 years ago
  89. e0d34ce drm/i915/chv: Implement WaDisableSamplerPowerBypass for CHV by Rafael Barbalho · 11 years ago
  90. b3f797a drm/i915/chv: Add some workaround notes by Ville Syrjälä · 11 years ago
  91. c631780 drm/i915/chv: Implement WaDisableSDEUnitClockGating:chv by Ville Syrjälä · 11 years ago
  92. 0846697 drm/i915/chv: Implement WaDisableCSUnitClockGating:chv by Ville Syrjälä · 11 years ago
  93. acea6f9 drm/i915/chv: Implement WaDisableSemaphoreAndSyncFlipWait:chv by Ville Syrjälä · 11 years ago
  94. 232ce33 drm/i915/chv: Implement WaVSRefCountFullforceMissDisable:chv and WaDSRefCountFullforceMissDisable:chv by Ville Syrjälä · 11 years ago
  95. a706802 drm/i915/chv: Implement WaDisableThreadStallDopClockGating:chv by Ville Syrjälä · 11 years ago
  96. dd811e7 drm/i915/chv: Implement WaDisablePartialInstShootdown:chv by Ville Syrjälä · 11 years ago
  97. 85b3894 drm/i915: s/ironlake_/intel_ for the enable_share_dpll function by Daniel Vetter · 11 years ago
  98. b14b105 drm/i915: Extract intel_prepare_shared_dpll by Daniel Vetter · 11 years ago
  99. f2a69f4 drm/i915: Only update shared dpll state when needed by Daniel Vetter · 11 years ago
  100. bdd4b6a drm/i915: Extract vlv_prepare_pll by Daniel Vetter · 11 years ago