summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi/dsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dsi: remove msm_dsi::encoderDmitry Baryshkov2024-02-111-3/+1
* drm/msm/dsi: do not store internal bridge pointerDmitry Baryshkov2024-02-111-3/+5
* Merge tag 'drm-msm-next-2023-10-17' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2023-10-231-23/+11
|\
| * drm/msm/dsi: free TX buffer in unbindDmitry Baryshkov2023-10-161-0/+1
| * drm/msm/dsi: switch to devm_drm_bridge_add()Dmitry Baryshkov2023-10-091-23/+5
| * drm/msm/dsi: Enable widebus for DSIJessica Zhang2023-10-091-1/+1
| * drm/msm/dpu: Enable widebus for DSI INTFJessica Zhang2023-10-091-0/+5
* | drm/msm: Convert to platform remove callback returning voidUwe Kleine-König2023-09-091-4/+2
|/
* drm/msm/dsi: Remove custom DSI config handlingKonrad Dybcio2023-04-061-2/+2
* drm/msm/dsi: Switch the QCM2290-specific compatible to index autodetectionKonrad Dybcio2023-04-061-2/+3
* drm/msm/dsi: drop modeset sanity checksJohan Hovold2022-11-041-6/+1
* drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold2022-09-301-0/+6
* drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov2022-09-181-33/+2
* drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov2022-09-181-1/+1
* drm/msm/dsi: Pass DSC params to drm_panelVinod Koul2022-04-251-0/+5
* drm/msm: don't store created planes, connectors and encodersDmitry Baryshkov2022-04-251-1/+0
* drm/msm/dsi: Add support for qcm2290 dsi controllerLoic Poulain2022-02-231-0/+2
* drm/msm/dsi: Allow to specify dsi config as pdataLoic Poulain2022-02-231-1/+1
* drm/msm/dsi: Fix missing put_device() call in dsi_get_phyMiaoqian Lin2022-01-251-1/+6
* drm/msm/dsi: fix initialization in the bonded DSI caseDmitry Baryshkov2021-12-081-3/+7
* drm/msm: Allocate msm_drm_private early and pass it as driver dataAngeloGioacchino Del Regno2021-12-061-4/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-1/+3
|\
| * drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()Dan Carpenter2021-10-121-1/+3
* | drm/msm/dsi: Adjust probe orderRob Clark2021-10-271-19/+29
|/
* drm/msm/dsi: Fix some reference counted resource leaksChristophe JAILLET2021-08-101-3/+3
* drm/msm/dsi: stop calling set_encoder_mode callbackDmitry Baryshkov2021-08-071-2/+0
* drm/msm/dsi: add three helper functionsDmitry Baryshkov2021-08-071-0/+7
* drm/msm/dsi: add DSI PHY registers to snapshot dataDmitry Baryshkov2021-06-231-0/+1
* drm/msm: pass dump state as a function argumentDmitry Baryshkov2021-06-231-2/+2
* drm/msm/dsi: add API to take DSI register snapshotAbhinav Kumar2021-06-231-0/+4
* drm/msm: add support to take dpu snapshotAbhinav Kumar2021-06-231-0/+1
* drm/msm/dpu: ensure device suspend happens during PM sleepKalyan Thota2020-07-301-0/+2
* Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2019-06-281-0/+2
|\
| * drm/msm/dsi: Move setup_encoder to modeset_initSean Paul2019-06-201-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
|/
* drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla2018-12-111-5/+5
* drm/msm: Don't fail bind if nothing connected to dsiSean Paul2018-10-041-2/+7
* drm/msm: dsi: Initialize msm_dsi->id to -1Sean Paul2018-10-041-0/+1
* drm/msm/dsi: Use one connector for dual DSI modeChandan Uddaraju2018-07-261-0/+3
* drm/msm/dsi: Fix potential NULL pointer dereference in msm_dsi_modeset_initGustavo A. R. Silva2018-03-191-1/+2
* drm/msm/dsi: check msm_dsi and dsi pointers before useLloyd Atkinson2018-02-201-12/+10
* drm/msm/dsi: Implement RPM suspend/resume callbacksArchit Taneja2017-08-021-0/+5
* drm/msm: Construct only one encoder for DSIArchit Taneja2017-02-061-9/+5
* drm/msm/dsi: Set msm_dsi->encoders before initializing bridgeArchit Taneja2017-02-061-5/+3
* drm/msm/dsi: Use generic PHY bindingsArchit Taneja2016-07-161-1/+1
* drm/msm/dsi: Allow dsi to connect to an external bridgeArchit Taneja2015-08-161-5/+23
* drm/msm/dsi: Create a helper to check if there is a connected deviceArchit Taneja2015-08-161-1/+1
* drm/msm/dsi: Refer to connected device as 'device' instead of 'panel'Archit Taneja2015-08-161-1/+1
* drm/msm/dsi: One function call less in dsi_init() after error detectionMarkus Elfring2015-08-161-13/+9
* drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"Markus Elfring2015-08-161-3/+1