1. 63a23d2 drm/i915/backlight: Restore backlight on resume, v3. by Maarten Lankhorst · 6 years ago
  2. 9bedc7e drm/i915/lvds: nuke intel_lvds_supported() by Jani Nikula · 6 years ago
  3. 204474a drm/i915: Pass down rc in intel_encoder->compute_config() by Lyude Paul · 6 years ago
  4. 0e6e0be drm/i915: Markup paired operations on display power domains by Chris Wilson · 6 years ago
  5. 2f80d7b drm/i915: drop all drmP.h includes by Jani Nikula · 6 years ago
  6. cf819ef drm/i915: replace IS_GEN<N> with IS_GEN(..., N) by Lucas De Marchi · 6 years ago
  7. d9facae drm/i915: Introduce CRTC output format by Shashank Sharma · 6 years ago
  8. aee7d9b drm/i915: nuke the intel_lvds_connector by Jani Nikula · 6 years ago
  9. d4b26e4 drm/i915: add a common connector type independent destroy hook by Jani Nikula · 6 years ago
  10. ef8e0ff Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 7 years ago
  11. 05c72e7 drm/i915: Nuke the LVDS lid notifier by Ville Syrjälä · 7 years ago
  12. c555f02 drm: drop _mode_ from update_edit_property() by Daniel Vetter · 7 years ago
  13. e4dd27a drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI by Ville Syrjälä · 7 years ago
  14. ca3b3fa3 drm/i915: Consult VBT "LVDS config" bits to determine whether internal LVDS is present by Ville Syrjälä · 7 years ago
  15. 5255e2f drm/i915: Replace vbt edp.support with int_lvds_support by Ville Syrjälä · 7 years ago
  16. d93fa1b Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." by Jani Nikula · 7 years ago
  17. e578a57 drm/i915/lvds: Move acpi lid notification registration to registration phase by Chris Wilson · 7 years ago
  18. 7f7105f drm/i915: Disable LVDS on Radiant P845 by Ondrej Zary · 7 years ago
  19. a44628b drm/i915: Clean up LVDS pipe select bits by Ville Syrjälä · 7 years ago
  20. 280b54a drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log by Florent Flament · 7 years ago
  21. af4ef7d drm/i915/lvds: Fixup commentary by Chris Wilson · 7 years ago
  22. c56b89f drm/i915: Use INTEL_GEN everywhere by Tvrtko Ursulin · 7 years ago
  23. e1214b9 drm/i915: Populate output_types from .get_config() by Ville Syrjälä · 7 years ago
  24. 3c7b6b3 drm/i915: Allow PCH platforms fall back to BIOS LVDS mode by Ville Syrjälä · 7 years ago
  25. de33081 drm/i915: Reuse normal state readout for LVDS/DVO fixed mode by Ville Syrjälä · 7 years ago
  26. 4f044a8 drm/i915: Rename global i915 to i915_modparams by Michal Wajdeczko · 7 years ago
  27. 5f88a9c drm/i915: Constify states passed to enable/disable/etc. encoder hooks by Ville Syrjälä · 7 years ago
  28. dc911f5 drm/i915/edp: Allow alternate fixed mode for eDP if available. by Jim Bride · 7 years ago
  29. 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 7 years ago
  30. 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 7 years ago
  31. b037d58 drm/i915: Pass crtc_state and connector state to backlight enable/disable functions by Maarten Lankhorst · 8 years ago
  32. ca93758 drm/i915: Convert LVDS connector properties to atomic. by Maarten Lankhorst · 8 years ago
  33. 8b45330 drm/i915: Use per-connector scaling mode property by Maarten Lankhorst · 8 years ago
  34. eead06d drm/i915: Use atomic scaling_mode instead of panel.fitting_mode by Maarten Lankhorst · 8 years ago
  35. 79f255a drm/i915: Store encoder power domain in struct intel_encoder by Ander Conselvan de Oliveira · 8 years ago
  36. 1650be7 drm/i915: Intel panel detection cleanup by Mika Kahola · 8 years ago
  37. c39055b drm/i915: Pass dev_priv to intel_setup_outputs() by Ander Conselvan de Oliveira · 8 years ago
  38. 6647847 drm/i915: Assorted INTEL_INFO(dev) cleanups by Tvrtko Ursulin · 8 years ago
  39. b91eb5c drm/i915: Pass dev_priv to intel_get_crtc_for_pipe() by Ville Syrjälä · 8 years ago
  40. e2af48c drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[] by Ville Syrjälä · 8 years ago
  41. 5db9401 drm/i915: Make IS_GEN macros only take dev_priv by Tvrtko Ursulin · 8 years ago
  42. 50a0bc9 drm/i915: Make INTEL_DEVID only take dev_priv by Tvrtko Ursulin · 8 years ago
  43. 6e26695 drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv by Tvrtko Ursulin · 8 years ago
  44. c0c8b9e Merge tag 'drm-for-v4.9' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  45. 03cdc1d drm/i915: Store port enum in intel_encoder by Pandiyan, Dhinakaran · 8 years ago
  46. 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
  47. 51d6120 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  48. d468e21 drm/i915: Convert intel_lvds to use atomic state by Maarten Lankhorst · 8 years ago
  49. 0a478c2 drm/i915: Make encoder->compute_config take the connector state by Maarten Lankhorst · 8 years ago
  50. fd6bbda drm/i915: Pass crtc_state and connector_state to encoder functions by Maarten Lankhorst · 8 years ago
  51. 4644453 drm: Remove display_info->min/max_(h|v)max by Daniel Vetter · 8 years ago
  52. 8090ba8 drm/i915: Apply the PPS register unlock workaround more consistently by Imre Deak · 8 years ago
  53. ed6143b8 drm/i915/lvds: Restore initial HW state during encoder enabling by Imre Deak · 8 years ago
  54. 5a162e2 drm/i915: Merge TARGET_POWER_ON and PANEL_POWER_ON flag definitions by Imre Deak · 8 years ago
  55. 44cb734 drm/i915: Merge the PPS register definitions by Imre Deak · 8 years ago
  56. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 9 years ago
  57. f1fda74 drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds() by Chris Wilson · 9 years ago
  58. 7cf41c3 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  59. 0d01d0c drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  60. 843152b drm/i915: Move connector registration to driver registration by Chris Wilson · 9 years ago
  61. 1ebaa0b drm/i915: Move backlight registration to connector registration by Chris Wilson · 9 years ago
  62. fda9ee9 drm/i915: Move panel's backlight setup next to panel init by Chris Wilson · 9 years ago
  63. 10bb667 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  64. 97a824e1 drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected by Imre Deak · 9 years ago
  65. c191eca drm/i915: Move intel_connector->unregister to connector->early_unregister by Chris Wilson · 9 years ago
  66. cc22a86 drm: i915: Rely on the default ->best_encoder() behavior where appropriate by Boris Brezillon · 9 years ago
  67. df45724 drm/i915: Extract physical display dimensions from VBT by Ville Syrjälä · 9 years ago
  68. 580d8ed drm/i915: Give encoders useful names by Ville Syrjälä · 9 years ago
  69. 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 9 years ago
  70. a0cbe6a drm/i915/lvds: separate border enable readout from panel fitter by Jani Nikula · 9 years ago
  71. 9f54d4bd drm/i915: fix deadlock on lid open by Bjørn Mork · 9 years ago
  72. 6aa23e6 drm/i915: use a substruct in vbt data for edp by Jani Nikula · 9 years ago
  73. 5a69d13 drm/i915: move VBT based LVDS presence check to intel_bios.c by Jani Nikula · 9 years ago
  74. 8106ddb drm/i915: Store a direct pointer to shared dpll in intel_crtc_state by Ander Conselvan de Oliveira · 9 years ago
  75. e3b247d drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config() by Ville Syrjälä · 9 years ago
  76. ecb2448 drm/i915/lvds: Ensure the HW is powered during HW state readout by Imre Deak · 9 years ago
  77. 4eddaee drm/i915: Switch DDC when reading the EDID by Lukas Wunner · 9 years ago
  78. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  79. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  80. af9b9c1 drm/i915: Clean up LVDS register handling harder by Lukas Wunner · 9 years ago
  81. d0669d0 drm/i915: Clean up LVDS register handling by Ville Syrjälä · 9 years ago
  82. 124abe0 drm/i915: Always call the adjusted mode 'adjusted_mode' by Ville Syrjälä · 9 years ago
  83. 96d12cb drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5 by Imre Deak · 9 years ago
  84. c5796b7 drm/i915: access the PP_CONTROL reg only pre GEN5 by Imre Deak · 9 years ago
  85. 7f7b58c drm/i915: LVDS pixel clock check by Mika Kahola · 9 years ago
  86. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  87. 043e9bd drm/i915: Convert resume to atomic. by Maarten Lankhorst · 10 years ago
  88. d26a5b6 drm/i915: Disable LVDS port after the pipe on PCH by Ville Syrjälä · 10 years ago
  89. c329a4e drm/i915: Nuke lvds downclock support by Daniel Vetter · 10 years ago
  90. eebaed6 drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOS by Chris Wilson · 10 years ago
  91. bdcddf9 Backmerge v4.1-rc4 into into drm-next by Dave Airlie · 10 years ago
  92. 3916e3f drm/i915: Add missing MacBook Pro models with dual channel LVDS by Lukas Wunner · 10 years ago
  93. 6f317cf drm/i915: Assume dual channel LVDS if pixel clock necessitates it by Lukas Wunner · 10 years ago
  94. 08d9bc9 drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  95. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  96. 88ac793 drm/i915: base gmbus pin validity check on the gmbus pin map array by Jani Nikula · 10 years ago
  97. 0184df46 drm/i915: refer to pin instead of port in the intel_i2c.c interfaces by Jani Nikula · 10 years ago
  98. 988c701 drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_* by Jani Nikula · 10 years ago
  99. d21bd67 drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config() by Ander Conselvan de Oliveira · 10 years ago
  100. 9896972 drm/i915: Implement connector state duplication by Ander Conselvan de Oliveira · 10 years ago