Age | Commit message (Expand) | Author | Files | Lines |
2022-11-04 | drm/msm/dsi: drop modeset sanity checks | Johan Hovold | 1 | -6/+1 |
2022-09-30 | drm/msm/dsi: fix memory corruption with too many bridges | Johan Hovold | 1 | -0/+6 |
2022-09-18 | drm/msm/dsi: switch to DRM_PANEL_BRIDGE | Dmitry Baryshkov | 1 | -33/+2 |
2022-09-18 | drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_config | Dmitry Baryshkov | 1 | -1/+1 |
2022-04-26 | drm/msm/dsi: Pass DSC params to drm_panel | Vinod Koul | 1 | -0/+5 |
2022-04-26 | drm/msm: don't store created planes, connectors and encoders | Dmitry Baryshkov | 1 | -1/+0 |
2022-02-23 | drm/msm/dsi: Add support for qcm2290 dsi controller | Loic Poulain | 1 | -0/+2 |
2022-02-23 | drm/msm/dsi: Allow to specify dsi config as pdata | Loic Poulain | 1 | -1/+1 |
2022-01-25 | drm/msm/dsi: Fix missing put_device() call in dsi_get_phy | Miaoqian Lin | 1 | -1/+6 |
2021-12-08 | drm/msm/dsi: fix initialization in the bonded DSI case | Dmitry Baryshkov | 1 | -3/+7 |
2021-12-06 | drm/msm: Allocate msm_drm_private early and pass it as driver data | AngeloGioacchino Del Regno | 1 | -4/+2 |
2021-11-18 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -1/+3 |
2021-10-27 | drm/msm/dsi: Adjust probe order | Rob Clark | 1 | -19/+29 |
2021-10-12 | drm/msm/dsi: Fix an error code in msm_dsi_modeset_init() | Dan Carpenter | 1 | -1/+3 |
2021-08-11 | drm/msm/dsi: Fix some reference counted resource leaks | Christophe JAILLET | 1 | -3/+3 |
2021-08-07 | drm/msm/dsi: stop calling set_encoder_mode callback | Dmitry Baryshkov | 1 | -2/+0 |
2021-08-07 | drm/msm/dsi: add three helper functions | Dmitry Baryshkov | 1 | -0/+7 |
2021-06-23 | drm/msm/dsi: add DSI PHY registers to snapshot data | Dmitry Baryshkov | 1 | -0/+1 |
2021-06-23 | drm/msm: pass dump state as a function argument | Dmitry Baryshkov | 1 | -2/+2 |
2021-06-23 | drm/msm/dsi: add API to take DSI register snapshot | Abhinav Kumar | 1 | -0/+4 |
2021-06-23 | drm/msm: add support to take dpu snapshot | Abhinav Kumar | 1 | -0/+1 |
2020-07-30 | drm/msm/dpu: ensure device suspend happens during PM sleep | Kalyan Thota | 1 | -0/+2 |
2019-06-28 | Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm... | Dave Airlie | 1 | -0/+2 |
2019-06-20 | drm/msm/dsi: Move setup_encoder to modeset_init | Sean Paul | 1 | -0/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 | Thomas Gleixner | 1 | -9/+1 |
2018-12-11 | drm: msm: Use DRM_DEV_* instead of dev_* | Mamta Shukla | 1 | -5/+5 |
2018-10-04 | drm/msm: Don't fail bind if nothing connected to dsi | Sean Paul | 1 | -2/+7 |
2018-10-04 | drm/msm: dsi: Initialize msm_dsi->id to -1 | Sean Paul | 1 | -0/+1 |
2018-07-26 | drm/msm/dsi: Use one connector for dual DSI mode | Chandan Uddaraju | 1 | -0/+3 |
2018-03-19 | drm/msm/dsi: Fix potential NULL pointer dereference in msm_dsi_modeset_init | Gustavo A. R. Silva | 1 | -1/+2 |
2018-02-20 | drm/msm/dsi: check msm_dsi and dsi pointers before use | Lloyd Atkinson | 1 | -12/+10 |
2017-08-02 | drm/msm/dsi: Implement RPM suspend/resume callbacks | Archit Taneja | 1 | -0/+5 |
2017-02-06 | drm/msm: Construct only one encoder for DSI | Archit Taneja | 1 | -9/+5 |
2017-02-06 | drm/msm/dsi: Set msm_dsi->encoders before initializing bridge | Archit Taneja | 1 | -5/+3 |
2016-07-16 | drm/msm/dsi: Use generic PHY bindings | Archit Taneja | 1 | -1/+1 |
2015-08-16 | drm/msm/dsi: Allow dsi to connect to an external bridge | Archit Taneja | 1 | -5/+23 |
2015-08-16 | drm/msm/dsi: Create a helper to check if there is a connected device | Archit Taneja | 1 | -1/+1 |
2015-08-16 | drm/msm/dsi: Refer to connected device as 'device' instead of 'panel' | Archit Taneja | 1 | -1/+1 |
2015-08-16 | drm/msm/dsi: One function call less in dsi_init() after error detection | Markus Elfring | 1 | -13/+9 |
2015-08-16 | drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy" | Markus Elfring | 1 | -3/+1 |
2015-06-11 | drm/msm/dsi: Separate PHY to another platform device | Hai Li | 1 | -9/+36 |
2015-06-11 | drm/msm/dsi: Enable PLL driver in MSM DSI | Hai Li | 1 | -0/+14 |
2015-05-14 | drm/msm: Attach assigned encoder to eDP and DSI connectors | Hai Li | 1 | -5/+5 |
2015-04-02 | drm/msm: Initial add DSI connector support | Hai Li | 1 | -0/+212 |