summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dsi.c
AgeCommit message (Expand)Author
2018-11-13drm/i915: Determine DSI panel orientation from VBTVille Syrjälä
2018-10-31drm/i915/dsi: move connector mode functions to common fileMadhav Chauhan
2018-10-31drm/i915/icl: Move dsi host init code to common fileMadhav Chauhan
2018-10-22drm/i915/dsi: abstract intel_dsi_tlpx_ns()Jani Nikula
2018-10-18drm/i915/dsi: refactor bitrate calculations in intel_dsi_vbt_init()Jani Nikula
2018-07-06drm/i915/dsi: rename the current DSI files based on first platformJani Nikula
2018-06-13drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSIVille Syrjälä
2018-06-01drm/i915: s/plane/i9xx_plane/Ville Syrjälä
2018-05-22Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."Jani Nikula
2018-01-29drm/i915: Provide a device level .mode_valid() hookVille Syrjälä
2017-12-08Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2017-12-04drm/i915: Add "panel orientation" property to the panel connector, v6.Hans de Goede
2017-11-09drm/i915: Eliminate some encoder->crtc usage from DSI codeVille Syrjälä
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä
2017-10-20drm/i915: Use existing DSI backlight ports infoMadhav Chauhan
2017-10-06drm/i915: push DDI and DSI underrun reporting on enable to encoderJani Nikula
2017-09-26drm/i915: Enable scanline read based on frame timestampsUma Shankar
2017-09-13drm/i915/dsi: Replace MIPI command error message with debug messageMika Kahola
2017-09-13Revert "drm/i915/bxt: Disable device ready before shutdown command"Uma Shankar
2017-08-22drm/i915: Constify states passed to enable/disable/etc. encoder hooksVille Syrjälä
2017-08-15drm/i915/edp: Allow alternate fixed mode for eDP if available.Jim Bride
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter
2017-06-15drm/i915/glk: Add cold boot sequence for GLK DSIMadhav Chauhan
2017-06-15drm/i915/glk: Split GLK DSI device ready functionalityMadhav Chauhan
2017-06-12drm/i915: Pass crtc_state and connector state to backlight enable/disable fun...Maarten Lankhorst
2017-05-30drm/i915: Convert DSI connector properties to atomic.Maarten Lankhorst
2017-05-30drm/i915: Use per-connector scaling mode propertyMaarten Lankhorst
2017-05-30drm/i915: Use atomic scaling_mode instead of panel.fitting_modeMaarten Lankhorst
2017-04-28drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messagesAnder Conselvan de Oliveira
2017-03-07drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disableJani Nikula
2017-03-07drm/i915/dsi: rename intel_dsi_exec_vbt_sequence to intel_dsi_vbt_exec_sequenceJani Nikula
2017-03-07drm/i915/dsi: stop using the drm_panel framework completelyJani Nikula
2017-03-07drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panelJani Nikula
2017-03-07drm/i915/dsi: remove support for more than one panel driverJani Nikula
2017-03-02drm/i915/glk: Fix DSI enable I/O sequenceMadhav Chauhan
2017-03-01drm/i915/dsi: Skip delays for v3 VBTs in vid-modeHans de Goede
2017-03-01drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)Hans de Goede
2017-03-01drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disableHans de Goede
2017-03-01drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF orderHans de Goede
2017-03-01drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlightHans de Goede
2017-03-01drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()Hans de Goede
2017-03-01drm/i915/dsi: Group DPOunit clock gate workaround with PLL enableHans de Goede
2017-03-01drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio callsHans de Goede
2017-03-01drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ONHans de Goede
2017-03-01drm/i915/dsi: Document the panel enable / disable sequences from the specHans de Goede
2017-03-01drm/i915/glk: Add MIPIIO Enable/disable sequenceDeepak M
2017-02-28drm/i915/dsi: VLV/CHT Only wait for LP00 on MIPI PORT AHans de Goede
2017-02-28drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequencesHans de Goede
2017-02-28drm/i915/dsi: Move intel_dsi_clear_device_ready()Hans de Goede