summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dsi.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29drm/i915: Provide a device level .mode_valid() hookVille Syrjälä1-5/+0
2017-12-08Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2017-12-04drm/i915: Add "panel orientation" property to the panel connector, v6.Hans de Goede1-0/+28
2017-11-09drm/i915: Eliminate some encoder->crtc usage from DSI codeVille Syrjälä1-9/+8
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä1-0/+2
2017-10-20drm/i915: Use existing DSI backlight ports infoMadhav Chauhan1-33/+4
2017-10-06drm/i915: push DDI and DSI underrun reporting on enable to encoderJani Nikula1-1/+6
2017-09-26drm/i915: Enable scanline read based on frame timestampsUma Shankar1-0/+8
2017-09-13drm/i915/dsi: Replace MIPI command error message with debug messageMika Kahola1-1/+1
2017-09-13Revert "drm/i915/bxt: Disable device ready before shutdown command"Uma Shankar1-11/+0
2017-08-22drm/i915: Constify states passed to enable/disable/etc. encoder hooksVille Syrjälä1-11/+11
2017-08-15drm/i915/edp: Allow alternate fixed mode for eDP if available.Jim Bride1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter1-1/+0
2017-06-15drm/i915/glk: Add cold boot sequence for GLK DSIMadhav Chauhan1-28/+51
2017-06-15drm/i915/glk: Split GLK DSI device ready functionalityMadhav Chauhan1-7/+18
2017-06-12drm/i915: Pass crtc_state and connector state to backlight enable/disable fun...Maarten Lankhorst1-2/+2
2017-05-30drm/i915: Convert DSI connector properties to atomic.Maarten Lankhorst1-33/+5
2017-05-30drm/i915: Use per-connector scaling mode propertyMaarten Lankhorst1-17/+11
2017-05-30drm/i915: Use atomic scaling_mode instead of panel.fitting_modeMaarten Lankhorst1-6/+5
2017-04-28drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messagesAnder Conselvan de Oliveira1-4/+3
2017-03-07drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disableJani Nikula1-9/+12
2017-03-07drm/i915/dsi: rename intel_dsi_exec_vbt_sequence to intel_dsi_vbt_exec_sequenceJani Nikula1-12/+12
2017-03-07drm/i915/dsi: stop using the drm_panel framework completelyJani Nikula1-12/+2
2017-03-07drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panelJani Nikula1-1/+1
2017-03-07drm/i915/dsi: remove support for more than one panel driverJani Nikula1-18/+1
2017-03-02drm/i915/glk: Fix DSI enable I/O sequenceMadhav Chauhan1-0/+1
2017-03-01drm/i915/dsi: Skip delays for v3 VBTs in vid-modeHans de Goede1-4/+15
2017-03-01drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)Hans de Goede1-0/+2
2017-03-01drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disableHans de Goede1-0/+2
2017-03-01drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF orderHans de Goede1-0/+5
2017-03-01drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlightHans de Goede1-2/+2
2017-03-01drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()Hans de Goede1-2/+7
2017-03-01drm/i915/dsi: Group DPOunit clock gate workaround with PLL enableHans de Goede1-8/+8
2017-03-01drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio callsHans de Goede1-6/+4
2017-03-01drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ONHans de Goede1-1/+0
2017-03-01drm/i915/dsi: Document the panel enable / disable sequences from the specHans de Goede1-0/+37
2017-03-01drm/i915/glk: Add MIPIIO Enable/disable sequenceDeepak M1-11/+195
2017-02-28drm/i915/dsi: VLV/CHT Only wait for LP00 on MIPI PORT AHans de Goede1-3/+5
2017-02-28drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequencesHans de Goede1-4/+10
2017-02-28drm/i915/dsi: Move intel_dsi_clear_device_ready()Hans de Goede1-43/+43
2017-02-28drm/i915/dsi: Add intel_dsi_unprepare() helperHans de Goede1-13/+24
2017-02-28drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callersHans de Goede1-64/+44
2017-02-28drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packetHans de Goede1-11/+1
2017-02-28drm/i915/glk: Program new MIPI DSI PHY registers for GLKDeepak M1-0/+8
2017-02-27drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira1-4/+5
2017-02-16drm/i915/bxt: Disable device ready before shutdown commandUma Shankar1-0/+11
2017-02-16drm/i915/bxt: Fix BXT DSI ULPS sequenceUma Shankar1-18/+5
2017-02-16drm/i915: Set the Z inversion overlap fieldDeepak M1-4/+13
2017-02-15drm/i915: Check for platform specific GPIO configUma Shankar1-1/+2