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