1. 82a4d9c drm/i915: turn the eDP DDI panel on/off by Paulo Zanoni · 12 years ago
  2. d6c50ff drm/i915: set/unset the DDI eDP backlight by Paulo Zanoni · 12 years ago
  3. b8fc2f6 drm/i915: set the correct eDP aux channel clock divider on DDI by Paulo Zanoni · 12 years ago
  4. ad80a81 drm/i915: convert DDI_FUNC_CTL to transcoder by Paulo Zanoni · 12 years ago
  5. a5c961d drm/i915: add TRANSCODER_EDP by Paulo Zanoni · 12 years ago
  6. 051f866 drm/i915: remove an extra #define for DP_RECEIVER_CAP_SIZE by Jani Nikula · 12 years ago
  7. d2acd21 drm/i915/eDP: compute the panel power clock divisor from the pch rawclock by Daniel Vetter · 12 years ago
  8. 2d354c3 drm/i915: Don't try to use SPR_SCALE when we don't have a sprite scaler by Damien Lespiau · 12 years ago
  9. 9cd300e drm/i915: Move cached EDID to intel_connector by Jani Nikula · 12 years ago
  10. dd06f90 drm/i915: Move the fixed mode to intel_panel by Jani Nikula · 12 years ago
  11. 1d50870 drm/i915: Create generic intel_panel for LVDS and eDP by Jani Nikula · 12 years ago
  12. 0657b6b drm/i915: Backlight setup requires connector so pass it as parameter by Jani Nikula · 12 years ago
  13. c2fb791 Merge tag 'v3.7-rc2' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  14. c19b066 drm/i915: implement Haswell DP link train sequence by Paulo Zanoni · 12 years ago
  15. 247d89f drm/i915: add DP support to intel_ddi_mode_set by Paulo Zanoni · 12 years ago
  16. dae8479 drm/i915: add intel_ddi_set_pipe_settings by Paulo Zanoni · 12 years ago
  17. 7739c33 drm/i915: add DP support to intel_ddi_enable_pipe_func by Paulo Zanoni · 12 years ago
  18. 6441ab5 drm/i915: completely rewrite the Haswell PLL handling code by Paulo Zanoni · 12 years ago
  19. fc91463 drm/i915: enable and disable PIPE_CLK_SEL at the right time by Paulo Zanoni · 12 years ago
  20. 8d9ddbc drm/i915: enable and disable DDI_FUNC_CTL at the right time by Paulo Zanoni · 12 years ago
  21. 79f689a drm/i915: rewrite the LCPLL code by Paulo Zanoni · 12 years ago
  22. 1f31c69 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  23. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  24. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  25. edb3924 drm/i915/dp: Fetch downstream port info if needed during DPCD fetch by Adam Jackson · 12 years ago
  26. b091cd9 drm/i915/dp: Fetch downstream port info if needed during DPCD fetch by Adam Jackson · 12 years ago
  27. bf49ec8 drm/i915: add encoder->pre_enable/post_disable by Daniel Vetter · 12 years ago
  28. a1ceb67 Merge the modeset-rework, basic conversion into drm-intel-next by Daniel Vetter · 12 years ago
  29. b980514 drm/i915: improve modeset state checking after dpms calls by Daniel Vetter · 12 years ago
  30. a261b24 drm/i915: disable all crtcs at suspend time by Daniel Vetter · 12 years ago
  31. ea9d758 drm/i915: push commit_output_state past the crtc/encoder preparing by Daniel Vetter · 12 years ago
  32. 1f70385 drm/i915: s/intel_encoder_disable/intel_encoder_noop by Daniel Vetter · 12 years ago
  33. 6ed0f79 drm/i915: use staged outuput config in tv->mode_fixup by Daniel Vetter · 12 years ago
  34. 94352cf drm/i915: push crtc->fb update into pipe_set_base by Daniel Vetter · 12 years ago
  35. 9a93585 drm/i915: stage modeset output changes by Daniel Vetter · 12 years ago
  36. 1aa4b62 drm/i915: don't save all the encoder/crtc state in set_config by Daniel Vetter · 12 years ago
  37. 5e2b584 drm/i915: extract intel_set_config_compute_mode_changes by Daniel Vetter · 12 years ago
  38. d9e5560 drm/i915: introduce struct intel_set_config by Daniel Vetter · 12 years ago
  39. 24e804b drm/i915: rip out intel_dp->dpms_mode by Daniel Vetter · 12 years ago
  40. 84bb65bd drm/i915: rip out intel_crtc->dpms_mode by Daniel Vetter · 12 years ago
  41. 0a91ca2 drm/i915: check connector hw/sw state by Daniel Vetter · 12 years ago
  42. 85234cd drm/i915/hdmi: implement get_hw_state by Daniel Vetter · 12 years ago
  43. f0947c3 drm/i915: Add interfaces to read out encoder/connector hw state by Daniel Vetter · 12 years ago
  44. 08a4846 drm/i915: WARN when trying to enabled an unused crtc by Daniel Vetter · 12 years ago
  45. c9deac9 drm/i915: rip out encoder->prepare/commit by Daniel Vetter · 12 years ago
  46. a6778b3 drm/i915: copy&paste drm_crtc_helper_set_mode by Daniel Vetter · 12 years ago
  47. 61b77dd drm/i915: clean up encoder_prepare/commit by Daniel Vetter · 12 years ago
  48. b2cabb0 drm/i915: convert dpms functions of dvo/sdvo/crt by Daniel Vetter · 12 years ago
  49. 5ab432e drm/i915/hdmi: convert to encoder->disable/enable by Daniel Vetter · 12 years ago
  50. ef9c3ae drm/i915: add direct encoder disable/enable infrastructure by Daniel Vetter · 12 years ago
  51. 0cc2764 drm/i915: use cpu_relax() in wait_for_atomic by Ben Widawsky · 12 years ago
  52. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  53. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  54. d2434ab drm/i915: drop intel_encoder argument to load_detect_pipe functions by Daniel Vetter · 12 years ago
  55. 4eab813 drm/i915: extract connector update from intel_ddc_get_modes() for reuse by Jani Nikula · 12 years ago
  56. a22ddff Merge tag 'v3.6-rc2' into drm-intel-next by Daniel Vetter · 12 years ago
  57. bcf9dcc drm/i915: Workaround hang with BSD and forcewake on SandyBridge by Chris Wilson · 12 years ago
  58. faea35d drm/i915: Make intel_panel_get_backlight static. by Stéphane Marchesin · 12 years ago
  59. acbe947 drm/i915: rip out sanitize_pm again by Daniel Vetter · 12 years ago
  60. f047e39 drm/i915: Avoid concurrent access when marking the device as idle/busy by Chris Wilson · 12 years ago
  61. ab9d7c3 drm/i915: add port field to struct intel_dp and use it by Paulo Zanoni · 12 years ago
  62. 08d644a drm/i915: add port parameter to intel_hdmi_init by Daniel Vetter · 12 years ago
  63. 66a9278 drm/i915: simplify possible_clones computation by Daniel Vetter · 12 years ago
  64. 54d63ca drm/i915: Move DP structs to shared location by Shobhit Kumar · 12 years ago
  65. 4d678e1 drm/i915: kill intel_ddc_probe by Daniel Vetter · 12 years ago
  66. 0232e92 drm/i915: initialize power wells in modeset_init_hw by Eugeni Dodonov · 12 years ago
  67. e506a0c drm/i915: introduce crtc->dspaddr_offset by Daniel Vetter · 12 years ago
  68. 930ebb4 drm/i915: fix up ilk rc6 disabling confusion by Daniel Vetter · 12 years ago
  69. 6590190 drm/i915: move force wake support into intel_pm by Eugeni Dodonov · 12 years ago
  70. 8090c6b drm/i915: wrap up gt powersave enabling functions by Daniel Vetter · 12 years ago
  71. 93314b5 drm/i915: Switch off FBC when disabling the primary plane when obscured by Chris Wilson · 12 years ago
  72. 24ded20 drm/i915: properly enable the blc controller on the right pipe by Daniel Vetter · 12 years ago
  73. cb1793c drm/i915: don't chnage the original mode in dp_mode_fixup by Daniel Vetter · 12 years ago
  74. 94bf2ce drm/i915: compute the target_clock for edp directly by Daniel Vetter · 12 years ago
  75. 687f4d0 drm/i915: add set_infoframes to struct intel_hdmi by Paulo Zanoni · 12 years ago
  76. 81014b9 drm/i915: fixup infoframe support for sdvo by Daniel Vetter · 12 years ago
  77. 72662e1 drm/i915: prepare HDMI link for Haswell by Eugeni Dodonov · 12 years ago
  78. f5bbfca drm/i915: move HDMI structs to shared location by Eugeni Dodonov · 12 years ago
  79. 0e72a5b drm/i915: detect digital outputs on Haswell by Eugeni Dodonov · 12 years ago
  80. 1f8eeab drm/i915: program WM_LINETIME on Haswell by Eugeni Dodonov · 12 years ago
  81. c82e4d2 drm/i915: support DDI training in FDI mode by Eugeni Dodonov · 12 years ago
  82. 45244b8 drm/i915: initialize DDI buffer translations by Eugeni Dodonov · 12 years ago
  83. 5e13a0c Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  84. dc257cf Merge tag 'v3.4-rc6' into drm-intel-next by Daniel Vetter · 12 years ago
  85. 9104183 drm/i915: Periodically sanity check power management by Chris Wilson · 12 years ago
  86. c846b61 drm/i915: make DBLCLK modes work by Paulo Zanoni · 12 years ago
  87. 0aa534d drm/i915: rename AVI InfoFrame field 'PR' to 'YQ_CN_PR' by Paulo Zanoni · 12 years ago
  88. b3daeae drm/i915: move rps/emon function declarations by Daniel Vetter · 12 years ago
  89. eb48eb0 drm/i915: move the ips code to intel_pm.c by Daniel Vetter · 12 years ago
  90. ee7b9f9 drm/i915: manage PCH PLLs separately from pipes by Jesse Barnes · 12 years ago
  91. 1fa6110 drm/i915: add generic power management initialization by Eugeni Dodonov · 12 years ago
  92. 6f1d69b drm/i915: move clock gating functionality into intel_pm module by Eugeni Dodonov · 12 years ago
  93. 2b4e57b drm/i915: move drps, rps and rc6-related functions to intel_pm by Eugeni Dodonov · 12 years ago
  94. b445e3b drm/i915: move watermarks settings into intel_pm module by Eugeni Dodonov · 12 years ago
  95. 85208be drm/i915: move fbc-related functionality into intel_pm module by Eugeni Dodonov · 12 years ago
  96. f681fa2 drm/i915: Export the generic, not arch specific, intel_update_watermarks() by Chris Wilson · 12 years ago
  97. f9bef08 drm/i915: don't clobber the special upscaling lvds timings by Daniel Vetter · 12 years ago
  98. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  99. 3fa016a drm/i915: suspend fbdev device around suspend/hibernate by Dave Airlie · 13 years ago
  100. 57f350b drm/i915: add DPIO support by Jesse Barnes · 13 years ago