aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c
AgeCommit message (Expand)Author
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-06-24drm/i915: Move connector registration to driver registrationChris Wilson
2016-06-24drm/i915: Move backlight registration to connector registrationChris Wilson
2016-06-24drm/i915: Move registration actions to connector->late_registerChris Wilson
2016-06-19drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson
2016-06-10drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon
2016-05-30drm/i915: Give encoders useful namesVille Syrjälä
2016-03-29drm/i915: move sdvo mappings to vbt dataJani Nikula
2016-03-01drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()Ville Syrjälä
2016-02-11drm/i915: SDVO pixel clock checkMika Kahola
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä
2015-11-18drm/i915: s/is_sdvob/enum port/Ville Syrjälä
2015-11-10drm/i915: Disable FIFO underrun reporting around IBX transcoder B workaroundVille Syrjälä
2015-10-08Revert "drm/i915: Call encoder hotplug for init and resume cases"Daniel Vetter
2015-10-06drm/i915: Call encoder hotplug for init and resume casesSonika Jindal
2015-09-30drm/i915: Add HDMI aspect ratio property for SDVOVille Syrjälä
2015-09-30drm/i915: Constify adjusted_modeVille Syrjälä
2015-09-30drm/i915: Always use crtc_ timings when dealing with adjustead_modeVille Syrjälä
2015-09-30drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjus...Ville Syrjälä
2015-09-30drm/i915: Always call the adjusted mode 'adjusted_mode'Ville Syrjälä
2015-09-23drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus()Ville Syrjälä
2015-08-26drm/i915: Make some string arrays constVille Syrjälä
2015-08-26drm/i915: Use ARRAY_SIZE() instead of hand rolling itVille Syrjälä
2015-08-14drm/i915: Get rid of dpms handling.Maarten Lankhorst
2015-08-14drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-08drm/i915: Properly initialize SDVO analog connectorsAnder Conselvan de Oliveira
2015-05-21drm/i915: Disable SDVO port after the pipe on PCH platformsVille Syrjälä
2015-05-21drm/i915: Fix the IBX transcoder B workaroundsVille Syrjälä
2015-05-21drm/i915: Write the SDVO reg twice on IBXVille Syrjälä
2015-05-08drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox()Ville Syrjälä
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira
2015-04-01drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula
2015-04-01drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula
2015-04-01drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula
2015-03-26drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira
2015-03-17drm/i915: Fix trivial typos in comments and warning messageYannick Guerrini
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper
2015-01-27drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira
2015-01-27drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira
2015-01-13drm/i915: Don't pretend SDVO hotplug works on 915Ville Syrjälä
2014-10-31drm/i915: Don't destroy DRM properties in the driverDamien Lespiau
2014-07-08Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-06-19drm: add register and unregister functions for connectorsThomas Wood