summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dvo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: move modesetting output/encoder code under display/Jani Nikula2019-06-171-555/+0Star
* drm/i915: extract intel_gmbus.h from i915_drv.h and rename intel_i2c.cJani Nikula2019-05-031-0/+1
* drm/i915/dvo: move DVO chip types to intel_dvo.cJani Nikula2019-05-031-0/+5
* drm/i915/dvo: rename dvo.h to intel_dvo_dev.h and make self-containedJani Nikula2019-04-301-1/+1
* drm/i915: extract intel_dvo.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_panel.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_connector.h from intel_drv.hJani Nikula2019-04-081-2/+6
* drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul2019-01-161-5/+6
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: Introduce CRTC output formatShashank Sharma2018-10-151-0/+1
* drm/i915: add a common connector type independent destroy hookJani Nikula2018-10-091-8/+1Star
* drm/i915/dvo: switch to kernel unsigned int typesJani Nikula2018-06-181-1/+1
* drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSIVille Syrjälä2018-06-131-0/+6
* Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."Jani Nikula2018-05-221-1/+1
* drm/i915: Clean up DVO pipe select bitsVille Syrjälä2018-05-171-9/+4Star
* 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/+0Star
|/
* 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/+8Star
* 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-161-1/+1
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0Star
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-081-1/+0Star
* 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/+4Star
* 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/+0Star
* drm/i915: Convert intel_dvo to use atomic stateMaarten Lankhorst2016-08-231-7/+5Star
* 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/+0Star
* 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/+0Star
* 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/+9Star
* 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/+22Star
* drm/i915: DVO pixel clock checkMika Kahola2015-08-261-0/+7
* drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-141-45/+1Star
* drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-141-2/+0Star