1. dc22ee6 drm/i915/dp: Remove eDP special cases from bandwidth checks by Adam Jackson · 13 years ago
  2. cd9dde4 drm/i915/dp: Fix the math in intel_dp_link_required by Adam Jackson · 13 years ago
  3. f52c619 drm/i915/panel: Always record the backlight level again (but cleverly) by Takashi Iwai · 13 years ago
  4. f700088 i915: Move i915_read/write out of line by Andi Kleen · 13 years ago
  5. a487928 drm/i915: remove transcoder PLL mashing from mode_set per specs by Jesse Barnes · 13 years ago
  6. 4c9c18c drm/i915: if transcoder disable fails, say which by Jesse Barnes · 13 years ago
  7. d6c892d drm/i915: set watermarks for third pipe on IVB by Jesse Barnes · 13 years ago
  8. d4270e5 drm/i915: export a CPT mode set verification function by Jesse Barnes · 13 years ago
  9. d64311a drm/i915: fix transcoder PLL select masking by Jesse Barnes · 13 years ago
  10. 65a21cd drm/i915: fix IVB cursor support by Jesse Barnes · 13 years ago
  11. f7cb34d drm/i915: fix debug output for 3 pipe configs by Jesse Barnes · 13 years ago
  12. 4b645f1 drm/i915: add PLL sharing support to handle 3 pipes by Jesse Barnes · 13 years ago
  13. d3ccbe8 drm/i915: fix PCH PLL assertion check for 3 pipes by Jesse Barnes · 13 years ago
  14. 7577056 drm/i915: use transcoder select bits on VGA and HDMI on CPT by Jesse Barnes · 13 years ago
  15. d9d444c drm/i915: split refclk code out of ironlake_crtc_mode_set by Jesse Barnes · 13 years ago
  16. 27f8227 drm/i915: support 3 pipes on IVB+ by Jesse Barnes · 13 years ago
  17. 4c609cb drm/i915: PLL macro cleanup and pipe assertion check by Jesse Barnes · 13 years ago
  18. c4f9c4c drm/i915: always set FDI composite sync bit by Jesse Barnes · 13 years ago
  19. 8d31528 drm/i915: Use PIPE_CONTROL for flushing on gen6+. by Jesse Barnes · 13 years ago
  20. 9d971b3 drm/i915: Rename PIPE_CONTROL bit defines to be less terse. by Kenneth Graunke · 13 years ago
  21. fcbc34e drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define. by Kenneth Graunke · 13 years ago
  22. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  23. f372b85 drm/i915: Remove early exit on i915_gpu_idle by Ben Widawsky · 13 years ago
  24. 130c256 drm/i915: drop KM_USER0 argument to k(un)map_atomic by Daniel Vetter · 13 years ago
  25. 8ffc024 drm/i915: Defend against userspace creating a gem object with size==0 by Chris Wilson · 13 years ago
  26. 6dacfd2 drm/i915: simplify swapin/out swizzle checking a bit by Daniel Vetter · 13 years ago
  27. acc83eb drm/i915: fix swizzling on gen6+ by Daniel Vetter · 13 years ago
  28. 6fdd4d9 drm/i915: properly cancel rps_work on module unload v2 by Daniel Vetter · 13 years ago
  29. a9e2641 drm/i915: close PM interrupt masking races in the rps work func by Daniel Vetter · 13 years ago
  30. 4fb066a drm/i915: close PM interrupt masking races in the irq handler by Daniel Vetter · 13 years ago
  31. d5090b9 drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed by Adam Jackson · 13 years ago
  32. 8bf3848 drm/i915: Rename intel_sdvo_hdmi_sink_detect by Adam Jackson · 13 years ago
  33. 2294488 drm/i915: Fix multifunction SDVO detection by Adam Jackson · 13 years ago
  34. 46eb303 drm/i915: Remove "i2c_speed" nonsense from child device table by Adam Jackson · 13 years ago
  35. 9a1f578 Merge branch 'fix-pch-refclk' into foo by Keith Packard · 13 years ago
  36. 86a3073 Merge branch 'edp-training-fixes' into drm-intel-next by Keith Packard · 13 years ago
  37. 32ce697 drm/i915: No need to wait for eDP power off delay if panel is on by Keith Packard · 13 years ago
  38. 05ce1a4 drm/i915: Restrict ILK-specific eDP power hack to ILK by Keith Packard · 13 years ago
  39. bd94315 drm/i915: Disable eDP VDD in a delayed work proc instead of synchronously by Keith Packard · 13 years ago
  40. ebf33b1 drm/i915: Create helper functions to determine eDP power state by Keith Packard · 13 years ago
  41. 7d639f3 drm/i915: edp_panel_on does not need to return a bool by Keith Packard · 13 years ago
  42. d15456d drm/i915: Move eDP panel fixed mode from dev_priv to intel_dp by Keith Packard · 13 years ago
  43. f01eca2 drm/i915: Correct eDP panel power sequencing delay computations by Keith Packard · 13 years ago
  44. f58ff85 drm/i915: Ensure eDP powered up during DP_SET_POWER operation in dp_prepare by Keith Packard · 13 years ago
  45. 0b5c541 drm/i915: Enable eDP panel power during I2C initialization sequence by Keith Packard · 13 years ago
  46. 8c241fe drm/i915: Wrap DP EDID fetch functions to enable eDP panel power by Keith Packard · 13 years ago
  47. 552fb0b drm/i915: Delay DP i2c initialization until panel power timings are computed by Keith Packard · 13 years ago
  48. 245e270 drm/i915: Ensure panel is on during DPMS off by Keith Packard · 13 years ago
  49. bee7eb2 drm/i915: Turn force VDD back off when panel running in intel_dp_dpms by Keith Packard · 13 years ago
  50. 97af61f57 drm/i915: Check for eDP inside edp panel on/off funcs by Keith Packard · 13 years ago
  51. 1c0ae80 drm/i915: Unlock PCH_PP_CONTROL always by Keith Packard · 13 years ago
  52. 9b984da drm/i915: Check eDP power when doing aux channel communications by Keith Packard · 13 years ago
  53. 47f0eb2 drm/i915: Only use VBT panel mode on eDP if no EDID is found by Keith Packard · 13 years ago
  54. 192aac1f drm/i915: Shut down PCH interrupts during irq_uninstall by Keith Packard · 13 years ago
  55. 7fe0b97 drm/i915: Enable digital port hotplug on PCH systems by Keith Packard · 13 years ago
  56. 0ac225e Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  57. 9fb526d drm/i915: Initialize PCH refclks at modeset init time by Keith Packard · 13 years ago
  58. afffb9d drm/i915: All PCH refclks are 120MHz by Keith Packard · 13 years ago
  59. 99eb6a0 drm/i915: Use CK505 as non-SSC source where available by Keith Packard · 13 years ago
  60. 199e5d7 drm/i915: Fix PCH SSC reference clock settings by Keith Packard · 13 years ago
  61. 72bbe58 drm/i915: Allow SSC parameter to override VBT value by Keith Packard · 13 years ago
  62. d2830bd drm/i915: Document a few more BDB_GENERAL_FEATURES bits from PCH BIOS by Keith Packard · 13 years ago
  63. abd0686 drv/i915: Pull display_clock_mode out of VBT table by Keith Packard · 13 years ago
  64. 562396b drm/i915: Use DRM_DEBUG_KMS for all messages in intel_bios.c by Keith Packard · 13 years ago
  65. 3950725 drm/i915: broken copyright encoding in intel_bios.c by Keith Packard · 13 years ago
  66. cd0de03 drm/i915: FBC off for ironlake and older, otherwise on by default by Keith Packard · 13 years ago
  67. cc68c81 drm/i915: Enable SDVO hotplug interrupts for HDMI and DVI by Simon Farnsworth · 13 years ago
  68. c8c99b0 drm/i915: Dumb down the semaphore logic by Ben Widawsky · 13 years ago
  69. e0dac65 drm/i915: pass ELD to HDMI/DP audio driver by Wu Fengguang · 13 years ago
  70. 578393c drm/i915: Enable dither whenever display bpc < frame buffer bpc by Keith Packard · 13 years ago
  71. 88ef4e3 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-next by Dave Airlie · 13 years ago
  72. 7cd015a drm/i915: Enable dither whenever display bpc < frame buffer bpc by Keith Packard · 13 years ago
  73. 0206e35 Drivers: i915: Fix all space related issues. by Akshay Joshi · 13 years ago
  74. b464e9a drm/i915: use common functions for mmap offset creation by Rob Clark · 13 years ago
  75. 0de3b48 drm/i915: Fix wrong initializer for "locked" variable in assert_panel_unlocked by Thomas Jarosch · 13 years ago
  76. a2cc797 i915: do not setup intel_backlight twice by Kamal Mostafa · 13 years ago
  77. bed8cad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-intel by Linus Torvalds · 13 years ago
  78. b095cd0 drm/i915: set GFX_MODE to pre-Ivybridge default value even on Ivybridge by Jesse Barnes · 13 years ago
  79. 92b79f4 drm/i915: Cannot set clock gating under UMS by Keith Packard · 13 years ago
  80. c3613de drm/i915: Can't do accurate vblank timestamps with UMS by Keith Packard · 13 years ago
  81. aaa6fd2 Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support. by Matthew Garrett · 13 years ago
  82. 13d83a6 drm/i915: split out PCH refclk update code by Jesse Barnes · 13 years ago
  83. da64c6f drm/i915: show interrupt info on IVB by Jesse Barnes · 13 years ago
  84. 4e63438 drm/i915: Remove unused 'reg' argument to dp_pipe_enabled by Keith Packard · 13 years ago
  85. 1519b99 drm/i915: Fix PCH port pipe select in CPT disable paths by Keith Packard · 13 years ago
  86. ed10fca drm/i915: Leave LVDS registers unlocked by Keith Packard · 13 years ago
  87. de842ef drm/i915: Wait for LVDS panel power sequence by Keith Packard · 13 years ago
  88. 39060a07 Revert "drm/i915: Try enabling RC6 by default (again)" by Dave Airlie · 13 years ago
  89. 07b7ddd drm/i915: allow cache sharing policy control by Jesse Barnes · 13 years ago
  90. c0864cb drm/i915/hdmi: HDMI source product description infoframe support by Jesse Barnes · 13 years ago
  91. 45187ac drm/i915/hdmi: split infoframe setting from infoframe type code by Jesse Barnes · 13 years ago
  92. 4e20fa65 drm/i915: Try enabling RC6 by default (again) by Keith Packard · 13 years ago
  93. 3d208be Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  94. 4edd17a Revert "drm/i915/dp: Zero the DPCD data before connection probe" by Keith Packard · 13 years ago
  95. 11bee43 drm/i915/dp: wait for previous AUX channel activity to clear by Jesse Barnes · 13 years ago
  96. 62ac41a drm/i915: don't use uninitialized EDID bpc values when picking pipe bpp by Jesse Barnes · 13 years ago
  97. 9b546e5 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  98. cda2bb7 drm/i915/pch: Save/restore PCH_PORT_HOTPLUG across suspend by Adam Jackson · 13 years ago
  99. 291427f drm/i915: apply phase pointer override on SNB+ too by Jesse Barnes · 13 years ago
  100. 070d329 drm/i915: Add quirk to disable SSC on Sony Vaio Y2 by Michel Alexandre Salim · 13 years ago