index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
dp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/msm/dp: remove unneeded variable
Changcheng Deng
2021-12-16
1
-2
/
+1
*
drm/msm/dp: Fix double free on error in msm_dp_bridge_init()
Dan Carpenter
2021-12-16
1
-1
/
+0
*
drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed
Kuogee Hsieh
2021-12-08
2
-8
/
+23
*
drm/msm/dp: employ bridge mechanism for display enable and disable
Kuogee Hsieh
2021-12-08
3
-2
/
+91
*
drm/msm/dp: Re-order dp_audio_put in deinit_sub_modules
Sean Paul
2021-12-07
1
-1
/
+1
*
drm/msm/dp: Add "qcom, sc7280-dp" to support display port.
Kuogee Hsieh
2021-12-07
1
-0
/
+1
*
drm/msm: Allocate msm_drm_private early and pass it as driver data
AngeloGioacchino Del Regno
2021-12-06
1
-7
/
+3
*
drm/msm/dp: Drop now unused hpd_high member
Bjorn Andersson
2021-11-30
3
-10
/
+0
*
drm/msm/dp: Enable ASSR for supported DP sinks
Sankeerth Billakanti
2021-11-28
1
-2
/
+9
*
drm/msm/dp: Enable downspread for supported DP sinks
Sankeerth Billakanti
2021-11-28
1
-1
/
+11
*
drm/msm/dp: Add DP controllers for sc7280
Sankeerth Billakanti
2021-11-28
1
-0
/
+9
*
drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
Douglas Anderson
2021-11-22
1
-0
/
+17
*
drm/msm/dp: fix missing #include
Arnd Bergmann
2021-10-26
1
-0
/
+1
*
drm/msm/dp: Support up to 3 DP controllers
Bjorn Andersson
2021-10-18
1
-7
/
+13
*
drm/msm/dp: Allow attaching a drm_panel
Bjorn Andersson
2021-10-18
5
-5
/
+49
*
drm/msm/dp: Allow specifying connector_type per controller
Bjorn Andersson
2021-10-18
3
-2
/
+44
*
drm/msm/dp: Remove global g_dp_display variable
Bjorn Andersson
2021-10-18
1
-58
/
+21
*
drm/msm/dp: Simplify the dp_debug debugfs show function
Bjorn Andersson
2021-10-16
1
-138
/
+25
*
drm/msm/dp: Use the connector passed to dp_debug_get()
Bjorn Andersson
2021-10-16
3
-90
/
+47
*
drm/msm/dp: Allow sub-regions to be specified in DT
Bjorn Andersson
2021-10-16
1
-11
/
+38
*
drm/msm/dp: Store each subblock in the io region
Bjorn Andersson
2021-10-15
3
-48
/
+53
*
drm/msm/dp: Refactor ioremap wrapper
Bjorn Andersson
2021-10-15
2
-25
/
+12
*
drm/msm/dp: Use devres for ioremap()
Bjorn Andersson
2021-10-15
1
-25
/
+4
*
drm/msm/dp: Remove redundant initialization of variable bpp
Colin Ian King
2021-10-15
1
-1
/
+1
*
drm/msm/dp: only signal audio when disconnected detected at dp_pm_resume
Kuogee Hsieh
2021-10-12
1
-5
/
+5
*
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-09-01
7
-118
/
+170
|
\
|
*
drm/msm/dp: add drm debug logs to dp_pm_resume/suspend
Kuogee Hsieh
2021-08-11
1
-0
/
+13
|
*
drm/msm/dp: do not end dp link training until video is ready
Kuogee Hsieh
2021-08-10
1
-15
/
+41
|
*
drm/msm/dp: return correct edid checksum after corrupted edid checksum read
Kuogee Hsieh
2021-08-10
1
-2
/
+7
|
*
drm/msm/dp: replug event is converted into an unplug followed by an plug events
Kuogee Hsieh
2021-08-10
1
-9
/
+5
|
*
drm/msm/dp: reset aux controller after dp_aux_cmd_fifo_tx() failed.
Kuogee Hsieh
2021-08-10
1
-0
/
+3
|
*
drm/msm/dp: reduce link rate if failed at link training 1
Kuogee Hsieh
2021-08-10
1
-34
/
+44
|
*
drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run
Kuogee Hsieh
2021-08-10
1
-1
/
+1
|
*
drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()
Kuogee Hsieh
2021-08-07
1
-3
/
+14
|
*
drm/msm/dp: Remove unused variable
Souptick Joarder
2021-08-07
1
-2
/
+0
|
*
drm/msm/dp: add logs across DP driver for ease of debugging
Maitreyee Rao
2021-08-07
5
-35
/
+44
|
*
drm/msm/dp: stop calling set_encoder_mode callback
Dmitry Baryshkov
2021-08-07
1
-18
/
+0
*
|
drm/msm/dp: Initialize dp->aux->drm_dev before registration
Sean Paul
2021-07-27
1
-0
/
+1
*
|
drm/msm/dp: signal audio plugged change at dp_pm_resume
Kuogee Hsieh
2021-07-27
1
-0
/
+4
*
|
drm/msm/dp: Initialize the INTF_CONFIG register
Bjorn Andersson
2021-07-27
1
-0
/
+1
*
|
drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run
Kuogee Hsieh
2021-07-27
1
-1
/
+1
|
/
*
Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
2021-06-23
11
-208
/
+247
|
\
|
*
drm/msm/dp/dp_link: Fix some potential doc-rot
Lee Jones
2021-06-23
1
-3
/
+3
|
*
drm/msm/dp/dp_catalog: Correctly document param 'dp_catalog'
Lee Jones
2021-06-23
1
-1
/
+1
|
*
drm/msm/dp: power off DP phy at suspend
Kuogee Hsieh
2021-06-23
2
-5
/
+12
|
*
drm/msm/dp: remove the repeated declaration
Shaokun Zhang
2021-06-23
1
-1
/
+0
|
*
drm/msm/dp: Drop unnecessary NULL checks after container_of
Guenter Roeck
2021-06-23
1
-22
/
+0
|
*
drm/msm: remove unneeded variable ret
Bernard Zhao
2021-06-23
1
-12
/
+3
|
*
drm/msm/dp/dp_display: Remove unused variable 'hpd'
Lee Jones
2021-06-23
1
-3
/
+0
|
*
drm/msm: Remove unneeded variable: "rc"
zuoqilin
2021-06-23
1
-2
/
+1
[next]