Age | Commit message (Expand) | Author | Files | Lines |
2017-02-23 | Merge tag 'v4.10-rc8' into drm-next | Dave Airlie | 1 | -4/+5 |
2017-01-25 | drm/i915: Don't leak edid in intel_crt_detect_ddc() | Ander Conselvan de Oliveira | 1 | -4/+5 |
2016-11-25 | drm/i915: Pass dev_priv to intel_setup_outputs() | Ander Conselvan de Oliveira | 1 | -4/+3 |
2016-11-17 | drm/i915: Assorted INTEL_INFO(dev) cleanups | Tvrtko Ursulin | 1 | -9/+6 |
2016-11-11 | drm/i915: More assorted dev_priv cleanups | Tvrtko Ursulin | 1 | -4/+4 |
2016-11-01 | drm/i915: Pass dev_priv to intel_wait_for_vblank() | Ville Syrjälä | 1 | -1/+1 |
2016-10-14 | drm/i915: Make IS_GEN macros only take dev_priv | Tvrtko Ursulin | 1 | -3/+3 |
2016-10-14 | drm/i915: Make IS_VALLEYVIEW only take dev_priv | Tvrtko Ursulin | 1 | -3/+3 |
2016-10-14 | drm/i915: Make IS_G4X only take dev_priv | Tvrtko Ursulin | 1 | -1/+1 |
2016-10-14 | drm/i915: Make INTEL_DEVID only take dev_priv | Tvrtko Ursulin | 1 | -2/+2 |
2016-10-14 | drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv | Tvrtko Ursulin | 1 | -12/+13 |
2016-10-14 | drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv | Tvrtko Ursulin | 1 | -5/+5 |
2016-10-06 | drm/i915: Add spurious CRT DMI match for Intel DZ77BH-55K | Ville Syrjälä | 1 | -0/+8 |
2016-10-06 | drm/i915: Register shadow VGA even when it produces spurious detection results | Ville Syrjälä | 1 | -23/+24 |
2016-10-06 | Revert "Skip intel_crt_init for Dell XPS 8700" | Ville Syrjälä | 1 | -8/+0 |
2016-09-21 | drm/i915: Store port enum in intel_encoder | Pandiyan, Dhinakaran | 1 | -0/+2 |
2016-08-24 | drm/i915: Cleanup crt disable sequence on hsw+ | Maarten Lankhorst | 1 | -0/+15 |
2016-08-23 | drm/i915: Convert intel_crt to use atomic state | Maarten Lankhorst | 1 | -5/+7 |
2016-08-23 | drm/i915: Make encoder->compute_config take the connector state | Maarten Lankhorst | 1 | -1/+2 |
2016-08-23 | drm/i915: Pass crtc_state and connector_state to encoder functions | Maarten Lankhorst | 1 | -5/+13 |
2016-07-14 | drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug() | Lyude | 1 | -0/+18 |
2016-07-14 | drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() | Lyude | 1 | -1/+1 |
2016-07-14 | drm/i915/vlv: Make intel_crt_reset() per-encoder | Lyude | 1 | -5/+5 |
2016-07-04 | drm/i915: Mass convert dev->dev_private to to_i915(dev) | Chris Wilson | 1 | -12/+12 |
2016-06-30 | drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() | Chris Wilson | 1 | -3/+3 |
2016-06-30 | drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() | Chris Wilson | 1 | -2/+4 |
2016-06-30 | drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() | Chris Wilson | 1 | -2/+4 |
2016-06-24 | drm/i915: Move connector registration to driver registration | Chris Wilson | 1 | -2/+0 |
2016-06-24 | drm/i915: Move backlight registration to connector registration | Chris Wilson | 1 | -0/+1 |
2016-06-19 | drm/i915: Move intel_connector->unregister to connector->early_unregister | Chris Wilson | 1 | -1/+1 |
2016-06-10 | drm: i915: Rely on the default ->best_encoder() behavior where appropriate | Boris Brezillon | 1 | -1/+0 |
2016-05-30 | drm/i915: Give encoders useful names | Ville Syrjälä | 1 | -1/+1 |
2016-05-04 | drm/i915: Bail out of pipe config compute loop on LPT | Daniel Vetter | 1 | -1/+7 |
2016-03-09 | drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c | Ander Conselvan de Oliveira | 1 | -7/+1 |
2016-03-02 | drm/i915: Do not return unknown status when load detection is tested. | Maarten Lankhorst | 1 | -0/+2 |
2016-03-01 | drm/i915: Try to fix CRT port clock limits | Ville Syrjälä | 1 | -4/+12 |
2016-03-01 | drm/i915: Read out VGA dotclock properly on LPT | Ville Syrjälä | 1 | -0/+4 |
2016-03-01 | drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config() | Ville Syrjälä | 1 | -9/+1 |
2016-02-18 | drm/i915: Use correct dpms for intel_enable_crt. | Maarten Lankhorst | 1 | -3/+1 |
2016-02-18 | drm/i915: Use atomic state for load detect in crt. | Maarten Lankhorst | 1 | -3/+3 |
2016-02-17 | drm/i915/crt: Ensure the HW is powered during HW state readout | Imre Deak | 1 | -3/+10 |
2016-02-11 | drm/i915: CRT pixel clock check | Mika Kahola | 1 | -0/+4 |
2015-12-23 | Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -1/+1 |
2015-12-15 | Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 1 | -6/+27 |
2015-12-11 | drm: Pass 'name' to drm_encoder_init() | Ville Syrjälä | 1 | -1/+1 |
2015-12-08 | drm/i915: Disable FDI after the CRT port on LPT-H | Ville Syrjälä | 1 | -1/+1 |
2015-11-24 | drm/i915: Don't register CRT connector when it's fused off | Ville Syrjälä | 1 | -6/+27 |
2015-11-23 | Merge tag 'v4.4-rc2' into drm-intel-next-queued | Daniel Vetter | 1 | -27/+4 |
2015-11-18 | drm/i915: Type safe register read/write | Ville Syrjälä | 1 | -9/+5 |
2015-11-18 | drm/i915: Consider SPLL as another shared pll, v2. | Maarten Lankhorst | 1 | -27/+4 |