summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dp
AgeCommit message (Expand)AuthorFilesLines
2024-02-23drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA caseKuogee Hsieh2-5/+10
2023-11-28drm/msm/dp: skip validity check for DP CTS EDID checksumJani Nikula1-19/+2
2023-10-25drm/msm/dp: do not reinitialize phy unless retry during link trainingKuogee Hsieh1-7/+6
2023-07-27drm/msm/dp: Free resources after unregistering themBjorn Andersson1-1/+1
2023-05-30drm/msm/dp: unregister audio driver during unbindSrinivas Kandagatla3-0/+15
2023-01-18drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transferKuogee Hsieh1-0/+4
2023-01-14drm/msm: Use drm_mode_copy()Ville Syrjälä1-1/+1
2022-11-03drm/msm/dp: fix IRQ lifetimeJohan Hovold1-1/+1
2022-10-26drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh1-1/+1
2022-09-08drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4Kuogee Hsieh1-1/+1
2022-06-29drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh1-37/+55
2022-06-29drm/msm/dp: promote irq_hpd handle to handle link training correctlyKuogee Hsieh1-4/+21
2022-06-29drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh5-6/+55
2022-06-29drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh2-22/+25
2022-06-29drm/msm/dp: check core_initialized before disable interrupts at dp_display_un...Kuogee Hsieh1-1/+2
2022-06-09drm/msm/dp: fix event thread stuck in wait_event after kthread_stop()Kuogee Hsieh1-4/+9
2022-06-09drm/msm/dp: fix error check return value of irq_of_parse_and_map()Lv Ruyi1-4/+3
2022-06-09drm/msm/dp: stop event kernel thread when DP unbindKuogee Hsieh1-8/+31
2022-04-08drm/msm/dp: populate connector of struct dp_panelKuogee Hsieh1-0/+5
2021-09-18drm/msm/dp: return correct edid checksum after corrupted edid checksum readKuogee Hsieh1-2/+7
2021-08-04drm/msm/dp: Initialize the INTF_CONFIG registerBjorn Andersson1-0/+1
2021-05-19drm/msm/dp: initialize audio_comp when audio startsKuogee Hsieh3-2/+11
2021-05-11drm/msm/dp: Fix incorrect NULL check kbot warnings in DP driverAbhinav Kumar1-2/+2
2021-03-04drm/msm/dp: trigger unplug event in msm_dp_display_disableJudy Hsiao1-1/+4
2020-12-30drm/msm/dp: do not notify audio subsystem if sink doesn't support audioAbhinav Kumar1-1/+8
2020-12-30drm/msm/dp: skip checking LINK_STATUS_UPDATED bitKuogee Hsieh2-29/+20
2020-12-30drm/msm/dp: return correct connection status after suspendKuogee Hsieh5-68/+97
2020-12-30drm/msm/dp: DisplayPort PHY compliance tests fixupTanmay Shah4-4/+13
2020-09-26drm/msm/dp: fix incorrect function prototype of dp_debug_get()Abhinav Kumar1-1/+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 Boyd17-1760/+78
2020-09-15drm/msm/dp: remove mode hard-coding in case of DP CTSAbhinav Kumar3-53/+2
2020-09-15drm/msm/dp: add debugfs nodes for video pattern testsAbhinav Kumar2-0/+207
2020-09-15drm/msm/dp: move debugfs node to /sys/kernel/debug/dri/*/Abhinav Kumar3-35/+35
2020-09-15drm/msm/dp: add debugfs support to DP driverAbhinav Kumar3-0/+394
2020-09-15drm/msm/dp: wait for audio notification before disabling clocksAbhinav Kumar3-5/+70
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 Kumar3-1/+55
2020-09-15drm/msm/dp: add audio support for Display Port on MSMAbhinav Kumar6-0/+926
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 Hsieh17-457/+1043
2020-09-15drm/msm/dp: Add Display Port HPD featureTanmay Shah5-35/+158
2020-09-15drm/msm/dp: add support for DP PLL driverChandan Uddaraju12-16/+1290
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju21-0/+7962