1. 4165791 drm/i915: Make force_load_detect effective even w/ DMI quirks/hotplug by Ville Syrjälä · 7 years ago
  2. dba14b2 drm/i915: Reinitialize sink scrambling/TMDS clock ratio on HPD by Ville Syrjälä · 7 years ago
  3. f073d78 Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 7 years ago
  4. 5372252 drm/i915/crt: Remove obsolete kerneldoc-esque comment by Chris Wilson · 7 years ago
  5. 2927e42 drm/i915/crt: Silence compiler warning for uninitialised status by Chris Wilson · 7 years ago
  6. e995ca0b drm/i915: Provide a device level .mode_valid() hook by Ville Syrjälä · 7 years ago
  7. c249f1f drm/i915: Eliminate crtc->config usage from CRT code by Ville Syrjälä · 7 years ago
  8. e1214b9 drm/i915: Populate output_types from .get_config() by Ville Syrjälä · 7 years ago
  9. 2f26cdc drm/i915/crt: split compute_config hook by platforms by Jani Nikula · 7 years ago
  10. c5ce4ef drm/i915/crt: clean up encoder hook assignment by Jani Nikula · 7 years ago
  11. 27d81c2 drm/i915: push DDI FDI link training on enable to CRT encoder by Jani Nikula · 7 years ago
  12. 3daa3ce drm/i915: push DDI CRT underrun reporting on disable to encoder by Jani Nikula · 7 years ago
  13. 51c4fa6 drm/i915: push DDI CRT underrun reporting on enable to encoder by Jani Nikula · 7 years ago
  14. 4f044a8 drm/i915: Rename global i915 to i915_modparams by Michal Wajdeczko · 7 years ago
  15. 5f88a9c drm/i915: Constify states passed to enable/disable/etc. encoder hooks by Ville Syrjälä · 7 years ago
  16. 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 7 years ago
  17. 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 7 years ago
  18. eadc1db drm/i915: Convert intel_crt connector properties to atomic. by Maarten Lankhorst · 8 years ago
  19. 6c5ed5a drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connector_modes, v4. by Maarten Lankhorst · 8 years ago
  20. 79f255a drm/i915: Store encoder power domain in struct intel_encoder by Ander Conselvan de Oliveira · 8 years ago
  21. c96b63a drm/i915: Don't leak edid in intel_crt_detect_ddc() by Ander Conselvan de Oliveira · 8 years ago
  22. c39055b drm/i915: Pass dev_priv to intel_setup_outputs() by Ander Conselvan de Oliveira · 8 years ago
  23. 6647847 drm/i915: Assorted INTEL_INFO(dev) cleanups by Tvrtko Ursulin · 8 years ago
  24. 56b857a drm/i915: More assorted dev_priv cleanups by Tvrtko Ursulin · 8 years ago
  25. 0f0f74b drm/i915: Pass dev_priv to intel_wait_for_vblank() by Ville Syrjälä · 8 years ago
  26. 5db9401 drm/i915: Make IS_GEN macros only take dev_priv by Tvrtko Ursulin · 8 years ago
  27. 11a914c drm/i915: Make IS_VALLEYVIEW only take dev_priv by Tvrtko Ursulin · 8 years ago
  28. 9beb5fe drm/i915: Make IS_G4X only take dev_priv by Tvrtko Ursulin · 8 years ago
  29. 50a0bc9 drm/i915: Make INTEL_DEVID only take dev_priv by Tvrtko Ursulin · 8 years ago
  30. 6e26695 drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv by Tvrtko Ursulin · 8 years ago
  31. 4f8036a drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv by Tvrtko Ursulin · 8 years ago
  32. 69a44b1 drm/i915: Add spurious CRT DMI match for Intel DZ77BH-55K by Ville Syrjälä · 8 years ago
  33. f0dfb1a drm/i915: Register shadow VGA even when it produces spurious detection results by Ville Syrjälä · 8 years ago
  34. 26aa233 Revert "Skip intel_crt_init for Dell XPS 8700" by Ville Syrjälä · 8 years ago
  35. 03cdc1d drm/i915: Store port enum in intel_encoder by Pandiyan, Dhinakaran · 8 years ago
  36. b707654 drm/i915: Cleanup crt disable sequence on hsw+ by Maarten Lankhorst · 8 years ago
  37. 225cc34 drm/i915: Convert intel_crt to use atomic state by Maarten Lankhorst · 8 years ago
  38. 0a478c2 drm/i915: Make encoder->compute_config take the connector state by Maarten Lankhorst · 8 years ago
  39. fd6bbda drm/i915: Pass crtc_state and connector_state to encoder functions by Maarten Lankhorst · 8 years ago
  40. b236d7c8 drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug() by Lyude · 9 years ago
  41. 9504a89 drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() by Lyude · 9 years ago
  42. 28cf71c drm/i915/vlv: Make intel_crt_reset() per-encoder by Lyude · 9 years ago
  43. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 9 years ago
  44. fd3790d drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  45. a522ae4 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  46. e1672d1 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  47. 843152b drm/i915: Move connector registration to driver registration by Chris Wilson · 9 years ago
  48. 1ebaa0b drm/i915: Move backlight registration to connector registration by Chris Wilson · 9 years ago
  49. c191eca drm/i915: Move intel_connector->unregister to connector->early_unregister by Chris Wilson · 9 years ago
  50. cc22a86 drm: i915: Rely on the default ->best_encoder() behavior where appropriate by Boris Brezillon · 9 years ago
  51. 580d8ed drm/i915: Give encoders useful names by Ville Syrjälä · 9 years ago
  52. f58a1ac drm/i915: Bail out of pipe config compute loop on LPT by Daniel Vetter · 9 years ago
  53. daedf20 drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c by Ander Conselvan de Oliveira · 9 years ago
  54. 32fff61 drm/i915: Do not return unknown status when load detection is tested. by Maarten Lankhorst · 9 years ago
  55. debded8 drm/i915: Try to fix CRT port clock limits by Ville Syrjälä · 9 years ago
  56. 8802e5b drm/i915: Read out VGA dotclock properly on LPT by Ville Syrjälä · 9 years ago
  57. e3b247d drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config() by Ville Syrjälä · 9 years ago
  58. 7bb4afb drm/i915: Use correct dpms for intel_enable_crt. by Maarten Lankhorst · 9 years ago
  59. c8ecb2f drm/i915: Use atomic state for load detect in crt. by Maarten Lankhorst · 9 years ago
  60. 1c8fdda drm/i915/crt: Ensure the HW is powered during HW state readout by Imre Deak · 9 years ago
  61. f8700b3 drm/i915: CRT pixel clock check by Mika Kahola · 9 years ago
  62. ade1ba7 Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  63. 51bce5b Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  64. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  65. 92966a3 drm/i915: Disable FDI after the CRT port on LPT-H by Ville Syrjälä · 9 years ago
  66. 6c03a6b drm/i915: Don't register CRT connector when it's fused off by Ville Syrjälä · 9 years ago
  67. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  68. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  69. 00490c2 drm/i915: Consider SPLL as another shared pll, v2. by Maarten Lankhorst · 9 years ago
  70. eede3b5 drm/i915: s/_FDI_RXA_.../FDI_RX_...(PIPE_A)/ by Ville Syrjälä · 9 years ago
  71. 7c5f93b drm/i915: Constify adjusted_mode by Ville Syrjälä · 9 years ago
  72. 0706f17 drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2 by Egbert Eich · 9 years ago
  73. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  74. ee165b1 drm/i915: Validate the state after an atomic modeset only, and pass the state. by Maarten Lankhorst · 9 years ago
  75. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  76. 1ea56e2 drm/i915: Disable CRT port after pipe on PCH platforms by Ville Syrjälä · 10 years ago
  77. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  78. 988c701 drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_* by Jani Nikula · 10 years ago
  79. 5bedeb2 drm/i915: Add module param to test the load detect code by Daniel Vetter · 10 years ago
  80. 9896972 drm/i915: Implement connector state duplication by Ander Conselvan de Oliveira · 10 years ago
  81. 49172fe drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() by Ander Conselvan de Oliveira · 10 years ago
  82. 2545e4a drm/i915: Add atomic_get_property entrypoint for connectors (v2) by Matt Roper · 10 years ago
  83. c6f95f2 drm/i915: Setup dummy atomic state for connectors (v3) by Matt Roper · 10 years ago
  84. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  85. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  86. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  87. 0039a4b3 drm/i915: Don't claim that we're resetting PCH ADPA register by Ville Syrjälä · 10 years ago
  88. f458ebb drm/i915: Bikeshed rpm functions name a bit. by Daniel Vetter · 10 years ago
  89. bbe1c27 drm/i915: Remove bogus __init annotation from DMI callbacks by Mathias Krause · 10 years ago
  90. 208bf9f drm/i915: Fix locking for intel_enable_pipe_a() by Ville Syrjälä · 10 years ago
  91. 4dac3ed Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 10 years ago
  92. 4651fb2 drm/i915: remove useless runtime PM get calls by Paulo Zanoni · 11 years ago
  93. c51f716 Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  94. 0e50338 drm/i915: Precompute static ddi_pll_sel values in encoders by Daniel Vetter · 11 years ago
  95. abfdc1e drm/i915: Move SPLL disabling into hsw_crt_post_disable by Daniel Vetter · 11 years ago
  96. 082717e drm/i915: Move the SPLL enabling into hsw_crt_pre_enable by Daniel Vetter · 11 years ago
  97. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 11 years ago
  98. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  99. c23cc41 drm/i915: replace drm_get_connector_name() with direct name field use by Jani Nikula · 11 years ago
  100. 894ed1e drm/i915/crt: Remove ->mode_set callback by Daniel Vetter · 11 years ago