aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dvo.c
Commit message (Expand)AuthorAge
* drm/i915: Introduce CRTC output formatShashank Sharma2018-10-15
* drm/i915: add a common connector type independent destroy hookJani Nikula2018-10-09
* drm/i915/dvo: switch to kernel unsigned int typesJani Nikula2018-06-18
* drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSIVille Syrjälä2018-06-13
* Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."Jani Nikula2018-05-22
* drm/i915: Clean up DVO pipe select bitsVille Syrjälä2018-05-17
* Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-28
|\
| * drm/i915/dvo: Fixup commentaryChris Wilson2018-02-14
* | drm/i915: Provide a device level .mode_valid() hookVille Syrjälä2018-01-29
|/
* drm/i915: Populate output_types from .get_config()Ville Syrjälä2017-10-30
* drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä2017-10-11
* drm/i915: Constify states passed to enable/disable/etc. encoder hooksVille Syrjälä2017-08-22
* drm/i915/edp: Allow alternate fixed mode for eDP if available.Jim Bride2017-08-15
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-08
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-08
* drm/i915: Convert intel DVO connector to atomicMaarten Lankhorst2017-04-12
* drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira2017-02-27
* drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira2016-11-25
* drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä2016-11-01
* drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä2016-11-01
* drm/i915: Store port enum in intel_encoderPandiyan, Dhinakaran2016-09-21
* drm/i915: Standardize port type for DVO encodersPandiyan, Dhinakaran2016-09-21
* drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()Chris Wilson2016-08-24
* drm/i915: Convert intel_dvo to use atomic stateMaarten Lankhorst2016-08-23
* drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst2016-08-23
* drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst2016-08-23
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-04
* drm/i915: Move connector registration to driver registrationChris Wilson2016-06-24
* drm/i915: Move backlight registration to connector registrationChris Wilson2016-06-24
* drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson2016-06-19
* drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon2016-06-10
* drm/i915: Give encoders useful namesVille Syrjälä2016-05-30
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-11
* drm/i915: Type safe register read/writeVille Syrjälä2015-11-18
* drm/i915: Store DVO SRCDIM register offset under intel_dvo_deviceVille Syrjälä2015-11-18
* drm/i915: Constify adjusted_modeVille Syrjälä2015-09-30
* drm/i915: Always use crtc_ timings when dealing with adjustead_modeVille Syrjälä2015-09-30
* drm/i915: Use intel_panel for DVO fixed mode handlingVille Syrjälä2015-09-30
* drm/i915: DVO pixel clock checkMika Kahola2015-08-26
* drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-14
* drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-14
* drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-27
* drm/i915: Silence compiler warning in dvoChris Wilson2015-04-29
* drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-13
* drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula2015-04-01
* drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula2015-04-01
* drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula2015-04-01
* drm/i915: Enable DVO 2x clock around DVO encoder initVille Syrjälä2015-03-31
* drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira2015-03-26
* drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper2015-01-27