summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dp/dp_ctrl.c
AgeCommit message (Expand)AuthorLines
2022-08-11drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4Kuogee Hsieh-1/+1
2022-07-04drm/msm/dp: rewrite dss_module_power to use bulk clock functionsDmitry Baryshkov-2/+2
2022-07-04drm/msm/dp: set stream_pixel rate directlyDmitry Baryshkov-1/+1
2022-07-04drm/msm/dp: "inline" dp_ctrl_set_clock_rate("ctrl_link")Dmitry Baryshkov-2/+5
2022-06-28Merge tag 'drm-msm-fixes-2022-06-28' into msm-next-stagingRob Clark-8/+25
2022-06-18drm/msm/dp: force link training for display resolution changeKuogee Hsieh-8/+25
2022-06-03Merge tag 'msm-next-5.19-fixes-06-01' of https://gitlab.freedesktop.org/abhin...Dave Airlie-2/+7
2022-06-01drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq...Kuogee Hsieh-2/+7
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-62/+104
2022-05-02drm/msm/dp: do not stop transmitting phy test pattern during DP phy complianc...Kuogee Hsieh-8/+6
2022-05-02drm/msm/dp: reset DP controller before transmit phy test patternKuogee Hsieh-1/+1
2022-05-02drm/msm/dp: tear down main link at unplug handle immediatelyKuogee Hsieh-0/+29
2022-05-02drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dpKuogee Hsieh-52/+62
2022-04-26drm/msm/dp: enable widebus feature for display portKuogee Hsieh-1/+6
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann-1/+2
2022-03-04Merge tag 'drm-msm-next-2022-03-01' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-56/+46
2022-02-18drm/msm/dp: enhance debug info related to dp phyKuogee Hsieh-10/+10
2022-02-18drm/msm/dp: stop link training after link training 2 failedKuogee Hsieh-0/+3
2022-02-18drm/msm/dp: add support of tps4 (training pattern 4) for HBR3Kuogee Hsieh-5/+12
2022-02-18drm/msm/dp: do not initialize phy until plugin interrupt receivedKuogee Hsieh-50/+30
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann-1/+1
2021-11-28drm/msm/dp: Enable ASSR for supported DP sinksSankeerth Billakanti-2/+9
2021-11-28drm/msm/dp: Enable downspread for supported DP sinksSankeerth Billakanti-1/+11
2021-08-10drm/msm/dp: do not end dp link training until video is readyKuogee Hsieh-15/+41
2021-08-10drm/msm/dp: reduce link rate if failed at link training 1Kuogee Hsieh-34/+44
2021-08-10drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test runKuogee Hsieh-1/+1
2021-08-07drm/msm/dp: add logs across DP driver for ease of debuggingMaitreyee Rao-1/+4
2021-06-24Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie-24/+63
2021-06-23drm/msm/dp: power off DP phy at suspendKuogee Hsieh-4/+6
2021-06-23drm/msm: Convert to use resource-managed OPP APIYangtao Li-24/+6
2021-06-23drm/msm/dp: handle irq_hpd with sink_count = 0 correctlyKuogee Hsieh-0/+55
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul-2/+2
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul-1/+1
2021-02-25Merge tag 'drm-msm-next-2021-02-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-7/+8
2021-02-07drm/msm/dp: Add a missing semi-colonStephen Boyd-1/+1
2021-02-06drm/msm/dp: reset dp controller only at boot up and pm_resumeKuogee Hsieh-13/+9
2021-01-31drm/msm/dp/dp_ctrl: Remove unneeded semicolonXu Wang-1/+1
2021-01-31drm/msm/dp: unplug interrupt missed after irq_hpd handlerKuogee Hsieh-5/+10
2021-01-21drm/msm/dp: fix build after dp quirk helper changeJani Nikula-4/+2
2020-11-29drm/msm/dp/dp_ctrl: Move 'tu' from the stack to the heapLee Jones-167/+171
2020-11-10drm/msm/dp: skip checking LINK_STATUS_UPDATED bitKuogee Hsieh-14/+6
2020-11-10drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh-2/+38
2020-11-10drm/msm/dp: return correct connection status after suspendKuogee Hsieh-0/+5
2020-11-04drm/msm/dp: add opp_table corner voting support base on dp_ink_clk rateKuogee Hsieh-0/+28
2020-11-04drm/msm/dp: DisplayPort PHY compliance tests fixupTanmay Shah-3/+0
2020-09-15drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd-14/+34
2020-09-15drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh-107/+263
2020-09-15drm/msm/dp: Add Display Port HPD featureTanmay Shah-1/+0
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju-0/+1694