index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
dsi
/
dsi_manager.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-22
drm/msm/dsi: simplify connector creation
Dmitry Baryshkov
1
-23
/
+18
2024-04-22
drm/msm/dsi: move next bridge acquisition to dsi_bind
Dmitry Baryshkov
1
-7
/
+1
2024-04-22
drm/msm/dsi: remove the drm_bridge_attach fallback
Dmitry Baryshkov
1
-25
/
+11
2024-02-11
drm/msm/dsi: remove msm_dsi::encoder
Dmitry Baryshkov
1
-5
/
+3
2024-02-11
drm/msm/dsi: stop calling set_split_display
Dmitry Baryshkov
1
-35
/
+0
2024-02-11
drm/msm/dsi: drop msm_dsi_device_connected() function
Dmitry Baryshkov
1
-5
/
+0
2024-02-11
drm/msm/dsi: do not store internal bridge pointer
Dmitry Baryshkov
1
-11
/
+8
2023-10-12
drm/msm/dsi: use correct lifetime device for devm_drm_bridge_add
Dmitry Baryshkov
1
-1
/
+1
2023-10-09
drm/msm/dsi: switch to devm_drm_bridge_add()
Dmitry Baryshkov
1
-20
/
+10
2023-05-21
drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on()
Douglas Anderson
1
-6
/
+26
2023-05-21
drm/msm/dsi: Stop unconditionally powering up DSI hosts at modeset
Douglas Anderson
1
-37
/
+1
2023-01-26
drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mo...
Dmitry Baryshkov
1
-9
/
+10
2023-01-22
drm/msm/dsi: implement opp table based check for dsi_mgr_bridge_mode_valid()
Abhinav Kumar
1
-0
/
+19
2022-09-18
drm/msm/dsi: switch to DRM_PANEL_BRIDGE
Dmitry Baryshkov
1
-252
/
+31
2022-09-18
drm/msm/dsi: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-05-20
Merge tag 'msm-next-5.19-fixes' of https://gitlab.freedesktop.org/abhinavk/ms...
Dave Airlie
1
-1
/
+31
2022-05-18
drm/msm/dsi: don't powerup at modeset time for parade-ps8640
Douglas Anderson
1
-1
/
+31
2022-05-11
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-0
/
+15
2022-04-26
drm/msm/dsi: add mode valid callback for dsi_mgr
Vinod Koul
1
-0
/
+12
2022-04-26
drm/msm: properly add and remove internal bridges
Dmitry Baryshkov
1
-0
/
+3
2022-04-11
drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()
Stephen Boyd
1
-1
/
+1
2022-02-19
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...
Dmitry Baryshkov
1
-12
/
+31
2022-02-18
drm/msm/dsi: move DSI host powerup to modeset time
Dmitry Baryshkov
1
-12
/
+31
2022-02-18
drm/msm: reduce usage of round_pixclk callback
Dmitry Baryshkov
1
-22
/
+0
2021-12-08
drm/msm/dsi: fix initialization in the bonded DSI case
Dmitry Baryshkov
1
-17
/
+0
2021-12-06
Merge remote-tracking branch 'drm/drm-next' into msm-next-staging
Rob Clark
1
-3
/
+3
2021-11-28
drm/msm/dsi: stop setting clock parents manually
Dmitry Baryshkov
1
-9
/
+2
2021-11-28
drm/msm/dsi: untangle cphy setting from the src pll setting
Dmitry Baryshkov
1
-0
/
+3
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-13
/
+53
2021-10-27
drm/msm/dsi: Adjust probe order
Rob Clark
1
-3
/
+3
2021-10-15
drm/msm/dsi: do not enable irq handler before powering up the host
Dmitry Baryshkov
1
-0
/
+16
2021-10-15
drm/msm/dsi: Support NO_CONNECTOR bridges
Rob Clark
1
-13
/
+37
2021-08-11
drm/msm/dsi: add continuous clock support for 7nm PHY
Dmitry Baryshkov
1
-2
/
+2
2021-08-07
drm/msm/dsi: stop calling set_encoder_mode callback
Dmitry Baryshkov
1
-12
/
+0
2021-08-07
drm/msm/dsi: add three helper functions
Dmitry Baryshkov
1
-8
/
+11
2021-08-07
drm/msm/dsi: rename dual DSI to bonded DSI
Dmitry Baryshkov
1
-52
/
+51
2021-08-07
drm/msm/dsi: add support for dsi test pattern generator
Abhinav Kumar
1
-0
/
+13
2021-08-07
drm/msm/dsi: drop msm_dsi_phy_get_shared_timings
Dmitry Baryshkov
1
-2
/
+1
2021-06-23
drm/msm/dsi: do not enable PHYs when called for the slave DSI interface
Dmitry Baryshkov
1
-4
/
+4
2021-06-23
drm/msm/dsi: print error code when MIPI DSI host registration fails
Dmitry Baryshkov
1
-2
/
+2
2021-04-07
drm/msm/dsi: stop passing src_pll_id to the phy_enable call
Dmitry Baryshkov
1
-6
/
+5
2021-04-07
drm/msm/dsi: make save/restore_state phy-level functions
Dmitry Baryshkov
1
-4
/
+2
2021-04-07
drm/msm/dsi: push provided clocks handling into a generic code
Dmitry Baryshkov
1
-10
/
+3
2020-08-08
drm: Remove unnecessary drm_panel_attach and drm_panel_detach
Joe Perches
1
-1
/
+0
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
1
-1
/
+6
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-2
/
+2
2020-02-14
drm/msm/dsi: save pll state before dsi host is powered off
Harigovindan P
1
-0
/
+5
2020-02-11
drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFI
John Stultz
1
-1
/
+1
2020-01-20
Merge tag 'drm-msm-next-2020-01-14' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-21
/
+41
2020-01-03
drm/msm/dsi: Delay drm_panel_enable() until dsi_mgr_bridge_enable()
Stephan Gerhold
1
-21
/
+41
[next]