summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)AuthorLines
2021-11-22drm/msm/dsi: set default num_data_lanesPhilip Chen-0/+2
2021-10-21drm/msm/dsi: fix wrong type in msm_dsi_hostJessica Zhang-12/+12
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-10-15drm/msm/dsi: use bulk clk APIDmitry Baryshkov-47/+12
2021-10-15drm/msm/dsi: do not enable irq handler before powering up the hostDmitry Baryshkov-17/+49
2021-10-15drm/msm/dsi: Add phy configuration for MSM8953Vladimir Lypak-0/+24
2021-10-15drm/msm: dsi: Remove redundant null check before clk_prepare_enable/clk_disab...Xu Wang-9/+6
2021-10-15drm/msm/dsi: Support NO_CONNECTOR bridgesRob Clark-13/+37
2021-10-15drm/msm/dsi: Use division result from div_u64_rem in 7nm and 14nm PLLMarijn Suijten-6/+2
2021-10-11drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handlingDan Carpenter-1/+1
2021-10-11drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()Dan Carpenter-1/+3
2021-10-11drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in poll_for_readyMarijn Suijten-15/+15
2021-10-11drm/msm/dsi/phy: fix clock names in 28nm_8960 phyDmitry Baryshkov-2/+2
2021-08-17Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-201/+537
2021-08-10drm/msm/dsi: add continuous clock support for 7nm PHYDmitry Baryshkov-7/+40
2021-08-10drm/msm/dsi: Fix some reference counted resource leaksChristophe JAILLET-3/+3
2021-08-07drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660Konrad Dybcio-2/+1
2021-08-07drm/msm/dsi: stop calling set_encoder_mode callbackDmitry Baryshkov-15/+0
2021-08-07drm/msm/dsi: add three helper functionsDmitry Baryshkov-8/+18
2021-08-07drm/msm/dsi: rename dual DSI to bonded DSIDmitry Baryshkov-79/+78
2021-08-07drm/msm/dsi: add support for dsi test pattern generatorAbhinav Kumar-0/+77
2021-08-07drm/msm/dsi: update dsi register header file for tpgAbhinav Kumar-0/+73
2021-08-07drm/msm/dsi: Add DSI support for SC7280Rajeev Nandan-0/+21
2021-08-07drm/msm/dsi: Add PHY configuration for SC7280Rajeev Nandan-0/+29
2021-08-07drm/msm/dsi: drop msm_dsi_phy_get_shared_timingsDmitry Baryshkov-13/+8
2021-08-07drm/msm/dsi: phy: use of_device_get_match_dataDmitry Baryshkov-6/+4
2021-08-07drm/msm/dsi: drop gdsc regulator handlingDmitry Baryshkov-27/+7
2021-08-07drm/msm/dsi: support CPHY mode for 7nm pll/phyJonathan Marek-47/+184
2021-07-27Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-1749/+2552
2021-07-27drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat-4/+4
2021-06-23drm/msm/dsi: do not enable PHYs when called for the slave DSI interfaceDmitry Baryshkov-4/+4
2021-06-23drm/msm: Generated register updateRob Clark-1726/+2480
2021-06-23drm/msm/dsi: print error code when MIPI DSI host registration failsDmitry Baryshkov-2/+2
2021-06-23drm/msm/dsi: fix 32-bit clang warningArnd Bergmann-1/+5
2021-06-23drm/msm: Convert to use resource-managed OPP APIYangtao Li-9/+4
2021-06-23Merge branch 'msm-fixes-v5.13-rc6' into msm-next-redoRob Clark-0/+2
2021-06-23drm/msm: fix display snapshotting if DP or DSI is disabledDmitry Baryshkov-2/+0
2021-06-23drm/msm: replace MSM_BO_UNCACHED with MSM_BO_WC for internal objectsJonathan Marek-1/+1
2021-06-23drm/msm/dsi: add DSI PHY registers to snapshot dataDmitry Baryshkov-4/+33
2021-06-23drm/msm: get rid of msm_iomap_sizeDmitry Baryshkov-2/+3
2021-06-23drm/msm: pass dump state as a function argumentDmitry Baryshkov-9/+5
2021-06-23drm/msm/dsi: add API to take DSI register snapshotAbhinav Kumar-1/+23
2021-06-23drm/msm: add support to take dpu snapshotAbhinav Kumar-0/+2
2021-06-10drm/msm/dsi: Stash away calculated vco frequency on recalcStephen Boyd-0/+2
2021-04-27drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return codeDmitry Baryshkov-1/+1
2021-04-27drm/msm/dsi: dsi_phy_28nm_8960: fix uninitialized variable accessDmitry Baryshkov-0/+4
2021-04-07drm/msm/dsi: stop passing src_pll_id to the phy_enable callDmitry Baryshkov-19/+18
2021-04-07drm/msm/dsi: inline msm_dsi_phy_set_src_pllDmitry Baryshkov-46/+21
2021-04-07drm/msm/dsi: remove temp data from global pll structureDmitry Baryshkov-447/+220
2021-04-07drm/msm/dsi: remove duplicate fields from dsi_pll_Nnm instancesDmitry Baryshkov-149/+119