summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/dsi.c
AgeCommit message (Expand)Author
2024-04-22drm/msm/dsi: simplify connector creationDmitry Baryshkov
2024-04-22drm/msm/dsi: move next bridge acquisition to dsi_bindDmitry Baryshkov
2024-02-11drm/msm/dsi: remove msm_dsi::encoderDmitry Baryshkov
2024-02-11drm/msm/dsi: do not store internal bridge pointerDmitry Baryshkov
2023-10-23Merge tag 'drm-msm-next-2023-10-17' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2023-10-16drm/msm/dsi: free TX buffer in unbindDmitry Baryshkov
2023-10-09drm/msm/dsi: switch to devm_drm_bridge_add()Dmitry Baryshkov
2023-10-09drm/msm/dsi: Enable widebus for DSIJessica Zhang
2023-10-09drm/msm/dpu: Enable widebus for DSI INTFJessica Zhang
2023-09-09drm/msm: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-06drm/msm/dsi: Remove custom DSI config handlingKonrad Dybcio
2023-04-06drm/msm/dsi: Switch the QCM2290-specific compatible to index autodetectionKonrad Dybcio
2022-11-04drm/msm/dsi: drop modeset sanity checksJohan Hovold
2022-09-30drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov
2022-09-18drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov
2022-04-26drm/msm/dsi: Pass DSC params to drm_panelVinod Koul
2022-04-26drm/msm: don't store created planes, connectors and encodersDmitry Baryshkov
2022-02-23drm/msm/dsi: Add support for qcm2290 dsi controllerLoic Poulain
2022-02-23drm/msm/dsi: Allow to specify dsi config as pdataLoic Poulain
2022-01-25drm/msm/dsi: Fix missing put_device() call in dsi_get_phyMiaoqian Lin
2021-12-08drm/msm/dsi: fix initialization in the bonded DSI caseDmitry Baryshkov
2021-12-06drm/msm: Allocate msm_drm_private early and pass it as driver dataAngeloGioacchino Del Regno
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-10-27drm/msm/dsi: Adjust probe orderRob Clark
2021-10-11drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()Dan Carpenter
2021-08-10drm/msm/dsi: Fix some reference counted resource leaksChristophe JAILLET
2021-08-07drm/msm/dsi: stop calling set_encoder_mode callbackDmitry Baryshkov
2021-08-07drm/msm/dsi: add three helper functionsDmitry Baryshkov
2021-06-23drm/msm/dsi: add DSI PHY registers to snapshot dataDmitry Baryshkov
2021-06-23drm/msm: pass dump state as a function argumentDmitry Baryshkov
2021-06-23drm/msm/dsi: add API to take DSI register snapshotAbhinav Kumar
2021-06-23drm/msm: add support to take dpu snapshotAbhinav Kumar
2020-07-30drm/msm/dpu: ensure device suspend happens during PM sleepKalyan Thota
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2019-06-20drm/msm/dsi: Move setup_encoder to modeset_initSean Paul
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla
2018-10-03drm/msm: Don't fail bind if nothing connected to dsiSean Paul
2018-10-03drm/msm: dsi: Initialize msm_dsi->id to -1Sean Paul
2018-07-26drm/msm/dsi: Use one connector for dual DSI modeChandan Uddaraju
2018-03-19drm/msm/dsi: Fix potential NULL pointer dereference in msm_dsi_modeset_initGustavo A. R. Silva
2018-02-20drm/msm/dsi: check msm_dsi and dsi pointers before useLloyd Atkinson
2017-08-02drm/msm/dsi: Implement RPM suspend/resume callbacksArchit Taneja
2017-02-06drm/msm: Construct only one encoder for DSIArchit Taneja
2017-02-06drm/msm/dsi: Set msm_dsi->encoders before initializing bridgeArchit Taneja
2016-07-16drm/msm/dsi: Use generic PHY bindingsArchit Taneja
2015-08-15drm/msm/dsi: Allow dsi to connect to an external bridgeArchit Taneja
2015-08-15drm/msm/dsi: Create a helper to check if there is a connected deviceArchit Taneja
2015-08-15drm/msm/dsi: Refer to connected device as 'device' instead of 'panel'Archit Taneja