1. 5f88a9c drm/i915: Constify states passed to enable/disable/etc. encoder hooks by Ville Syrjälä · 7 years ago
  2. dc911f5 drm/i915/edp: Allow alternate fixed mode for eDP if available. by Jim Bride · 7 years ago
  3. 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 7 years ago
  4. 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 7 years ago
  5. b037d58 drm/i915: Pass crtc_state and connector state to backlight enable/disable functions by Maarten Lankhorst · 8 years ago
  6. ca93758 drm/i915: Convert LVDS connector properties to atomic. by Maarten Lankhorst · 8 years ago
  7. 8b45330 drm/i915: Use per-connector scaling mode property by Maarten Lankhorst · 8 years ago
  8. eead06d drm/i915: Use atomic scaling_mode instead of panel.fitting_mode by Maarten Lankhorst · 8 years ago
  9. 79f255a drm/i915: Store encoder power domain in struct intel_encoder by Ander Conselvan de Oliveira · 8 years ago
  10. 1650be7 drm/i915: Intel panel detection cleanup by Mika Kahola · 8 years ago
  11. c39055b drm/i915: Pass dev_priv to intel_setup_outputs() by Ander Conselvan de Oliveira · 8 years ago
  12. 6647847 drm/i915: Assorted INTEL_INFO(dev) cleanups by Tvrtko Ursulin · 8 years ago
  13. b91eb5c drm/i915: Pass dev_priv to intel_get_crtc_for_pipe() by Ville Syrjälä · 8 years ago
  14. e2af48c drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[] by Ville Syrjälä · 8 years ago
  15. 5db9401 drm/i915: Make IS_GEN macros only take dev_priv by Tvrtko Ursulin · 8 years ago
  16. 50a0bc9 drm/i915: Make INTEL_DEVID only take dev_priv by Tvrtko Ursulin · 8 years ago
  17. 6e26695 drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv by Tvrtko Ursulin · 8 years ago
  18. c0c8b9ed Merge tag 'drm-for-v4.9' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  19. 03cdc1d drm/i915: Store port enum in intel_encoder by Pandiyan, Dhinakaran · 8 years ago
  20. b81a617 Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  21. 51d6120 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  22. d468e21 drm/i915: Convert intel_lvds to use atomic state by Maarten Lankhorst · 8 years ago
  23. 0a478c2 drm/i915: Make encoder->compute_config take the connector state by Maarten Lankhorst · 8 years ago
  24. fd6bbda drm/i915: Pass crtc_state and connector_state to encoder functions by Maarten Lankhorst · 8 years ago
  25. 4644453 drm: Remove display_info->min/max_(h|v)max by Daniel Vetter · 8 years ago
  26. 8090ba8 drm/i915: Apply the PPS register unlock workaround more consistently by Imre Deak · 8 years ago
  27. ed6143b8 drm/i915/lvds: Restore initial HW state during encoder enabling by Imre Deak · 8 years ago
  28. 5a162e2 drm/i915: Merge TARGET_POWER_ON and PANEL_POWER_ON flag definitions by Imre Deak · 8 years ago
  29. 44cb734 drm/i915: Merge the PPS register definitions by Imre Deak · 8 years ago
  30. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  31. f1fda74 drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds() by Chris Wilson · 8 years ago
  32. 7cf41c3 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  33. 0d01d0c drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  34. 843152b drm/i915: Move connector registration to driver registration by Chris Wilson · 8 years ago
  35. 1ebaa0b drm/i915: Move backlight registration to connector registration by Chris Wilson · 8 years ago
  36. fda9ee9 drm/i915: Move panel's backlight setup next to panel init by Chris Wilson · 8 years ago
  37. 10bb667 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  38. 97a824e1 drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected by Imre Deak · 9 years ago
  39. c191eca drm/i915: Move intel_connector->unregister to connector->early_unregister by Chris Wilson · 9 years ago
  40. cc22a86 drm: i915: Rely on the default ->best_encoder() behavior where appropriate by Boris Brezillon · 9 years ago
  41. df45724 drm/i915: Extract physical display dimensions from VBT by Ville Syrjälä · 9 years ago
  42. 580d8ed drm/i915: Give encoders useful names by Ville Syrjälä · 9 years ago
  43. 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 9 years ago
  44. a0cbe6a drm/i915/lvds: separate border enable readout from panel fitter by Jani Nikula · 9 years ago
  45. 9f54d4bd drm/i915: fix deadlock on lid open by Bjørn Mork · 9 years ago
  46. 6aa23e6 drm/i915: use a substruct in vbt data for edp by Jani Nikula · 9 years ago
  47. 5a69d13 drm/i915: move VBT based LVDS presence check to intel_bios.c by Jani Nikula · 9 years ago
  48. 8106ddb drm/i915: Store a direct pointer to shared dpll in intel_crtc_state by Ander Conselvan de Oliveira · 9 years ago
  49. e3b247d drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config() by Ville Syrjälä · 9 years ago
  50. ecb2448 drm/i915/lvds: Ensure the HW is powered during HW state readout by Imre Deak · 9 years ago
  51. 4eddaee drm/i915: Switch DDC when reading the EDID by Lukas Wunner · 9 years ago
  52. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  53. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  54. af9b9c1 drm/i915: Clean up LVDS register handling harder by Lukas Wunner · 9 years ago
  55. d0669d0 drm/i915: Clean up LVDS register handling by Ville Syrjälä · 9 years ago
  56. 124abe0 drm/i915: Always call the adjusted mode 'adjusted_mode' by Ville Syrjälä · 9 years ago
  57. 96d12cb drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5 by Imre Deak · 9 years ago
  58. c5796b7 drm/i915: access the PP_CONTROL reg only pre GEN5 by Imre Deak · 9 years ago
  59. 7f7b58c drm/i915: LVDS pixel clock check by Mika Kahola · 9 years ago
  60. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  61. 043e9bd drm/i915: Convert resume to atomic. by Maarten Lankhorst · 9 years ago
  62. d26a5b6 drm/i915: Disable LVDS port after the pipe on PCH by Ville Syrjälä · 9 years ago
  63. c329a4e drm/i915: Nuke lvds downclock support by Daniel Vetter · 10 years ago
  64. eebaed6 drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOS by Chris Wilson · 10 years ago
  65. bdcddf9 Backmerge v4.1-rc4 into into drm-next by Dave Airlie · 10 years ago
  66. 3916e3f drm/i915: Add missing MacBook Pro models with dual channel LVDS by Lukas Wunner · 10 years ago
  67. 6f317cf drm/i915: Assume dual channel LVDS if pixel clock necessitates it by Lukas Wunner · 10 years ago
  68. 08d9bc9 drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  69. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  70. 88ac793 drm/i915: base gmbus pin validity check on the gmbus pin map array by Jani Nikula · 10 years ago
  71. 0184df4 drm/i915: refer to pin instead of port in the intel_i2c.c interfaces by Jani Nikula · 10 years ago
  72. 988c701 drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_* by Jani Nikula · 10 years ago
  73. d21bd67 drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config() by Ander Conselvan de Oliveira · 10 years ago
  74. 9896972 drm/i915: Implement connector state duplication by Ander Conselvan de Oliveira · 10 years ago
  75. 83d6573 drm/i915: Use enabled value from crtc_state rather than crtc (v2) by Matt Roper · 10 years ago
  76. 2545e4a drm/i915: Add atomic_get_property entrypoint for connectors (v2) by Matt Roper · 10 years ago
  77. c6f95f2 drm/i915: Setup dummy atomic state for connectors (v3) by Matt Roper · 10 years ago
  78. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  79. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  80. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  81. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 10 years ago
  82. b0616c5 drm/i915: Unlock panel even when LVDS is disabled by Daniel Vetter · 10 years ago
  83. 6517d27 drm/i915: Pass the current pipe from eDP init to backlight setup by Ville Syrjälä · 10 years ago
  84. f458ebb drm/i915: Bikeshed rpm functions name a bit. by Daniel Vetter · 10 years ago
  85. b2efb3f drm: backmerge tag 'v3.17-rc5' into drm-next by Dave Airlie · 10 years ago
  86. bbe1c27 drm/i915: Remove bogus __init annotation from DMI callbacks by Mathias Krause · 10 years ago
  87. b2784e1 drm/i915: Introduce a for_each_intel_encoder() macro by Damien Lespiau · 10 years ago
  88. 5d42f82 Merge tag 'v3.16' into drm-next by Dave Airlie · 10 years ago
  89. 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
  90. 6b89cdd Revert "drm/i915: Don't set the 8to6 dither flag when not scaling" by Daniel Vetter · 10 years ago
  91. 1f835a7 drm/i915: don't read LVDS regs at compute_config time by Paulo Zanoni · 10 years ago
  92. 34a6c70 drm/i915: check the power domains in intel_lvds_get_hw_state() by Paulo Zanoni · 10 years ago
  93. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 11 years ago
  94. c23cc41 drm/i915: replace drm_get_connector_name() with direct name field use by Jani Nikula · 11 years ago
  95. 85a50fb drm/i915/lvds: Remove ->mode_set callback by Daniel Vetter · 11 years ago
  96. 773875b drm/i915: Don't set the 8to6 dither flag when not scaling by Daniel Vetter · 11 years ago
  97. 4da9854 drm/i915: add locking to fixed panel edid probing by Daniel Vetter · 11 years ago
  98. bc079e8 drm/i915: Make encoder cloning more flexible by Ville Syrjälä · 11 years ago
  99. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 11 years ago
  100. 7fb4a3a drm/i915/lvds: Remove dead code from failing case by Damien Lespiau · 11 years ago