index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
dp
/
dp_display.c
Age
Commit message (
Expand
)
Author
2022-05-02
drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dp
Kuogee Hsieh
2022-05-02
drm/msm/dp: remove extra wrappers and public functions
Dmitry Baryshkov
2022-05-02
drm/msm/dp: replace dp_connector with drm_bridge_connector
Dmitry Baryshkov
2022-04-27
drm/msm/dp: remove fail safe mode related code
Kuogee Hsieh
2022-04-26
drm/msm/dp: enable widebus feature for display port
Kuogee Hsieh
2022-04-26
drm/msm: don't store created planes, connectors and encoders
Dmitry Baryshkov
2022-04-11
drm/msm/dp: add fail safe mode outside of event_mutex context
Kuogee Hsieh
2022-02-19
drm/msm/dp: support attaching bridges to the DP encoder
Dmitry Baryshkov
2022-02-18
drm/msm/dp: add connector type to enhance debug messages
Kuogee Hsieh
2022-02-18
drm/msm/dp: populate connector of struct dp_panel
Kuogee Hsieh
2022-02-18
drm/msm/dp: do not initialize phy until plugin interrupt received
Kuogee Hsieh
2022-02-18
drm/msm/dp: Add DisplayPort controller for SM8350
Bjorn Andersson
2022-02-18
drm/msm/dp: Add sc8180x DP controllers
Bjorn Andersson
2021-12-16
drm/msm/dp: remove unneeded variable
Changcheng Deng
2021-12-08
drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed
Kuogee Hsieh
2021-12-07
drm/msm/dp: employ bridge mechanism for display enable and disable
Kuogee Hsieh
2021-12-07
drm/msm/dp: Re-order dp_audio_put in deinit_sub_modules
Sean Paul
2021-12-07
drm/msm/dp: Add "qcom, sc7280-dp" to support display port.
Kuogee Hsieh
2021-12-06
drm/msm: Allocate msm_drm_private early and pass it as driver data
AngeloGioacchino Del Regno
2021-11-29
drm/msm/dp: Drop now unused hpd_high member
Bjorn Andersson
2021-11-28
drm/msm/dp: Add DP controllers for sc7280
Sankeerth Billakanti
2021-10-18
drm/msm/dp: Support up to 3 DP controllers
Bjorn Andersson
2021-10-18
drm/msm/dp: Allow attaching a drm_panel
Bjorn Andersson
2021-10-18
drm/msm/dp: Allow specifying connector_type per controller
Bjorn Andersson
2021-10-18
drm/msm/dp: Remove global g_dp_display variable
Bjorn Andersson
2021-10-15
drm/msm/dp: Use the connector passed to dp_debug_get()
Bjorn Andersson
2021-10-11
drm/msm/dp: only signal audio when disconnected detected at dp_pm_resume
Kuogee Hsieh
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-08-10
drm/msm/dp: add drm debug logs to dp_pm_resume/suspend
Kuogee Hsieh
2021-08-10
drm/msm/dp: replug event is converted into an unplug followed by an plug events
Kuogee Hsieh
2021-08-07
drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()
Kuogee Hsieh
2021-08-07
drm/msm/dp: Remove unused variable
Souptick Joarder
2021-08-07
drm/msm/dp: add logs across DP driver for ease of debugging
Maitreyee Rao
2021-08-07
drm/msm/dp: stop calling set_encoder_mode callback
Dmitry Baryshkov
2021-07-27
drm/msm/dp: Initialize dp->aux->drm_dev before registration
Sean Paul
2021-07-27
drm/msm/dp: signal audio plugged change at dp_pm_resume
Kuogee Hsieh
2021-06-23
drm/msm/dp: power off DP phy at suspend
Kuogee Hsieh
2021-06-23
drm/msm/dp: Drop unnecessary NULL checks after container_of
Guenter Roeck
2021-06-23
drm/msm/dp/dp_display: Remove unused variable 'hpd'
Lee Jones
2021-06-23
drm/msm: Convert to use resource-managed OPP API
Yangtao Li
2021-06-23
drm/msm: pass dump state as a function argument
Dmitry Baryshkov
2021-06-23
drm/msm/dp: add API to take DP register snapshot
Abhinav Kumar
2021-06-23
drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
Kuogee Hsieh
2021-05-06
drm/msm/dp: initialize audio_comp when audio starts
Kuogee Hsieh
2021-05-06
drm/msm/dp: check sink_count before update is_connected status
Kuogee Hsieh
2021-02-06
drm/msm/dp: reset dp controller only at boot up and pm_resume
Kuogee Hsieh
2021-01-31
drm/msm/dp: trigger unplug event in msm_dp_display_disable
Judy Hsiao
2021-01-31
drm/msm/dp: unplug interrupt missed after irq_hpd handler
Kuogee Hsieh
2021-01-07
drm/msm/dp: postpone irq_hpd event during connection pending state
Kuogee Hsieh
2020-12-03
drm/msm/dp: fix connect/disconnect handled at irq_hpd
Kuogee Hsieh
[prev]
[next]