1. 9fb526d drm/i915: Initialize PCH refclks at modeset init time by Keith Packard · 13 years ago
  2. afffb9d drm/i915: All PCH refclks are 120MHz by Keith Packard · 13 years ago
  3. 99eb6a0 drm/i915: Use CK505 as non-SSC source where available by Keith Packard · 13 years ago
  4. 199e5d7 drm/i915: Fix PCH SSC reference clock settings by Keith Packard · 13 years ago
  5. 72bbe58 drm/i915: Allow SSC parameter to override VBT value by Keith Packard · 13 years ago
  6. cd0de03 drm/i915: FBC off for ironlake and older, otherwise on by default by Keith Packard · 13 years ago
  7. e0dac65 drm/i915: pass ELD to HDMI/DP audio driver by Wu Fengguang · 13 years ago
  8. 578393c drm/i915: Enable dither whenever display bpc < frame buffer bpc by Keith Packard · 13 years ago
  9. 7cd015a drm/i915: Enable dither whenever display bpc < frame buffer bpc by Keith Packard · 13 years ago
  10. 0206e35 Drivers: i915: Fix all space related issues. by Akshay Joshi · 13 years ago
  11. 0de3b48 drm/i915: Fix wrong initializer for "locked" variable in assert_panel_unlocked by Thomas Jarosch · 13 years ago
  12. a2cc797 i915: do not setup intel_backlight twice by Kamal Mostafa · 13 years ago
  13. 13d83a6 drm/i915: split out PCH refclk update code by Jesse Barnes · 13 years ago
  14. 4e63438 drm/i915: Remove unused 'reg' argument to dp_pipe_enabled by Keith Packard · 13 years ago
  15. 1519b99 drm/i915: Fix PCH port pipe select in CPT disable paths by Keith Packard · 13 years ago
  16. 62ac41a drm/i915: don't use uninitialized EDID bpc values when picking pipe bpp by Jesse Barnes · 13 years ago
  17. 9b546e5 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  18. 291427f drm/i915: apply phase pointer override on SNB+ too by Jesse Barnes · 13 years ago
  19. 070d329 drm/i915: Add quirk to disable SSC on Sony Vaio Y2 by Michel Alexandre Salim · 13 years ago
  20. 013a41e drm/i915: provide more error output when mode sets fail by Jesse Barnes · 13 years ago
  21. cb0e093 drm/i915: fix CB tuning check for ILK+ by Jesse Barnes · 13 years ago
  22. 2c1756b Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  23. d74362c drm/i915: Flush other plane register writes by Keith Packard · 13 years ago
  24. 2704cf5 drm/i915: flush plane control changes on ILK+ as well by Jesse Barnes · 13 years ago
  25. 3bcf603 drm/i915: apply timing generator bug workaround on CPT and PPT by Jesse Barnes · 13 years ago
  26. 120eced drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_set by Keith Packard · 13 years ago
  27. f0575e9 drm/i915: DP_PIPE_ENABLED must check transcoder on CPT by Keith Packard · 13 years ago
  28. df79767 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  29. 9c54c0d drm/i915: load the LUT before pipe enable on ILK+ by Jesse Barnes · 13 years ago
  30. a5071c2 drm/i915: provide more error output when mode sets fail by Jesse Barnes · 13 years ago
  31. 435793d drm/i915: Add quirk to disable SSC on Lenovo U160 LVDS by Keith Packard · 13 years ago
  32. 016b9b6 drm/i915: Share the common work of disabling active FBC before updating by Chris Wilson · 13 years ago
  33. 1630fe7 drm/i915: Perform intel_enable_fbc() from a delayed task by Chris Wilson · 13 years ago
  34. 7782de3 drm/i915: Disable FBC across page-flipping by Chris Wilson · 13 years ago
  35. 9ce9d06 drm/i915: Set persistent-mode for ILK/SNB framebuffer compression by Chris Wilson · 13 years ago
  36. de56851 drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writes by Chris Wilson · 13 years ago
  37. f19a079 drm/i915: Remove vestigial pitch from post-gen2 FBC control routines by Chris Wilson · 13 years ago
  38. 973d04f drm/i915: Replace direct calls to vfunc.disable_fbc with intel_disable_fbc() by Chris Wilson · 13 years ago
  39. 43a9539 drm/i915: Only export the generic intel_disable_fbc() interface by Chris Wilson · 13 years ago
  40. b562674 drm/i915: check for supported depth at fb init time by Jesse Barnes · 13 years ago
  41. 17638cd drm/i915: split out plane update code by Jesse Barnes · 13 years ago
  42. 5a35420 drm/i915: split out Ironlake pipe bpp picking code by Jesse Barnes · 13 years ago
  43. 9325c9f drm/i915: set bpc for DP transcoder by Jesse Barnes · 13 years ago
  44. e9bcff5 drm/i915: don't set transcoder bpc on CougarPoint by Jesse Barnes · 13 years ago
  45. 1c70c0c drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3 by Jesse Barnes · 13 years ago
  46. 23b2f8b drm/i915: load a ring frequency scaling table v3 by Jesse Barnes · 13 years ago
  47. 8bc47de3 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  48. 7c9017e drm/i915: add Ivy Bridge page flip support by Jesse Barnes · 13 years ago
  49. 8c9f3aa drm/i915: split page flip queueing into per-chipset functions by Jesse Barnes · 13 years ago
  50. efc2924 drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again) by Keith Packard · 13 years ago
  51. 2da3b9b drm/i915: Combine pinning with setting to the display plane by Chris Wilson · 13 years ago
  52. c411964 drm/i915: Mark the cursor and the overlay as being part of the display planes by Chris Wilson · 13 years ago
  53. a8198ee drm/i915: Introduce i915_gem_object_finish_gpu() by Chris Wilson · 13 years ago
  54. 284d952 drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again) by Keith Packard · 13 years ago
  55. 9f40510 drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0 by Chris Wilson · 13 years ago
  56. 95e0ee9 drm/i915: fix regression after clock gating init split by Jason Stubbs · 13 years ago
  57. 98b98d3 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  58. 351fc4d Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 13 years ago
  59. 61e499b drm/i915: FDI link training broken on Ironlake by Ivybridge integration by Keith Packard · 13 years ago
  60. c1a9f04 drm/i915: add fbc enable flag, but disable by default by Jesse Barnes · 13 years ago
  61. 69f7876 Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-core-next by Dave Airlie · 13 years ago
  62. 645c62a drm/i915: split PCH clock gating init by Jesse Barnes · 13 years ago
  63. 28963a3 drm/i915: add Ivybridge clock gating init function by Jesse Barnes · 13 years ago
  64. 6067aae drm/i915: split clock gating init into per-chipset functions by Jesse Barnes · 13 years ago
  65. 51d5612 drm/i915: page flip support for Ivy Bridge by Jesse Barnes · 13 years ago
  66. fe100d4 drm/i915: treat Ivy Bridge watermarks like Sandy Bridge by Jesse Barnes · 13 years ago
  67. 357555c drm/i915: manual FDI training for Ivy Bridge by Jesse Barnes · 13 years ago
  68. 674cf96 drm/i915: make FDI training a display function by Jesse Barnes · 13 years ago
  69. 982b203 Revert "drm/i915: Only enable the plane after setting the fb base (pre-ILK)" by Linus Torvalds · 13 years ago
  70. 4912d04 drm/i915: move gen6 rps handling to workqueue by Ben Widawsky · 13 years ago
  71. d1ebd816 drm/i915: forcewake struct mutex locking fixes by Ben Widawsky · 13 years ago
  72. fcca792 drm/i915: reference counted forcewake by Ben Widawsky · 13 years ago
  73. 2c7111d drm/i915: Disable all outputs early, before KMS takeover by Chris Wilson · 13 years ago
  74. 7df8721 drm/i915: use i915_enable_rc6 on SNB too by Jesse Barnes · 13 years ago
  75. 4a246cf drm/i915: fix rc6 initialization on Ironlake by Ben Widawsky · 13 years ago
  76. 2c34b85 drm/i915: fix ilk rc6 teardown locking by Ben Widawsky · 13 years ago
  77. 273e27c drm/i915: Fold the DPLL limit defines into the structs that use them. by Eric Anholt · 13 years ago
  78. fae1498 drm/i915: Clean up leftover DPLL and LVDS register choice from pch split. by Eric Anholt · 13 years ago
  79. a07d678 drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set(). by Eric Anholt · 13 years ago
  80. 8febb29 drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set(). by Eric Anholt · 13 years ago
  81. db244b6 drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set(). by Eric Anholt · 13 years ago
  82. c713bb0 drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set. by Eric Anholt · 13 years ago
  83. 929c77f drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set(). by Eric Anholt · 13 years ago
  84. 0b701d2 drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set. by Eric Anholt · 13 years ago
  85. f564048e drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines. by Eric Anholt · 13 years ago
  86. d2dff87 drm/i915: Attach a fb to the load-detect pipe by Chris Wilson · 13 years ago
  87. 0622a53 drm/i915: Remove dead code from intel_release_load_detect_pipe() by Chris Wilson · 13 years ago
  88. 6492711 drm/i915: Remove dead code from intel_get_load_detect_pipe() by Chris Wilson · 13 years ago
  89. 4fbf691 drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc by Chris Wilson · 13 years ago
  90. 7a5e480 drm/i915: Remove unused supported_crtc from intel_load_detect_pipe by Chris Wilson · 13 years ago
  91. 8261b19 drm/i915: Don't store temporary load-detect variables in the generic encoder by Chris Wilson · 13 years ago
  92. be92558 drm/i915: Propagate failure to set mode for load-detect pipe by Chris Wilson · 13 years ago
  93. 7173188 drm/i915: Simplify return value from intel_get_load_detect_pipe by Chris Wilson · 13 years ago
  94. 39adb7a drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup" by Chris Wilson · 13 years ago
  95. 49183b2 drm/i915: Only enable the plane after setting the fb base (pre-ILK) by Chris Wilson · 13 years ago
  96. 2dd251f drm/i915: Release object along create user fb error path by Chris Wilson · 13 years ago
  97. bbb0aef drm: Verify debug message arguments by Joe Perches · 13 years ago
  98. 5c72d06 drm/i915: Initialise g4x watermarks for disabled pipes by Chris Wilson · 13 years ago
  99. f6e5b16 drm/i915: Sanitize the output registers after resume by Chris Wilson · 13 years ago
  100. e281fca drm/i915: report correct render clock frequencies on SNB by Jesse Barnes · 13 years ago