summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/dsi_manager.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22drm/msm/dsi: simplify connector creationDmitry Baryshkov1-23/+18
2024-04-22drm/msm/dsi: move next bridge acquisition to dsi_bindDmitry Baryshkov1-7/+1
2024-04-22drm/msm/dsi: remove the drm_bridge_attach fallbackDmitry Baryshkov1-25/+11
2024-02-11drm/msm/dsi: remove msm_dsi::encoderDmitry Baryshkov1-5/+3
2024-02-11drm/msm/dsi: stop calling set_split_displayDmitry Baryshkov1-35/+0
2024-02-11drm/msm/dsi: drop msm_dsi_device_connected() functionDmitry Baryshkov1-5/+0
2024-02-11drm/msm/dsi: do not store internal bridge pointerDmitry Baryshkov1-11/+8
2023-10-12drm/msm/dsi: use correct lifetime device for devm_drm_bridge_addDmitry Baryshkov1-1/+1
2023-10-09drm/msm/dsi: switch to devm_drm_bridge_add()Dmitry Baryshkov1-20/+10
2023-05-21drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on()Douglas Anderson1-6/+26
2023-05-21drm/msm/dsi: Stop unconditionally powering up DSI hosts at modesetDouglas Anderson1-37/+1
2023-01-26drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mo...Dmitry Baryshkov1-9/+10
2023-01-22drm/msm/dsi: implement opp table based check for dsi_mgr_bridge_mode_valid()Abhinav Kumar1-0/+19
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov1-252/+31
2022-09-18drm/msm/dsi: Remove the unneeded result variableye xingchen1-4/+1
2022-05-20Merge tag 'msm-next-5.19-fixes' of https://gitlab.freedesktop.org/abhinavk/ms...Dave Airlie1-1/+31
2022-05-18drm/msm/dsi: don't powerup at modeset time for parade-ps8640Douglas Anderson1-1/+31
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-0/+15
2022-04-26drm/msm/dsi: add mode valid callback for dsi_mgrVinod Koul1-0/+12
2022-04-26drm/msm: properly add and remove internal bridgesDmitry Baryshkov1-0/+3
2022-04-11drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()Stephen Boyd1-1/+1
2022-02-19Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov1-12/+31
2022-02-18drm/msm/dsi: move DSI host powerup to modeset timeDmitry Baryshkov1-12/+31
2022-02-18drm/msm: reduce usage of round_pixclk callbackDmitry Baryshkov1-22/+0
2021-12-08drm/msm/dsi: fix initialization in the bonded DSI caseDmitry Baryshkov1-17/+0
2021-12-06Merge remote-tracking branch 'drm/drm-next' into msm-next-stagingRob Clark1-3/+3
2021-11-28drm/msm/dsi: stop setting clock parents manuallyDmitry Baryshkov1-9/+2
2021-11-28drm/msm/dsi: untangle cphy setting from the src pll settingDmitry Baryshkov1-0/+3
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-13/+53
2021-10-27drm/msm/dsi: Adjust probe orderRob Clark1-3/+3
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-11drm/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-14drm/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...Dave Airlie1-21/+41
2020-01-03drm/msm/dsi: Delay drm_panel_enable() until dsi_mgr_bridge_enable()Stephan Gerhold1-21/+41