summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dp/dp_display.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-06drm/msm/dp: reset dp controller only at boot up and pm_resumeKuogee Hsieh1-7/+7
2021-01-31drm/msm/dp: trigger unplug event in msm_dp_display_disableJudy Hsiao1-1/+4
2021-01-31drm/msm/dp: unplug interrupt missed after irq_hpd handlerKuogee Hsieh1-0/+7
2021-01-07drm/msm/dp: postpone irq_hpd event during connection pending stateKuogee Hsieh1-0/+7
2020-12-03drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh1-37/+55
2020-11-10drm/msm/dp: do not notify audio subsystem if sink doesn't support audioAbhinav Kumar1-1/+8
2020-11-10drm/msm/dp: promote irq_hpd handle to handle link training correctlyKuogee Hsieh1-4/+21
2020-11-10drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh1-1/+14
2020-11-10drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh1-22/+20
2020-11-10drm/msm/dp: return correct connection status after suspendKuogee Hsieh1-68/+76
2020-11-04drm/msm/dp: add opp_table corner voting support base on dp_ink_clk rateKuogee Hsieh1-1/+1
2020-11-04drm/msm/dp: DisplayPort PHY compliance tests fixupTanmay Shah1-0/+1
2020-09-20drm/msm/dp: Sleep properly in dp_hpd_handler kthreadStephen Boyd1-3/+2
2020-09-15drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd1-17/+0
2020-09-15drm/msm/dp: remove mode hard-coding in case of DP CTSAbhinav Kumar1-3/+0
2020-09-15drm/msm/dp: move debugfs node to /sys/kernel/debug/dri/*/Abhinav Kumar1-14/+20
2020-09-15drm/msm/dp: add debugfs support to DP driverAbhinav Kumar1-0/+13
2020-09-15drm/msm/dp: wait for audio notification before disabling clocksAbhinav Kumar1-5/+35
2020-09-15drm/msm/dp: signal the hotplug disconnect in the event handlerAbhinav Kumar1-9/+10
2020-09-15drm/msm/dp: add hook_plugged_cb hdmi-codec op for MSM DP driverAbhinav Kumar1-0/+24
2020-09-15drm/msm/dp: add audio support for Display Port on MSMAbhinav Kumar1-0/+48
2020-09-15drm/msm/dp: store dp_display in the driver dataAbhinav Kumar1-10/+16
2020-09-15drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh1-259/+569
2020-09-15drm/msm/dp: Add Display Port HPD featureTanmay Shah1-7/+101
2020-09-15drm/msm/dp: add support for DP PLL driverChandan Uddaraju1-1/+17
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju1-0/+936