summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_crt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add spurious CRT DMI match for Intel DZ77BH-55KVille Syrjälä2016-10-061-0/+8
* drm/i915: Register shadow VGA even when it produces spurious detection resultsVille Syrjälä2016-10-061-23/+24
* Revert "Skip intel_crt_init for Dell XPS 8700"Ville Syrjälä2016-10-061-8/+0Star
* drm/i915: Store port enum in intel_encoderPandiyan, Dhinakaran2016-09-211-0/+2
* drm/i915: Cleanup crt disable sequence on hsw+Maarten Lankhorst2016-08-241-0/+15
* drm/i915: Convert intel_crt to use atomic stateMaarten Lankhorst2016-08-231-5/+7
* 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-5/+13
* drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()Lyude2016-07-141-0/+18
* drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()Lyude2016-07-141-1/+1
* drm/i915/vlv: Make intel_crt_reset() per-encoderLyude2016-07-141-5/+5
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-12/+12
* drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson2016-06-301-3/+3
* drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson2016-06-301-2/+4
* drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson2016-06-301-2/+4
* drm/i915: Move connector registration to driver registrationChris Wilson2016-06-241-2/+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-1/+1
* drm/i915: Bail out of pipe config compute loop on LPTDaniel Vetter2016-05-041-1/+7
* drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.cAnder Conselvan de Oliveira2016-03-091-7/+1Star
* drm/i915: Do not return unknown status when load detection is tested.Maarten Lankhorst2016-03-021-0/+2
* drm/i915: Try to fix CRT port clock limitsVille Syrjälä2016-03-011-4/+12
* drm/i915: Read out VGA dotclock properly on LPTVille Syrjälä2016-03-011-0/+4
* drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()Ville Syrjälä2016-03-011-9/+1Star
* drm/i915: Use correct dpms for intel_enable_crt.Maarten Lankhorst2016-02-181-3/+1Star
* drm/i915: Use atomic state for load detect in crt.Maarten Lankhorst2016-02-181-3/+3
* drm/i915/crt: Ensure the HW is powered during HW state readoutImre Deak2016-02-171-3/+10
* drm/i915: CRT pixel clock checkMika Kahola2016-02-111-0/+4
* Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-12-231-1/+1
|\
| * drm/i915: Disable FDI after the CRT port on LPT-HVille Syrjälä2015-12-081-1/+1
* | Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-12-151-6/+27
|\|
| * drm/i915: Don't register CRT connector when it's fused offVille Syrjälä2015-11-241-6/+27
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
|/
* Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-231-27/+4Star
|\
| * drm/i915: Consider SPLL as another shared pll, v2.Maarten Lankhorst2015-11-181-27/+4Star
* | drm/i915: Type safe register read/writeVille Syrjälä2015-11-181-9/+5Star
|/
* drm/i915: s/_FDI_RXA_.../FDI_RX_...(PIPE_A)/Ville Syrjälä2015-09-301-1/+1
* drm/i915: Constify adjusted_modeVille Syrjälä2015-09-301-1/+1
* drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2Egbert Eich2015-09-231-6/+5Star
* drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-141-48/+1Star
* drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-141-2/+0Star
* drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-271-3/+5
* drm/i915: Disable CRT port after pipe on PCH platformsVille Syrjälä2015-05-211-1/+14
* drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-131-1/+1
* drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula2015-04-011-1/+1
* drm/i915: Add module param to test the load detect codeDaniel Vetter2015-03-271-2/+4
* drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira2015-03-261-0/+1
* drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()Ander Conselvan de Oliveira2015-03-261-1/+1