index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
dp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-06
Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
3
-18
/
+0
2022-04-27
drm/msm/dp: remove fail safe mode related code
Kuogee Hsieh
3
-18
/
+0
2022-04-14
Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
3
-10
/
+17
2022-04-11
drm/msm/dp: add fail safe mode outside of event_mutex context
Kuogee Hsieh
3
-10
/
+17
2022-03-04
Merge tag 'drm-msm-next-2022-03-01' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
13
-181
/
+395
2022-02-19
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...
Dmitry Baryshkov
13
-181
/
+395
2022-02-19
drm/msm/dp: support finding next bridge even for DP interfaces
Dmitry Baryshkov
1
-7
/
+12
2022-02-19
drm/msm/dp: support attaching bridges to the DP encoder
Dmitry Baryshkov
5
-20
/
+21
2022-02-19
drm/msm/dp: fix panel bridge attachment
Dmitry Baryshkov
1
-10
/
+11
2022-02-18
drm/msm/dpu: simplify clocks handling
Dmitry Baryshkov
3
-1
/
+159
2022-02-18
drm/msm/dp: enhance debug info related to dp phy
Kuogee Hsieh
1
-10
/
+10
2022-02-18
drm/msm/dp: add connector type to enhance debug messages
Kuogee Hsieh
1
-21
/
+50
2022-02-18
drm/msm/dp: always add fail-safe mode into connector mode list
Kuogee Hsieh
1
-0
/
+5
2022-02-18
drm/msm/dp: stop link training after link training 2 failed
Kuogee Hsieh
1
-0
/
+3
2022-02-18
drm/msm/dp: add support of tps4 (training pattern 4) for HBR3
Kuogee Hsieh
3
-12
/
+19
2022-02-18
drm/msm/dp: populate connector of struct dp_panel
Kuogee Hsieh
1
-0
/
+5
2022-02-18
drm/msm/dp: do not initialize phy until plugin interrupt received
Kuogee Hsieh
3
-107
/
+92
2022-02-18
drm/msm/dp: Add DisplayPort controller for SM8350
Bjorn Andersson
1
-0
/
+8
2022-02-18
drm/msm/dp: Simplify dp_debug_init() and dp_debug_get()
Christophe JAILLET
1
-10
/
+3
2022-02-18
drm/msm/dp: Add sc8180x DP controllers
Bjorn Andersson
1
-0
/
+11
2022-02-18
drm/msm/dp: Move debugfs files into subdirectory
Bjorn Andersson
1
-6
/
+9
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
4
-4
/
+4
2022-01-17
drm/dp: Move public DisplayPort headers into dp/
Thomas Zimmermann
4
-4
/
+4
2021-12-16
drm/msm/dp: remove unneeded variable
Changcheng Deng
1
-2
/
+1
2021-12-15
drm/msm/dp: Fix double free on error in msm_dp_bridge_init()
Dan Carpenter
1
-1
/
+0
2021-12-08
drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed
Kuogee Hsieh
2
-8
/
+23
2021-12-07
drm/msm/dp: employ bridge mechanism for display enable and disable
Kuogee Hsieh
3
-2
/
+91
2021-12-07
drm/msm/dp: Re-order dp_audio_put in deinit_sub_modules
Sean Paul
1
-1
/
+1
2021-12-07
drm/msm/dp: Add "qcom, sc7280-dp" to support display port.
Kuogee Hsieh
1
-0
/
+1
2021-12-06
drm/msm: Allocate msm_drm_private early and pass it as driver data
AngeloGioacchino Del Regno
1
-7
/
+3
2021-11-29
drm/msm/dp: Drop now unused hpd_high member
Bjorn Andersson
3
-10
/
+0
2021-11-28
drm/msm/dp: Enable ASSR for supported DP sinks
Sankeerth Billakanti
1
-2
/
+9
2021-11-28
drm/msm/dp: Enable downspread for supported DP sinks
Sankeerth Billakanti
1
-1
/
+11
2021-11-28
drm/msm/dp: Add DP controllers for sc7280
Sankeerth Billakanti
1
-0
/
+9
2021-11-22
drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
Douglas Anderson
1
-0
/
+17
2021-10-26
drm/msm/dp: fix missing #include
Arnd Bergmann
1
-0
/
+1
2021-10-18
drm/msm/dp: Support up to 3 DP controllers
Bjorn Andersson
1
-7
/
+13
2021-10-18
drm/msm/dp: Allow attaching a drm_panel
Bjorn Andersson
5
-5
/
+49
2021-10-18
drm/msm/dp: Allow specifying connector_type per controller
Bjorn Andersson
3
-2
/
+44
2021-10-18
drm/msm/dp: Remove global g_dp_display variable
Bjorn Andersson
1
-58
/
+21
2021-10-15
drm/msm/dp: Simplify the dp_debug debugfs show function
Bjorn Andersson
1
-138
/
+25
2021-10-15
drm/msm/dp: Use the connector passed to dp_debug_get()
Bjorn Andersson
3
-90
/
+47
2021-10-15
drm/msm/dp: Allow sub-regions to be specified in DT
Bjorn Andersson
1
-11
/
+38
2021-10-15
drm/msm/dp: Store each subblock in the io region
Bjorn Andersson
3
-48
/
+53
2021-10-15
drm/msm/dp: Refactor ioremap wrapper
Bjorn Andersson
2
-25
/
+12
2021-10-15
drm/msm/dp: Use devres for ioremap()
Bjorn Andersson
1
-25
/
+4
2021-10-15
drm/msm/dp: Remove redundant initialization of variable bpp
Colin Ian King
1
-1
/
+1
2021-10-11
drm/msm/dp: only signal audio when disconnected detected at dp_pm_resume
Kuogee Hsieh
1
-5
/
+5
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
7
-118
/
+170
2021-08-10
drm/msm/dp: add drm debug logs to dp_pm_resume/suspend
Kuogee Hsieh
1
-0
/
+13
[next]