aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dvo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03drm/i915: extract intel_gmbus.h from i915_drv.h and rename intel_i2c.cJani Nikula1-0/+1
2019-05-03drm/i915/dvo: move DVO chip types to intel_dvo.cJani Nikula1-0/+5
2019-04-30drm/i915/dvo: rename dvo.h to intel_dvo_dev.h and make self-containedJani Nikula1-1/+1
2019-04-08drm/i915: extract intel_dvo.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_panel.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_connector.h from intel_drv.hJani Nikula1-2/+6
2019-01-16drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul1-5/+6
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-10-15drm/i915: Introduce CRTC output formatShashank Sharma1-0/+1
2018-10-09drm/i915: add a common connector type independent destroy hookJani Nikula1-8/+1
2018-06-18drm/i915/dvo: switch to kernel unsigned int typesJani Nikula1-1/+1
2018-06-13drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSIVille Syrjälä1-0/+6
2018-05-22Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."Jani Nikula1-1/+1
2018-05-17drm/i915: Clean up DVO pipe select bitsVille Syrjälä1-9/+4
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-13/+15
2018-02-14drm/i915/dvo: Fixup commentaryChris Wilson1-13/+15
2018-01-29drm/i915: Provide a device level .mode_valid() hookVille Syrjälä1-3/+0
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä1-0/+2
2017-10-11drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä1-25/+8
2017-08-22drm/i915: Constify states passed to enable/disable/etc. encoder hooksVille Syrjälä1-6/+6
2017-08-15drm/i915/edp: Allow alternate fixed mode for eDP if available.Jim Bride1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter1-1/+0
2017-04-12drm/i915: Convert intel DVO connector to atomicMaarten Lankhorst1-1/+1
2017-02-27drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira1-0/+1
2016-11-25drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira1-5/+4
2016-11-01drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä1-1/+1
2016-11-01drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä1-2/+2
2016-09-21drm/i915: Store port enum in intel_encoderPandiyan, Dhinakaran1-0/+2
2016-09-21drm/i915: Standardize port type for DVO encodersPandiyan, Dhinakaran1-7/+7
2016-08-24drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()Chris Wilson1-1/+0
2016-08-23drm/i915: Convert intel_dvo to use atomic stateMaarten Lankhorst1-7/+5
2016-08-23drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst1-1/+2
2016-08-23drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst1-3/+9
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-9/+9
2016-06-24drm/i915: Move connector registration to driver registrationChris Wilson1-1/+0
2016-06-24drm/i915: Move backlight registration to connector registrationChris Wilson1-0/+1
2016-06-19drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson1-1/+1
2016-06-10drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon1-1/+0
2016-05-30drm/i915: Give encoders useful namesVille Syrjälä1-2/+16
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-4/+4
2015-11-18drm/i915: Store DVO SRCDIM register offset under intel_dvo_deviceVille Syrjälä1-14/+9
2015-09-30drm/i915: Constify adjusted_modeVille Syrjälä1-1/+1
2015-09-30drm/i915: Always use crtc_ timings when dealing with adjustead_modeVille Syrjälä1-4/+4
2015-09-30drm/i915: Use intel_panel for DVO fixed mode handlingVille Syrjälä1-27/+22
2015-08-26drm/i915: DVO pixel clock checkMika Kahola1-0/+7
2015-08-14drm/i915: Get rid of dpms handling.Maarten Lankhorst1-45/+1
2015-08-14drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst1-2/+0
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst1-3/+5