1. 79f255a drm/i915: Store encoder power domain in struct intel_encoder by Ander Conselvan de Oliveira · 8 years ago
  2. 73f67aa drm/i915: distinguish G33 and Pineview from each other by Jani Nikula · 8 years ago
  3. c39055b drm/i915: Pass dev_priv to intel_setup_outputs() by Ander Conselvan de Oliveira · 8 years ago
  4. 6647847 drm/i915: Assorted INTEL_INFO(dev) cleanups by Tvrtko Ursulin · 8 years ago
  5. 646d577 drm/i915: Pass dev_priv to IS_MOBILE() by Ville Syrjälä · 8 years ago
  6. 0f0f74b drm/i915: Pass dev_priv to intel_wait_for_vblank() by Ville Syrjälä · 8 years ago
  7. 50a0bc9 drm/i915: Make INTEL_DEVID only take dev_priv by Tvrtko Ursulin · 8 years ago
  8. 6e26695 drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv by Tvrtko Ursulin · 8 years ago
  9. 579627e drm/i915: Shrink sdvo_cmd_names by Tvrtko Ursulin · 8 years ago
  10. 03cdc1d drm/i915: Store port enum in intel_encoder by Pandiyan, Dhinakaran · 8 years ago
  11. f9fe053 drm/i915: Convert intel_sdvo to use atomic state by Maarten Lankhorst · 8 years ago
  12. 0a478c2 drm/i915: Make encoder->compute_config take the connector state by Maarten Lankhorst · 8 years ago
  13. fd6bbda drm/i915: Pass crtc_state and connector_state to encoder functions by Maarten Lankhorst · 8 years ago
  14. 52a05c3 drm/i915: pdev cleanup by David Weinehall · 8 years ago
  15. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 8 years ago
  16. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  17. 843152b drm/i915: Move connector registration to driver registration by Chris Wilson · 8 years ago
  18. 1ebaa0b drm/i915: Move backlight registration to connector registration by Chris Wilson · 8 years ago
  19. 7a418e3 drm/i915: Move registration actions to connector->late_register by Chris Wilson · 8 years ago
  20. c191eca drm/i915: Move intel_connector->unregister to connector->early_unregister by Chris Wilson · 8 years ago
  21. cc22a86 drm: i915: Rely on the default ->best_encoder() behavior where appropriate by Boris Brezillon · 9 years ago
  22. 580d8ed drm/i915: Give encoders useful names by Ville Syrjälä · 9 years ago
  23. 9d6c875 drm/i915: move sdvo mappings to vbt data by Jani Nikula · 9 years ago
  24. e3b247d drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config() by Ville Syrjälä · 9 years ago
  25. 24b2388 drm/i915: SDVO pixel clock check by Mika Kahola · 9 years ago
  26. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  27. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  28. 2a5c083 drm/i915: s/is_sdvob/enum port/ by Ville Syrjälä · 9 years ago
  29. 0c241d5 drm/i915: Disable FIFO underrun reporting around IBX transcoder B workaround by Ville Syrjälä · 9 years ago
  30. 3a2fb2c Revert "drm/i915: Call encoder hotplug for init and resume cases" by Daniel Vetter · 9 years ago
  31. 5d250b0 drm/i915: Call encoder hotplug for init and resume cases by Sonika Jindal · 9 years ago
  32. 7949dd4 drm/i915: Add HDMI aspect ratio property for SDVO by Ville Syrjälä · 9 years ago
  33. 7c5f93b drm/i915: Constify adjusted_mode by Ville Syrjälä · 9 years ago
  34. aad941d drm/i915: Always use crtc_ timings when dealing with adjustead_mode by Ville Syrjälä · 9 years ago
  35. 5e7234c drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjusted_mode by Ville Syrjälä · 9 years ago
  36. 124abe0 drm/i915: Always call the adjusted mode 'adjusted_mode' by Ville Syrjälä · 9 years ago
  37. 8bd864b drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus() by Ville Syrjälä · 9 years ago
  38. 4d9194d drm/i915: Make some string arrays const by Ville Syrjälä · 9 years ago
  39. 53abb67 drm/i915: Use ARRAY_SIZE() instead of hand rolling it by Ville Syrjälä · 9 years ago
  40. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  41. ee165b1 drm/i915: Validate the state after an atomic modeset only, and pass the state. by Maarten Lankhorst · 9 years ago
  42. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  43. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  44. 8ce7da4 drm/i915: Properly initialize SDVO analog connectors by Ander Conselvan de Oliveira · 10 years ago
  45. 3c65d1d drm/i915: Disable SDVO port after the pipe on PCH platforms by Ville Syrjälä · 10 years ago
  46. 1612c8b drm/i915: Fix the IBX transcoder B workarounds by Ville Syrjälä · 10 years ago
  47. e8504ee drm/i915: Write the SDVO reg twice on IBX by Ville Syrjälä · 10 years ago
  48. abab631 drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox() by Ville Syrjälä · 10 years ago
  49. 08d9bc9 drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  50. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  51. 88ac793 drm/i915: base gmbus pin validity check on the gmbus pin map array by Jani Nikula · 10 years ago
  52. 0184df4 drm/i915: refer to pin instead of port in the intel_i2c.c interfaces by Jani Nikula · 10 years ago
  53. 988c701 drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_* by Jani Nikula · 10 years ago
  54. 9896972 drm/i915: Implement connector state duplication by Ander Conselvan de Oliveira · 10 years ago
  55. fd0753c drm/i915: Fix trivial typos in comments and warning message by Yannick Guerrini · 10 years ago
  56. 2545e4a drm/i915: Add atomic_get_property entrypoint for connectors (v2) by Matt Roper · 10 years ago
  57. c6f95f2 drm/i915: Setup dummy atomic state for connectors (v3) by Matt Roper · 10 years ago
  58. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  59. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  60. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  61. 1d83d95 drm/i915: Don't pretend SDVO hotplug works on 915 by Ville Syrjälä · 10 years ago
  62. 9d5fab40 drm/i915: Don't destroy DRM properties in the driver by Damien Lespiau · 10 years ago
  63. afa95e7 Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  64. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 11 years ago
  65. 2b85886 drm/i915: Avoid div-by-zero when pixel_multiplier is zero by Ville Syrjälä · 10 years ago
  66. c23cc41 drm/i915: replace drm_get_connector_name() with direct name field use by Jani Nikula · 11 years ago
  67. 9f04003 drm/i915/sdvo: use config->has_hdmi_sink by Daniel Vetter · 11 years ago
  68. b5a9fa0 drm/i915: state readout and cross checking for limited_color_range by Daniel Vetter · 11 years ago
  69. 69f5acc drm/i915/sdvo: Use pipe_config->limited_color_range consistently by Daniel Vetter · 11 years ago
  70. 192d47a drm/i915/sdvo: Remove ->mode_set callback by Daniel Vetter · 11 years ago
  71. 4d43e9b drm/i915/SDVO: For sysfs link put directory and target in correct order by Egbert Eich · 11 years ago
  72. d0a7b6d drm/i915/sdvo: fix questionable return value check by Jani Nikula · 11 years ago
  73. bc079e8 drm/i915: Make encoder cloning more flexible by Ville Syrjälä · 11 years ago
  74. 931c1c2 drm/i915: sdvo: add i2c sysfs symlink to the connector's directory by Imre Deak · 11 years ago
  75. c393454 drm/i915: sdvo: fix error path in sdvo_connector_init by Imre Deak · 11 years ago
  76. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 11 years ago
  77. fff6386 drm/i915: Don't cast away const from infoframe buffer by Ville Syrjälä · 11 years ago
  78. c19de8e drm/i915: Return a drm_mode_status enum in the mode_valid vfuncs by Damien Lespiau · 11 years ago
  79. 84fcb46 drm/i915/sdvo: Fix up debug output to not split lines by Daniel Vetter · 11 years ago
  80. d9255d5 drm/i915: destroy connector sysfs files earlier by Paulo Zanoni · 11 years ago
  81. 241bfc3 drm/i915: Use crtc_clock with the adjusted mode by Damien Lespiau · 11 years ago
  82. 46a3f4a drm/i915: Add some debug spam for intialising SDVO by Chris Wilson · 11 years ago
  83. b14c567 drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern by Daniel Vetter · 11 years ago
  84. b599c89 Merge tag 'v3.12-rc2' into drm-intel-next by Daniel Vetter · 11 years ago
  85. 18442d0 drm/i915: Fix port_clock and adjusted_mode.clock readout all over by Ville Syrjälä · 11 years ago
  86. 3c52f4e drm/i915: Make adjusted_mode.clock non-pixel multiplied by Ville Syrjälä · 11 years ago
  87. 1c4a814 drm/i915/sdvo: Robustify the dtd<->drm_mode conversions by Daniel Vetter · 11 years ago
  88. 3cea210 drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion by Daniel Vetter · 11 years ago
  89. ce14240 drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_ops by Damien Lespiau · 11 years ago
  90. eeb4793 drm/i915: handle sdvo input pixel multiplier correctly again by Daniel Vetter · 11 years ago
  91. 1ad87e7 i915: Fix SDVO potentially turning off randomly by Guillaume Clement · 11 years ago
  92. 15dcd35 drm/i915/sdvo: Port the infoframe code to the shared infrastructure by Damien Lespiau · 11 years ago
  93. 8aca63a drm/i915/sdvo: use intel_encoder for upcast helper by Daniel Vetter · 11 years ago
  94. 164c859 drm/i915: Add some debug breadcrumbs to connector detection by Chris Wilson · 11 years ago
  95. 53b9140 drm/i915: Don't attempt to read an unitialized stack value by Damien Lespiau · 11 years ago
  96. c93f54c drm/i915: pixel multiplier readout support for pch ports by Daniel Vetter · 11 years ago
  97. 2841926 Merge tag 'drm-intel-next-2013-06-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  98. 4300a0f Merge tag 'v3.10-rc7' into drm-next by Dave Airlie · 11 years ago
  99. fdafa9e drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLIT by Daniel Vetter · 11 years ago
  100. 2f28c50 drm/i915: Initialize active_outputs to never read unitialized values by Damien Lespiau · 11 years ago