1. 0b8765c6 drm/i915: split i9xx CRTC enable/disable code by Jesse Barnes · 14 years ago
  2. 6be4a60 drm/i915: split Ironlake CRTC enable/disable code by Jesse Barnes · 14 years ago
  3. df0e924 drm/i915: Make the connector->encoder relationship explicit by Chris Wilson · 14 years ago
  4. f875c15 drm/i915: Use the direct mapping of pipe->crtc by Chris Wilson · 14 years ago
  5. 4ef69c7 drm/i915: Rename intel_encoder->enc to base for consistency by Chris Wilson · 14 years ago
  6. 434ed09 drm/i915: set dither bits on eDP panels too by Jesse Barnes · 14 years ago
  7. 4f0d1af drm/i915: fix pipeconf dither bit definitions by Jesse Barnes · 14 years ago
  8. 4b60e5c drm/i915: Clear scanline waits after disabling the pipe. by Chris Wilson · 14 years ago
  9. 23f09ce drm/i915/overlay: Make the overlay control struct opaque. by Chris Wilson · 14 years ago
  10. 5dcdbcb drm/i915/overlay: Pass interruptible to switch_off() by Chris Wilson · 14 years ago
  11. 6c9547f drm/i915/sdvo: Preserve pixel-multiplier by Chris Wilson · 14 years ago
  12. 57cd650 drm/i915: Sanity check user framebuffer parameters on creation by Chris Wilson · 14 years ago
  13. efe8c25 drm/i915: Revert extra intel_wait_for_vblank to prevent stalls. by Sitsofe Wheeler · 14 years ago
  14. 481b6af drm/i915: Drop the msleep parameter to wait_for() by Chris Wilson · 14 years ago
  15. 67e77c5 drm/i915: unload: fix unpin_work related races by Daniel Vetter · 14 years ago
  16. 3dec009 drm/i915: unload: fix idle_timer/idle_work races by Daniel Vetter · 14 years ago
  17. 6c0d9350 drm/i915: unload: fix hotplug_work races by Daniel Vetter · 14 years ago
  18. c3add4b Revert "drm/i915: Warn if we run out of FIFO space for a mode" by Chris Wilson · 14 years ago
  19. bc41606 Revert "drm/i915: Enable RC6 on Ironlake." by Chris Wilson · 14 years ago
  20. 032d2a0 drm/i915: Prevent double dpms on by Chris Wilson · 14 years ago
  21. 52be119 drm/i915: Avoid use of uninitialised values when disabling panel-fitter by Chris Wilson · 14 years ago
  22. 4e5359c drm/i915: Avoid pageflipping freeze when we miss the flip prepare interrupt by Simon Farnsworth · 14 years ago
  23. 8e647a2 drm/i915: Tightly scope intel_encoder to prevent invalid use by Chris Wilson · 14 years ago
  24. 0ad6ef2 drm/i915/dp: Boost timeout for enabling transcoder to 100ms by Chris Wilson · 14 years ago
  25. 4e6cfef drm/i915: Re-use set_base_atomic to share setting of the display registers by Chris Wilson · 14 years ago
  26. 52e6863 drm/i915: Fix offset page-flips on i965+ by Chris Wilson · 14 years ago
  27. 300387c drm/i915: Clear the vblank status bit before polling for the next vblank by Chris Wilson · 14 years ago
  28. 9559fcd drm/i915: fix vblank wait test condition by Jesse Barnes · 14 years ago
  29. 4238a41 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  30. 9d0498a drm/i915: wait for actual vblank, not just 20ms by Jesse Barnes · 14 years ago
  31. d240f20 drm/i915: make sure eDP PLL is enabled at the right time by Jesse Barnes · 14 years ago
  32. 9cce37f drm/i915: fix VGA plane disable for Ironlake+ by Jesse Barnes · 14 years ago
  33. aa9f56b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  34. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  35. cce13ff drm: Propagate error code from fb_create() by Chris Wilson · 14 years ago
  36. ce17178 drm/i915: Enable RC6 on Ironlake. by Zou Nan hai · 14 years ago
  37. aa40d6b drm/i915: Set up a render context on Ironlake by Zou Nan hai · 14 years ago
  38. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  39. 560b85b drm/i915: Only update i845/i865 CURBASE when disabled (v2) by Chris Wilson · 14 years ago
  40. c27ba48 drm/i915: FBC is updated within set_base() so remove second call in mode_set() by Chris Wilson · 14 years ago
  41. 5ddb954 drm/i915/edp: Flush the write before waiting for PLLs by Chris Wilson · 14 years ago
  42. 913d8d1 drm/i915: Ensure that while(INREG()) are bounded (v2) by Chris Wilson · 14 years ago
  43. debcadd drm/i915: Update watermarks for Ironlake after dpms changes by Chris Wilson · 14 years ago
  44. 868dc58 drm/i915/display: Add pipe/plane information to dpms debugging by Chris Wilson · 14 years ago
  45. 20a0945 drm/i915: Write to display base last. by Chris Wilson · 14 years ago
  46. 1d8e1c7 drm/i915: Enable aspect/centering panel fitting for Ironlake. by Chris Wilson · 14 years ago
  47. 87f8ebf drm/i915: Disable the cursor for DPMS_OFF by Chris Wilson · 14 years ago
  48. 6146b3d drm/i915: i8xx also doesn't like multiple oustanding pageflips by Daniel Vetter · 14 years ago
  49. 69d0b96 drm/i915: fixup pageflip ringbuffer commands for i8xx by Daniel Vetter · 14 years ago
  50. 403c89f drm/i915: Mark the static memory latency tables const. by Chris Wilson · 14 years ago
  51. ea5b213 drm/i915: Subclass intel_encoder. by Chris Wilson · 14 years ago
  52. 94113ce drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling. by Chris Wilson · 14 years ago
  53. 3e33d94 drm/i915: Remove useless message when disabling "Big FIFO" on PineView by Chris Wilson · 14 years ago
  54. fc1caf6 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  55. c924b93 i915: when kgdb is active display compression should be off by Jason Wessel · 14 years ago
  56. 8125556 drm/i915: use new fb debug hooks by Jesse Barnes · 14 years ago
  57. 7b824ec drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it. by Eric Anholt · 14 years ago
  58. cda4b7d drm/i915: Unset cursor if out-of-bounds upon mode change (v4) by Chris Wilson · 14 years ago
  59. b9421ae drm/i915: Warn if we run out of FIFO space for a mode by Chris Wilson · 14 years ago
  60. 8de9b31 drm/i915: Round up the watermark entries (v3) by Chris Wilson · 14 years ago
  61. 1fc7947 drm/i915: Enable panel fitting for eDP by Zhao Yakui · 14 years ago
  62. d6d9526 drm/i915/pch: Set transcoder sync polarity for DP based on actual mode by Adam Jackson · 14 years ago
  63. cb0953d drm/i915: Initialize LVDS and eDP outputs before anything else by Adam Jackson · 14 years ago
  64. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  65. 534843d drm/i915: Use 128k alignment for untiled display surface on i965 (v2) by Chris Wilson · 14 years ago
  66. e1a4474 drm/i915/pch: Cosmetic fix to FDI link training by Adam Jackson · 14 years ago
  67. 2377b74 drm/i915: fix FDI frequency check by Jesse Barnes · 14 years ago
  68. 2dafb1e drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain() by Chris Wilson · 14 years ago
  69. 96b099f drm/i915: Propagate error from drm_vblank_get() during page-flipping. by Chris Wilson · 14 years ago
  70. b52eb4d drm/i915: Add frame buffer compression support on Ironlake mobile by Zhao Yakui · 14 years ago
  71. c936f44 drm/i915: Calculate cursor watermark under non-SR state for Ironlake by Zhao Yakui · 14 years ago
  72. 4fe5e61 drm/i915: Apply self-refresh watermark calculation for cursor plane by Zhao Yakui · 14 years ago
  73. 1b07e04 drm/i915: Fix fifo size for self-refresh watermark on 965G by Zhao Yakui · 14 years ago
  74. fa14321 drm/i915: Fix watermark calculation in self-refresh mode by Zhao Yakui · 14 years ago
  75. 36e83a1 drm/i915: Add the support of eDP on DP-D for Ibex/CPT by Zhao Yakui · 14 years ago
  76. b690e96 drm/i915: add pipe A force quirks to i915 driver by Jesse Barnes · 14 years ago
  77. 0cc4d43 drm/i915: Fix panel fitting regression since 734b4157 by Chris Wilson · 14 years ago
  78. 9c928d1 drm/i915: disable FBC when more than one pipe is active by Jesse Barnes · 14 years ago
  79. 127bd2a drm/i915: Use the correct scanout alignment for fbcon. by Chris Wilson · 14 years ago
  80. 4a655f0 drm/i915: add PANEL_UNLOCK_REGS definition by Jesse Barnes · 14 years ago
  81. 6ba770d drm/i915: Make G4X-style PLL search more permissive by Adam Jackson · 14 years ago
  82. a392a10 drm/i915: Clear any existing dither mode prior to enabling spatial dithering by Chris Wilson · 14 years ago
  83. be9a3db drm/i915: handle shared framebuffers when flipping by Jesse Barnes · 14 years ago
  84. e5510fa drm/i915: add tracepoints for flip requests & completions by Jesse Barnes · 14 years ago
  85. 97e0214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  86. adcdbc6 drm/i915: don't access FW_BLC_SELF on 965G by Jesse Barnes · 14 years ago
  87. 1afe3e9 drm/i915: gen3 page flipping fixes by Jesse Barnes · 15 years ago
  88. 83f7fd0 drm/i915: don't queue flips during a flip pending event by Jesse Barnes · 14 years ago
  89. 45ac22c drm/i915: Turn on 945 self-refresh only if single CRTC is active by Li Peng · 14 years ago
  90. 8d86dc6 Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." by Linus Torvalds · 14 years ago
  91. a3524f1 drm/i915: fix oops on single crtc devices. by Dave Airlie · 14 years ago
  92. e7b526b drm/i915: Move non-phys cursors into the GTT by Chris Wilson · 14 years ago
  93. 382fe70 drm/i915: Move non-phys cursors into the GTT by Chris Wilson · 14 years ago
  94. 0d7168b Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." by Carl Worth · 14 years ago
  95. a7faf32 drm/i915: Include pitch in set_base debug statement. by Chris Wilson · 14 years ago
  96. a939406 drm/i915: Only print "nothing to do" debug message as required. by Chris Wilson · 14 years ago
  97. 468f0b4 drm/i915: Hold the spinlock whilst resetting unpin_work along error path by Chris Wilson · 14 years ago
  98. 9553426 drm/i915: Add CxSR support on Pineview DDR3 by Li Peng · 14 years ago
  99. 9908ff7 drm/i915: Kill dangerous pending-flip debugging by Chris Wilson · 14 years ago
  100. 7648fa9 drm/i915: add power monitoring support by Jesse Barnes · 14 years ago