summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/dsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-2/+7
* drm/msm: dsi: Initialize msm_dsi->id to -1Sean Paul2018-10-031-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-151-5/+23
* drm/msm/dsi: Create a helper to check if there is a connected deviceArchit Taneja2015-08-151-1/+1
* drm/msm/dsi: Refer to connected device as 'device' instead of 'panel'Archit Taneja2015-08-151-1/+1
* drm/msm/dsi: One function call less in dsi_init() after error detectionMarkus Elfring2015-08-151-13/+9
* drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"Markus Elfring2015-08-151-3/+1
* drm/msm/dsi: Separate PHY to another platform deviceHai Li2015-06-111-9/+36
* drm/msm/dsi: Enable PLL driver in MSM DSIHai Li2015-06-111-0/+14
* drm/msm: Attach assigned encoder to eDP and DSI connectorsHai Li2015-05-141-5/+5
* drm/msm: Initial add DSI connector supportHai Li2015-04-011-0/+212