aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter1-7/+0
2016-12-23drm/i915/dsi: Move disable pll call outside of clear_device_ready()Hans de Goede1-2/+2
2016-12-16drm/i915: relax uncritical udelay_range() settingsNicholas Mc Guire1-1/+2
2016-12-02drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira1-15/+15
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-25drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira1-2/+2
2016-11-23drm/i915/bxt: Correct dual-link MIPI port control.Bob Paauwe1-1/+4
2016-10-14drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin1-4/+4
2016-10-14drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin1-14/+13
2016-10-14drm/i915: Make HAS_GMCH_DISPLAY only take dev_privTvrtko Ursulin1-1/+1
2016-09-21drm/i915: Store port enum in intel_encoderPandiyan, Dhinakaran1-0/+1
2016-08-23drm/i915: Convert intel_dsi to use atomic stateMaarten Lankhorst1-10/+11
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-4/+12
2016-07-07drm/i915: Kill has_dsi_encoderVille Syrjälä1-4/+0
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-18/+18
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+3
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+3
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+4
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+4
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+4
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+3
2016-06-24drm/i915: Move connector registration to driver registrationChris Wilson1-2/+0
2016-06-24drm/i915: Move backlight registration to connector registrationChris Wilson1-0/+1
2016-06-24drm/i915: Move panel's backlight setup next to panel initChris Wilson1-2/+1
2016-06-24Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+6
2016-06-19drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson1-1/+1
2016-06-16Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-1/+0
2016-06-10drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon1-1/+0
2016-06-06drm/i915/dsi: fix bxt split screen and color issueJani Nikula1-0/+6
2016-06-02drm/i915: Extract physical display dimensions from VBTVille Syrjälä1-0/+3
2016-05-30drm/i915: Give encoders useful namesVille Syrjälä1-1/+1
2016-05-17drm/i915/dsi: CABC support for Panel PWM backlight controlDeepak M1-0/+17
2016-05-17drm/i915/dsi: Add DCS control for Panel PWMJani Nikula1-2/+17
2016-04-28drm/i915/bxt: Adjusting the error in horizontal timings retrievalRamalingam C1-9/+88
2016-04-28drm/i915/BXT: Retrieving the horizontal timing for DSIRamalingam C1-7/+37
2016-04-27drm/i915: Unify VLV/CHV DPOunit clock gating disable/enableVille Syrjälä1-6/+7
2016-04-19drm/i915: Wait for power cycle delay after turning off DSI panel powerVille Syrjälä1-1/+6
2016-04-18drm/i915/dsi: fix CHV dsi encoder hardware state readout on port CJani Nikula1-4/+5
2016-04-15drm/i915: Reject 'Center' scaling mode for eDP/DSI on GMCH platformsVille Syrjälä1-0/+5
2016-04-15drm/i915: Hook up pfit for DSIVille Syrjälä1-5/+68
2016-04-15drm/i915: Compute DSI PLL parameters during .compute_config()Ville Syrjälä1-6/+9
2016-04-15drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHVVille Syrjälä1-21/+7
2016-04-12drm/i915: Power down the DSI PLL before reconfiguring itVille Syrjälä1-0/+6
2016-04-07drm/i915/BXT: Get pipe conf from the port registersRamalingam C1-0/+60
2016-04-07drm/i915: Sharing the pixel_format_from_vbt to whole i915Ramalingam C1-0/+18
2016-03-24drm/i915/bxt: Fix DSI HW state readoutImre Deak1-0/+9
2016-03-22drm/i915/bxt: Initialize MIPI DSI for BXTShashank Sharma1-0/+2
2016-03-21drm/i915/bxt: allow dsi on any pipeJani Nikula1-2/+7
2016-03-21drm/i915/dsi: use the BIT macro for clarityJani Nikula1-5/+5