1. 9d0498a drm/i915: wait for actual vblank, not just 20ms by Jesse Barnes · 14 years ago
  2. d240f20 drm/i915: make sure eDP PLL is enabled at the right time by Jesse Barnes · 14 years ago
  3. 9cce37f drm/i915: fix VGA plane disable for Ironlake+ by Jesse Barnes · 14 years ago
  4. ce17178 drm/i915: Enable RC6 on Ironlake. by Zou Nan hai · 14 years ago
  5. aa40d6b drm/i915: Set up a render context on Ironlake by Zou Nan hai · 14 years ago
  6. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  7. 560b85b drm/i915: Only update i845/i865 CURBASE when disabled (v2) by Chris Wilson · 14 years ago
  8. c27ba48 drm/i915: FBC is updated within set_base() so remove second call in mode_set() by Chris Wilson · 14 years ago
  9. 5ddb954 drm/i915/edp: Flush the write before waiting for PLLs by Chris Wilson · 14 years ago
  10. 913d8d1 drm/i915: Ensure that while(INREG()) are bounded (v2) by Chris Wilson · 14 years ago
  11. debcadd drm/i915: Update watermarks for Ironlake after dpms changes by Chris Wilson · 14 years ago
  12. 868dc58 drm/i915/display: Add pipe/plane information to dpms debugging by Chris Wilson · 14 years ago
  13. 20a0945 drm/i915: Write to display base last. by Chris Wilson · 14 years ago
  14. 1d8e1c7 drm/i915: Enable aspect/centering panel fitting for Ironlake. by Chris Wilson · 14 years ago
  15. 87f8ebf drm/i915: Disable the cursor for DPMS_OFF by Chris Wilson · 14 years ago
  16. 6146b3d drm/i915: i8xx also doesn't like multiple oustanding pageflips by Daniel Vetter · 14 years ago
  17. 69d0b96 drm/i915: fixup pageflip ringbuffer commands for i8xx by Daniel Vetter · 14 years ago
  18. 403c89f drm/i915: Mark the static memory latency tables const. by Chris Wilson · 14 years ago
  19. ea5b213 drm/i915: Subclass intel_encoder. by Chris Wilson · 14 years ago
  20. 94113ce drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling. by Chris Wilson · 14 years ago
  21. 3e33d94 drm/i915: Remove useless message when disabling "Big FIFO" on PineView by Chris Wilson · 14 years ago
  22. 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
  23. c924b93 i915: when kgdb is active display compression should be off by Jason Wessel · 14 years ago
  24. 8125556 drm/i915: use new fb debug hooks by Jesse Barnes · 14 years ago
  25. 7b824ec drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it. by Eric Anholt · 14 years ago
  26. cda4b7d drm/i915: Unset cursor if out-of-bounds upon mode change (v4) by Chris Wilson · 14 years ago
  27. b9421ae drm/i915: Warn if we run out of FIFO space for a mode by Chris Wilson · 14 years ago
  28. 8de9b31 drm/i915: Round up the watermark entries (v3) by Chris Wilson · 14 years ago
  29. 1fc7947 drm/i915: Enable panel fitting for eDP by Zhao Yakui · 14 years ago
  30. d6d9526 drm/i915/pch: Set transcoder sync polarity for DP based on actual mode by Adam Jackson · 14 years ago
  31. cb0953d drm/i915: Initialize LVDS and eDP outputs before anything else by Adam Jackson · 14 years ago
  32. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  33. 534843d drm/i915: Use 128k alignment for untiled display surface on i965 (v2) by Chris Wilson · 14 years ago
  34. e1a4474 drm/i915/pch: Cosmetic fix to FDI link training by Adam Jackson · 14 years ago
  35. 2377b74 drm/i915: fix FDI frequency check by Jesse Barnes · 14 years ago
  36. 2dafb1e drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain() by Chris Wilson · 14 years ago
  37. 96b099f drm/i915: Propagate error from drm_vblank_get() during page-flipping. by Chris Wilson · 14 years ago
  38. b52eb4d drm/i915: Add frame buffer compression support on Ironlake mobile by Zhao Yakui · 14 years ago
  39. c936f44 drm/i915: Calculate cursor watermark under non-SR state for Ironlake by Zhao Yakui · 14 years ago
  40. 4fe5e61 drm/i915: Apply self-refresh watermark calculation for cursor plane by Zhao Yakui · 14 years ago
  41. 1b07e04 drm/i915: Fix fifo size for self-refresh watermark on 965G by Zhao Yakui · 14 years ago
  42. fa14321 drm/i915: Fix watermark calculation in self-refresh mode by Zhao Yakui · 14 years ago
  43. 36e83a1 drm/i915: Add the support of eDP on DP-D for Ibex/CPT by Zhao Yakui · 14 years ago
  44. b690e96 drm/i915: add pipe A force quirks to i915 driver by Jesse Barnes · 14 years ago
  45. 0cc4d43 drm/i915: Fix panel fitting regression since 734b4157 by Chris Wilson · 14 years ago
  46. 9c928d1 drm/i915: disable FBC when more than one pipe is active by Jesse Barnes · 14 years ago
  47. 127bd2a drm/i915: Use the correct scanout alignment for fbcon. by Chris Wilson · 14 years ago
  48. 4a655f0 drm/i915: add PANEL_UNLOCK_REGS definition by Jesse Barnes · 14 years ago
  49. 6ba770d drm/i915: Make G4X-style PLL search more permissive by Adam Jackson · 14 years ago
  50. a392a10 drm/i915: Clear any existing dither mode prior to enabling spatial dithering by Chris Wilson · 14 years ago
  51. be9a3db drm/i915: handle shared framebuffers when flipping by Jesse Barnes · 14 years ago
  52. e5510fa drm/i915: add tracepoints for flip requests & completions by Jesse Barnes · 14 years ago
  53. 97e0214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  54. adcdbc6 drm/i915: don't access FW_BLC_SELF on 965G by Jesse Barnes · 14 years ago
  55. 1afe3e9 drm/i915: gen3 page flipping fixes by Jesse Barnes · 15 years ago
  56. 83f7fd0 drm/i915: don't queue flips during a flip pending event by Jesse Barnes · 15 years ago
  57. 45ac22c drm/i915: Turn on 945 self-refresh only if single CRTC is active by Li Peng · 14 years ago
  58. 8d86dc6 Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." by Linus Torvalds · 14 years ago
  59. a3524f1 drm/i915: fix oops on single crtc devices. by Dave Airlie · 14 years ago
  60. e7b526b drm/i915: Move non-phys cursors into the GTT by Chris Wilson · 14 years ago
  61. 382fe70 drm/i915: Move non-phys cursors into the GTT by Chris Wilson · 14 years ago
  62. 0d7168b Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." by Carl Worth · 14 years ago
  63. a7faf32 drm/i915: Include pitch in set_base debug statement. by Chris Wilson · 14 years ago
  64. a939406 drm/i915: Only print "nothing to do" debug message as required. by Chris Wilson · 14 years ago
  65. 468f0b4 drm/i915: Hold the spinlock whilst resetting unpin_work along error path by Chris Wilson · 14 years ago
  66. 9553426 drm/i915: Add CxSR support on Pineview DDR3 by Li Peng · 14 years ago
  67. 9908ff7 drm/i915: Kill dangerous pending-flip debugging by Chris Wilson · 14 years ago
  68. 7648fa9 drm/i915: add power monitoring support by Jesse Barnes · 14 years ago
  69. 734b415 drm/i915: Add support for interlaced display. by Krzysztof Halasa · 14 years ago
  70. 9517a92 drm/i915: add timeout to FBC disable waits by Jesse Barnes · 14 years ago
  71. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 14 years ago
  72. 59534f7 Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  73. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  74. 05ea893 Merge remote branch 'anholt/drm-intel-next' into drm-next by Dave Airlie · 14 years ago
  75. eb1f8e4 drm/fbdev: rework output polling to be back in the core. (v4) by Dave Airlie · 15 years ago
  76. 34dc4d4 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 15 years ago
  77. ee5382a drm/i915: Make fbc control wrapper functions by Adam Jackson · 15 years ago
  78. 0a31a44 drm/i915: Use spatio-temporal dithering on PCH by Adam Jackson · 15 years ago
  79. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  80. ac52bc5 drm/i915: introduce i915_gem_alloc_object by Daniel Vetter · 15 years ago
  81. 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 15 years ago
  82. 97921a5 Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next by Dave Airlie · 15 years ago
  83. 77ffb59 drm/i915/pch: Use minimal number of FDI lanes (v2) by Adam Jackson · 15 years ago
  84. 8f4695e drm/i915: Attempt to fix watermark setup on 85x (v2) by Adam Jackson · 15 years ago
  85. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  86. 7f8a856 drm/i915: Add the support of memory self-refresh on Ironlake by Zhenyu Wang · 15 years ago
  87. d429434 drm/i915: Move Pineview CxSR and watermark code into update_wm hook. by Zhao Yakui · 15 years ago
  88. 461ed3c drm/i915: Add support of SDVO on Ibexpeak PCH by Zhao Yakui · 15 years ago
  89. cfecde4 drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on). by Carl Worth · 15 years ago
  90. 409608b drm/i915: remove unused intel_pipe_get_connector() by Zhenyu Wang · 15 years ago
  91. 1f254ec drm/i915: remove connector object in old output structure by Zhenyu Wang · 15 years ago
  92. 55f78c4 drm/i915: convert DP/eDP driver to new encoder/connector structure by Zhenyu Wang · 15 years ago
  93. e3421a1 drm/i915: enable DP/eDP for Sandybridge/Cougarpoint by Zhenyu Wang · 15 years ago
  94. b3b095b drm/i915: enable LVDS on Cougarpoint by Zhenyu Wang · 15 years ago
  95. 8db9d77b drm/i915: Support for Cougarpoint PCH display pipeline by Zhenyu Wang · 15 years ago
  96. d275f66 drm/i915: Clear the LVDS pipe B select bit when moving the LVDS to pipe A. by Eric Anholt · 15 years ago
  97. 0f3ee80 drm/i915: Allow LVDS on pipe A on gen4+ by Adam Jackson · 15 years ago
  98. c1c4397 drm/i915: passing drm connector param for load detection by Zhenyu Wang · 15 years ago
  99. f1c79df drm/i915: Add new helper to return current attached encoder for connector by Zhenyu Wang · 15 years ago
  100. c5e4df3 drm/i915: more conversion from connector_list walk to encoder_list by Zhenyu Wang · 15 years ago