summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dp/dp_panel.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22drm/msm/dp: Use function arguments for timing configurationBjorn Andersson1-5/+9
2024-03-04drm/msm/dp: add VSC SDP support for YUV420 over DPPaloma Arellano1-0/+52
2024-03-04drm/msm/dp: check if VSC SDP is supported in DP programmingPaloma Arellano1-0/+1
2024-02-11drm/msm/dp: move link property handling to dp_panelDmitry Baryshkov1-0/+66
2023-10-09drm/msm/dp: support setting the DP subconnector typeDmitry Baryshkov1-0/+5
2023-10-09drm/msm/dp: Remove error message when downstream port not connectedStephen Boyd1-1/+0
2023-10-09drm/msm/dp: skip validity check for DP CTS EDID checksumJani Nikula1-19/+2
2023-10-09drm/msm/dp: Simplify with drm_dp_{max_link_rate, max_lane_count}()Stephen Boyd1-2/+2
2023-10-09drm/msm/dp: Remove aux_cfg_update_done and related codeStephen Boyd1-15/+0
2023-10-09drm/msm/dp: Remove dead code related to downstream cap infoStephen Boyd1-22/+3
2023-10-09drm/msm/dp: Use drm_dp_read_sink_count() helperStephen Boyd1-12/+7
2023-10-09drm/msm/dp: Replace open-coded drm_dp_read_dpcd_caps()Stephen Boyd1-37/+5
2023-03-13drm/msm/dp: Add basic PSR support for eDPVinod Polimera1-0/+22
2023-01-09drm/msm/dp: add support of max dp link rateKuogee Hsieh1-3/+4
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-19/+30
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-19/+30
2022-05-02drm/msm/dp: drop dp_mode argument from dp_panel_get_modes()Dmitry Baryshkov1-1/+1
2022-05-02drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dpKuogee Hsieh1-18/+29
2022-04-27drm/msm/dp: remove fail safe mode related codeKuogee Hsieh1-11/+0
2022-04-11drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh1-10/+10
2022-02-18drm/msm/dp: always add fail-safe mode into connector mode listKuogee Hsieh1-0/+5
2021-10-15drm/msm/dp: Remove redundant initialization of variable bppColin Ian King1-1/+1
2021-08-11drm/msm/dp: return correct edid checksum after corrupted edid checksum readKuogee Hsieh1-2/+7
2021-06-23drm/msm: Remove unneeded variable: "rc"zuoqilin1-2/+1
2021-06-23drm/msm/dp: Drop malformed debug printStephen Boyd1-1/+0
2021-02-05drm/msm: remove unneeded variable: "rc"Bernard Zhao1-2/+1
2021-01-07drm/msm/dp: postpone irq_hpd event during connection pending stateKuogee Hsieh1-3/+9
2020-11-10drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh1-1/+1
2020-11-10drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh1-0/+5
2020-09-15drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd1-0/+1
2020-09-15drm/msm/dp: remove mode hard-coding in case of DP CTSAbhinav Kumar1-49/+1
2020-09-15drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh1-27/+51
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju1-0/+486