summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/dsi.c
AgeCommit message (Expand)AuthorFilesLines
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-03drm/msm: Don't fail bind if nothing connected to dsiSean Paul1-2/+7
2018-10-03drm/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-15drm/msm/dsi: Allow dsi to connect to an external bridgeArchit Taneja1-5/+23
2015-08-15drm/msm/dsi: Create a helper to check if there is a connected deviceArchit Taneja1-1/+1
2015-08-15drm/msm/dsi: Refer to connected device as 'device' instead of 'panel'Archit Taneja1-1/+1
2015-08-15drm/msm/dsi: One function call less in dsi_init() after error detectionMarkus Elfring1-13/+9
2015-08-15drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"Markus Elfring1-3/+1
2015-06-11drm/msm/dsi: Separate PHY to another platform deviceHai Li1-9/+36
2015-06-11drm/msm/dsi: Enable PLL driver in MSM DSIHai Li1-0/+14
2015-05-14drm/msm: Attach assigned encoder to eDP and DSI connectorsHai Li1-5/+5
2015-04-01drm/msm: Initial add DSI connector supportHai Li1-0/+212