1. 6fca55b drm/i915: Rip out SUPPORTS_EDP by Daniel Vetter · 11 years ago
  2. 311a209 drm/i915: don't init DP or HDMI when not supported by DDI port by Paulo Zanoni · 11 years ago
  3. 554d6af drm/i915: add some assertions about VBT DDI port types by Paulo Zanoni · 11 years ago
  4. 6bf19e7 drm/i915: check the DDC and AUX bits of the VBT on DDI machines by Paulo Zanoni · 11 years ago
  5. 6acab15 drm/i915: use the HDMI DDI buffer translations from VBT by Paulo Zanoni · 11 years ago
  6. 768f69c drm/i915: VBT's child_device_config changes over time by Paulo Zanoni · 11 years ago
  7. d17c544 drm/i915: Parse the MIPI related VBT Block and store relevant info by Shobhit Kumar · 11 years ago
  8. 41aa344 drm/i915: Organize VBT stuff inside drm_i915_private by Rodrigo Vivi · 11 years ago
  9. 3f704fa drm/i915: set CPT FDI RX polarity bits based on VBT by Paulo Zanoni · 11 years ago
  10. ab5c608 drm/i915: Don't touch South Display when PCH_NOP by Ben Widawsky · 11 years ago
  11. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  12. 9a30a61 drm/i915: do not default to 18 bpp for eDP if missing from VBT by Jani Nikula · 12 years ago
  13. 42d42e7 drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardware by Damien Lespiau · 12 years ago
  14. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  15. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  16. 0317c6c drm/i915/bios: cleanup return type of intel_parse_bios() by Dan Carpenter · 12 years ago
  17. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  18. 25e341c drm/i915: quirk away broken OpRegion VBT by Daniel Vetter · 12 years ago
  19. 3bd7d90 drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter by Daniel Kurtz · 12 years ago
  20. b035438 drm/i915: Check VBIOS value for determining LVDS dual channel mode, too by Takashi Iwai · 12 years ago
  21. c10e408 i915: Add option to bypass vbt table. by Mathias Fröhlich · 12 years ago
  22. bd45545 drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debug by Chris Wilson · 12 years ago
  23. 493dea2 drm/i915: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  24. 46eb303 drm/i915: Remove "i2c_speed" nonsense from child device table by Adam Jackson · 13 years ago
  25. 9a1f578 Merge branch 'fix-pch-refclk' into foo by Keith Packard · 13 years ago
  26. abd0686 drv/i915: Pull display_clock_mode out of VBT table by Keith Packard · 13 years ago
  27. 562396b drm/i915: Use DRM_DEBUG_KMS for all messages in intel_bios.c by Keith Packard · 13 years ago
  28. 3950725 drm/i915: broken copyright encoding in intel_bios.c by Keith Packard · 13 years ago
  29. 0206e35 Drivers: i915: Fix all space related issues. by Akshay Joshi · 13 years ago
  30. 99834ea drm/i915/bios: Avoid temporary allocation whilst searching for downclock by Chris Wilson · 13 years ago
  31. bbb0aef drm: Verify debug message arguments by Joe Perches · 13 years ago
  32. fc9a222 Revert "drm/i915: Disable SSC for outputs other than LVDS or DP" by Chris Wilson · 13 years ago
  33. 5a1e5b6 drm/i915: Override SDVO panel type in VBT by Chris Wilson · 14 years ago
  34. 633f2ea drm/i915: Disable SSC for outputs other than LVDS or DP by Chris Wilson · 14 years ago
  35. 9a4114f drm/i915/bios: Change default clock source on PineView to use SSC by Bryan Freed · 14 years ago
  36. a761503 drm/i915: Add a module option to override the use of SSC by Chris Wilson · 14 years ago
  37. bcfbbce Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks" by Chris Wilson · 14 years ago
  38. 448f53a drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks by Chris Wilson · 14 years ago
  39. f00a3dd drm/i915: IS_IRONLAKE is synonymous with gen == 5 by Chris Wilson · 14 years ago
  40. 6d139a8 drm/i915: Initialize panel timing registers if VBIOS did not by Bryan Freed · 14 years ago
  41. 9f0e7ff drm/i915: fetch eDP configuration data from the VBT by Jesse Barnes · 14 years ago
  42. 6a04002 i915: Added function to initialize VBT settings by Simon Que · 14 years ago
  43. e957d77 drm/i915/sdvo: Fix GMBUSification by Chris Wilson · 14 years ago
  44. 5ceb0f9 drm/i915: Parse the eDP link configuration from the vBIOS by Chris Wilson · 14 years ago
  45. 2896b53 drm/i915: Don't offset the pin used for crt_ddc by Chris Wilson · 14 years ago
  46. f899fc6 drm/i915: use GMBUS to manage i2c links by Chris Wilson · 14 years ago
  47. 6edc324 drm/i915/bios: Prevent NULL dereference after allocation failure by Chris Wilson · 14 years ago
  48. 44834a6 drm/i915: Use the VBT from OpRegion when available (v3) by Chris Wilson · 14 years ago
  49. 9bc3549 drm/i915: Honor sync polarity from VBT panel timing descriptors by Adam Jackson · 14 years ago
  50. b108333 drm/i915: Fix DDC bus selection for multifunction SDVO by Adam Jackson · 14 years ago
  51. 76e47c3 drivers/gpu/drm/i915/intel_bios.c: fix continuation line formats by Joe Perches · 14 years ago
  52. bad720f drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. by Eric Anholt · 15 years ago
  53. 500a8cc drm/i915: parse eDP panel color depth from VBT block by Zhenyu Wang · 15 years ago
  54. 3381434 drm/i915: disable LVDS downclock by default by Jesse Barnes · 15 years ago
  55. f2b115e drm/i915: Fix product names and #defines by Adam Jackson · 15 years ago
  56. 6363ee6 drm/i915: parse child device from VBT by Zhao Yakui · 15 years ago
  57. 29874f4 drm/i915: fix gpio register detection logic for BIOS without VBT by Shaohua Li · 15 years ago
  58. d1fcea6a drm/i915: Check whether the LVDS downclock is found in VBT by Zhao Yakui · 15 years ago
  59. 28c9773 drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS by Zhao Yakui · 15 years ago
  60. 181a533 drm/i915: Fix render reclock availability detection. by Andy Lutomirski · 15 years ago
  61. 339e5a4 drm/i915: Fix SSC frequence for IGDNG by Zhenyu Wang · 15 years ago
  62. 652c393 drm/i915: add dynamic clock frequency control by Jesse Barnes · 15 years ago
  63. db54501 drm/i915: Improve CRTDDC mapping by using VBT info by David Müller (ELSOFT AG) · 15 years ago
  64. 32f9d65 drm/i915: Add eDP support on IGDNG mobile chip by Zhenyu Wang · 15 years ago
  65. cdaa052 drm/I915: Fix offset to DVO timings in LVDS data by Zhao Yakui · 15 years ago
  66. 5019914 drm/i915: Fix for LVDS VBT change on IGDNG by Zhenyu Wang · 15 years ago
  67. 6ff4fd0 drm/i915: Set SSC frequency for 8xx chips correctly by ling.ma@intel.com · 15 years ago
  68. 1b16de0 drm/i915: fix LFP data fetch by Jesse Barnes · 15 years ago
  69. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 15 years ago
  70. 9b9d172 drm/i915: parse VBT general definition block to get the SDVO device info by yakui_zhao · 15 years ago
  71. 8863170 drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve them by Ma Ling · 15 years ago
  72. 37df967 drm/i915: handle bogus VBT panel timing by Jesse Barnes · 15 years ago
  73. 43565a0 drm: Use spread spectrum when the bios tells us it's ok. by Kristian Høgsberg · 15 years ago
  74. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago