summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dvo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-011-13/+15
|\
| * drm/i915/dvo: Fixup commentaryChris Wilson2018-02-141-13/+15
* | drm/i915: Provide a device level .mode_valid() hookVille Syrjälä2018-01-291-3/+0
|/
* drm/i915: Populate output_types from .get_config()Ville Syrjälä2017-10-301-0/+2
* drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä2017-10-111-25/+8
* drm/i915: Constify states passed to enable/disable/etc. encoder hooksVille Syrjälä2017-08-221-6/+6
* drm/i915/edp: Allow alternate fixed mode for eDP if available.Jim Bride2017-08-151-1/+1
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-081-1/+0
* drm/i915: Convert intel DVO connector to atomicMaarten Lankhorst2017-04-121-1/+1
* drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira2017-02-271-0/+1
* drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira2016-11-251-5/+4
* drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä2016-11-011-1/+1
* drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä2016-11-011-2/+2
* drm/i915: Store port enum in intel_encoderPandiyan, Dhinakaran2016-09-211-0/+2
* drm/i915: Standardize port type for DVO encodersPandiyan, Dhinakaran2016-09-211-7/+7
* drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()Chris Wilson2016-08-241-1/+0
* drm/i915: Convert intel_dvo to use atomic stateMaarten Lankhorst2016-08-231-7/+5
* drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst2016-08-231-1/+2
* drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst2016-08-231-3/+9
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-9/+9
* drm/i915: Move connector registration to driver registrationChris Wilson2016-06-241-1/+0
* drm/i915: Move backlight registration to connector registrationChris Wilson2016-06-241-0/+1
* drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson2016-06-191-1/+1
* drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon2016-06-101-1/+0
* drm/i915: Give encoders useful namesVille Syrjälä2016-05-301-2/+16
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm/i915: Type safe register read/writeVille Syrjälä2015-11-181-4/+4
* drm/i915: Store DVO SRCDIM register offset under intel_dvo_deviceVille Syrjälä2015-11-181-14/+9
* drm/i915: Constify adjusted_modeVille Syrjälä2015-09-301-1/+1
* drm/i915: Always use crtc_ timings when dealing with adjustead_modeVille Syrjälä2015-09-301-4/+4
* drm/i915: Use intel_panel for DVO fixed mode handlingVille Syrjälä2015-09-301-27/+22
* drm/i915: DVO pixel clock checkMika Kahola2015-08-261-0/+7
* drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-141-45/+1
* drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-141-2/+0
* drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-271-3/+5
* drm/i915: Silence compiler warning in dvoChris Wilson2015-04-291-1/+1
* drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-131-1/+1
* drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula2015-04-011-1/+1
* drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula2015-04-011-1/+1
* drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula2015-04-011-4/+4
* drm/i915: Enable DVO 2x clock around DVO encoder initVille Syrjälä2015-03-311-0/+17
* drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira2015-03-261-0/+1
* drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper2015-01-271-0/+1
* drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper2015-01-271-0/+2
* drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira2015-01-271-4/+4
* drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira2015-01-271-6/+6
* drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira2015-01-271-3/+3
* drm/i915: Don't call DVO mode_set hook on DPMS changesVille Syrjälä2014-09-031-4/+0
* drm/i915: Enable DVO between mode_set and dpms hooksVille Syrjälä2014-09-031-2/+3