summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dp/dp_ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08drm/msm/dp: stop link training after link training 2 failedKuogee Hsieh1-0/+3
2021-08-11drm/msm/dp: do not end dp link training until video is readyKuogee Hsieh1-15/+41
2021-08-11drm/msm/dp: reduce link rate if failed at link training 1Kuogee Hsieh1-34/+44
2021-08-11drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test runKuogee Hsieh1-1/+1
2021-08-07drm/msm/dp: add logs across DP driver for ease of debuggingMaitreyee Rao1-1/+4
2021-06-24Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie1-24/+63
2021-06-23drm/msm/dp: power off DP phy at suspendKuogee Hsieh1-4/+6
2021-06-23drm/msm: Convert to use resource-managed OPP APIYangtao Li1-24/+6
2021-06-23drm/msm/dp: handle irq_hpd with sink_count = 0 correctlyKuogee Hsieh1-0/+55
2021-04-28drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul1-2/+2
2021-04-28drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul1-1/+1
2021-02-25Merge tag 'drm-msm-next-2021-02-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-7/+8
2021-02-07drm/msm/dp: Add a missing semi-colonStephen Boyd1-1/+1
2021-02-06drm/msm/dp: reset dp controller only at boot up and pm_resumeKuogee Hsieh1-13/+9
2021-01-31drm/msm/dp/dp_ctrl: Remove unneeded semicolonXu Wang1-1/+1
2021-01-31drm/msm/dp: unplug interrupt missed after irq_hpd handlerKuogee Hsieh1-5/+10
2021-01-21drm/msm/dp: fix build after dp quirk helper changeJani Nikula1-4/+2
2020-11-29drm/msm/dp/dp_ctrl: Move 'tu' from the stack to the heapLee Jones1-167/+171
2020-11-10drm/msm/dp: skip checking LINK_STATUS_UPDATED bitKuogee Hsieh1-14/+6
2020-11-10drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh1-2/+38
2020-11-10drm/msm/dp: return correct connection status after suspendKuogee Hsieh1-0/+5
2020-11-04drm/msm/dp: add opp_table corner voting support base on dp_ink_clk rateKuogee Hsieh1-0/+28
2020-11-04drm/msm/dp: DisplayPort PHY compliance tests fixupTanmay Shah1-3/+0
2020-09-15drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd1-14/+34
2020-09-15drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh1-107/+263
2020-09-15drm/msm/dp: Add Display Port HPD featureTanmay Shah1-1/+0
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju1-0/+1694