aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi/dsi_manager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15drm/msm/dsi: do not enable irq handler before powering up the hostDmitry Baryshkov1-0/+16
2021-10-15drm/msm/dsi: Support NO_CONNECTOR bridgesRob Clark1-13/+37
2021-08-10drm/msm/dsi: add continuous clock support for 7nm PHYDmitry Baryshkov1-2/+2
2021-08-07drm/msm/dsi: stop calling set_encoder_mode callbackDmitry Baryshkov1-12/+0
2021-08-07drm/msm/dsi: add three helper functionsDmitry Baryshkov1-8/+11
2021-08-07drm/msm/dsi: rename dual DSI to bonded DSIDmitry Baryshkov1-52/+51
2021-08-07drm/msm/dsi: add support for dsi test pattern generatorAbhinav Kumar1-0/+13
2021-08-07drm/msm/dsi: drop msm_dsi_phy_get_shared_timingsDmitry Baryshkov1-2/+1
2021-06-23drm/msm/dsi: do not enable PHYs when called for the slave DSI interfaceDmitry Baryshkov1-4/+4
2021-06-23drm/msm/dsi: print error code when MIPI DSI host registration failsDmitry Baryshkov1-2/+2
2021-04-07drm/msm/dsi: stop passing src_pll_id to the phy_enable callDmitry Baryshkov1-6/+5
2021-04-07drm/msm/dsi: make save/restore_state phy-level functionsDmitry Baryshkov1-4/+2
2021-04-07drm/msm/dsi: push provided clocks handling into a generic codeDmitry Baryshkov1-10/+3
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-1/+0
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-1/+6
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-2/+2
2020-02-13drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P1-0/+5
2020-02-11drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz1-1/+1
2020-01-20Merge tag 'drm-msm-next-2020-01-14' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-21/+41
2020-01-02drm/msm/dsi: Delay drm_panel_enable() until dsi_mgr_bridge_enable()Stephan Gerhold1-21/+41
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-76/+73
2019-06-20drm/msm/dsi: Move setup_encoder to modeset_initSean Paul1-35/+2
2019-06-20drm/msm/dsi: Move dsi panel init into modeset init pathSean Paul1-7/+10
2019-06-20drm/msm/dsi: Use the new setup_encoder function in attach_dsi_deviceSean Paul1-13/+2
2019-06-20drm/msm/dsi: Simplify the logic in msm_dsi_manager_panel_init()Sean Paul1-41/+59
2019-06-20drm/msm/dsi: Pull out panel init code into functionSean Paul1-4/+12
2019-06-20drm/msm/dsi: Don't store dsi host mode_flags in msm_dsiSean Paul1-8/+9
2019-06-20drm/msm/dsi: Split mode_flags out of msm_dsi_host_get_panel()Sean Paul1-3/+4
2019-06-18drm/msm/dsi: add protection against NULL dsi deviceAbhinav Kumar1-1/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-8/+1
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart1-2/+2
2019-01-10drm: msm: Cleanup drm_display_mode print strShayenne Moura1-8/+1
2018-10-03drm/msm: dsi: Initialize msm_dsi->id to -1Sean Paul1-1/+3
2018-07-26drm/msm/dsi: set encoder mode for DRM bridge explicitlyAbhinav Kumar1-2/+4
2018-07-26drm/msm/dsi: Use one connector for dual DSI modeChandan Uddaraju1-86/+26
2018-07-26drm/msm/dsi: adjust dsi timing for dual dsi modeChandan Uddaraju1-3/+4
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-05drm/msm: Use drm_connector_has_possible_encoder()Ville Syrjälä1-6/+2
2018-02-20drm/msm/dsi: correct DSI id bounds check during registrationLloyd Atkinson1-1/+1
2018-02-20drm/msm/dsi: check for failure on retrieving pll in dsi managerLloyd Atkinson1-0/+4
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-04-03drm/msm/dsi: Fix bug in dsi_mgr_phy_enableArchit Taneja1-1/+1
2017-02-06drm/msm/dsi: Move PHY operations out of hostHai Li1-73/+105
2017-02-06drm/msm/dsi: Reset both PHYs before clock operation for dual DSIArchit Taneja1-3/+29
2017-02-06drm/msm/dsi: Pass down use case to PHYHai Li1-29/+14
2017-02-06drm/msm/dsi: Return more timings from PHY to hostHai Li1-2/+2
2017-02-06drm/msm: Set encoder's mode of operation using a kms funcArchit Taneja1-0/+37