summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dp/dp_panel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dp: prefix all symbols with msm_dp_Dmitry Baryshkov2024-10-311-127/+127
* drm/msm/dp: fix the max supported bpp logicAbhinav Kumar2024-08-051-9/+10
* drm/msm/dp: switch to struct drm_edidJani Nikula2024-06-241-33/+14
* drm/msm/dp: Use function arguments for timing configurationBjorn Andersson2024-04-221-5/+9
* drm/msm/dp: add VSC SDP support for YUV420 over DPPaloma Arellano2024-03-041-0/+52
* drm/msm/dp: check if VSC SDP is supported in DP programmingPaloma Arellano2024-03-041-0/+1
* drm/msm/dp: move link property handling to dp_panelDmitry Baryshkov2024-02-111-0/+66
* drm/msm/dp: support setting the DP subconnector typeDmitry Baryshkov2023-10-091-0/+5
* drm/msm/dp: Remove error message when downstream port not connectedStephen Boyd2023-10-091-1/+0
* drm/msm/dp: skip validity check for DP CTS EDID checksumJani Nikula2023-10-091-19/+2
* drm/msm/dp: Simplify with drm_dp_{max_link_rate, max_lane_count}()Stephen Boyd2023-10-091-2/+2
* drm/msm/dp: Remove aux_cfg_update_done and related codeStephen Boyd2023-10-091-15/+0
* drm/msm/dp: Remove dead code related to downstream cap infoStephen Boyd2023-10-091-22/+3
* drm/msm/dp: Use drm_dp_read_sink_count() helperStephen Boyd2023-10-091-12/+7
* drm/msm/dp: Replace open-coded drm_dp_read_dpcd_caps()Stephen Boyd2023-10-091-37/+5
* drm/msm/dp: Add basic PSR support for eDPVinod Polimera2023-03-131-0/+22
* drm/msm/dp: add support of max dp link rateKuogee Hsieh2023-01-091-3/+4
* Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-261-19/+30
|\
| * Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-05-111-19/+30
| |\
| | * drm/msm/dp: drop dp_mode argument from dp_panel_get_modes()Dmitry Baryshkov2022-05-021-1/+1
| | * drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dpKuogee Hsieh2022-05-021-18/+29
* | | drm/msm/dp: remove fail safe mode related codeKuogee Hsieh2022-04-271-11/+0
|/ /
* / drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh2022-04-111-10/+10
|/
* drm/msm/dp: always add fail-safe mode into connector mode listKuogee Hsieh2022-02-181-0/+5
* drm/msm/dp: Remove redundant initialization of variable bppColin Ian King2021-10-151-1/+1
* drm/msm/dp: return correct edid checksum after corrupted edid checksum readKuogee Hsieh2021-08-101-2/+7
* drm/msm: Remove unneeded variable: "rc"zuoqilin2021-06-231-2/+1
* drm/msm/dp: Drop malformed debug printStephen Boyd2021-06-231-1/+0
* drm/msm: remove unneeded variable: "rc"Bernard Zhao2021-02-041-2/+1
* drm/msm/dp: postpone irq_hpd event during connection pending stateKuogee Hsieh2021-01-071-3/+9
* drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh2020-11-101-1/+1
* drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh2020-11-101-0/+5
* drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd2020-09-151-0/+1
* drm/msm/dp: remove mode hard-coding in case of DP CTSAbhinav Kumar2020-09-151-49/+1
* drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh2020-09-151-27/+51
* drm/msm/dp: add displayPort driver supportChandan Uddaraju2020-09-151-0/+486