summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dp/dp_catalog.c
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dp: Use function arguments for audio operationsBjorn Andersson2024-04-221-26/+13
* drm/msm/dp: Use function arguments for timing configurationBjorn Andersson2024-04-221-8/+6
* drm/msm/dp: Use function arguments for aux writesBjorn Andersson2024-04-221-4/+4
* drm/msm/dp: Remove unused defines and membersBjorn Andersson2024-04-221-1/+0
* drm/msm/dp: Removed fixed nvid "support"Bjorn Andersson2024-04-221-1/+1
* drm/msm/dp: Account for the timeout in wait_hpd_asserted() callbackDouglas Anderson2024-04-081-3/+4
* drm/msm/dp: enable SDP and SDE periph flush updatePaloma Arellano2024-03-041-0/+17
* drm/msm/dp: add VSC SDP support for YUV420 over DPPaloma Arellano2024-03-041-0/+93
* drm/msm/dp: change clock related programming for YUV420 over DPPaloma Arellano2024-03-041-1/+4
* drm/msm/dp: move all IO handling to dp_catalogDmitry Baryshkov2024-02-111-20/+105
* drm/msm/dp: remove PHY handling from dp_catalog.cDmitry Baryshkov2024-02-111-12/+0
* drm/msm/dp: move phy_configure_opts to dp_ctrlDmitry Baryshkov2024-02-111-19/+0
* drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disableKuogee Hsieh2023-06-081-1/+14
* drm/msm/dp: Clean up handling of DP AUX interruptsDouglas Anderson2023-04-061-1/+1
* drm/msm/dp: Add basic PSR support for eDPVinod Polimera2023-03-131-0/+80
* drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh2022-09-181-1/+1
* Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-05-111-23/+75
|\
| * drm/msm/dp: wait for hpd high before aux transactionSankeerth Billakanti2022-05-021-0/+13
| * drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDPSankeerth Billakanti2022-05-021-6/+10
| * drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dpKuogee Hsieh2022-05-021-15/+20
| * drm/msm/dp: enable widebus feature for display portKuogee Hsieh2022-04-261-2/+32
* | drm: Rename dp/ to display/Thomas Zimmermann2022-04-251-1/+1
|/
* Merge tag 'drm-msm-next-2022-03-01' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-03-041-6/+6
|\
| * drm/msm/dp: add support of tps4 (training pattern 4) for HBR3Kuogee Hsieh2022-02-181-6/+6
* | drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-171-1/+1
|/
* drm/msm/dp: Store each subblock in the io regionBjorn Andersson2021-10-151-44/+20
* Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-2/+6
|\
| * drm/msm/dp: add logs across DP driver for ease of debuggingMaitreyee Rao2021-08-071-2/+6
* | drm/msm/dp: Initialize the INTF_CONFIG registerBjorn Andersson2021-07-271-0/+1
|/
* drm/msm/dp/dp_catalog: Correctly document param 'dp_catalog'Lee Jones2021-06-231-1/+1
* drm/msm/dp: Simplify aux irq handling codeStephen Boyd2021-06-231-1/+1
* drm/msm/dp: add API to take DP register snapshotAbhinav Kumar2021-06-231-0/+9
* drm/msm/dp: handle irq_hpd with sink_count = 0 correctlyKuogee Hsieh2021-06-231-3/+2
* drm/msm/dp: unplug interrupt missed after irq_hpd handlerKuogee Hsieh2021-01-311-0/+24
* drm/msm/dp: remove duplicate include statementTian Tao2020-11-291-1/+0
* drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh2020-11-101-1/+1
* drm/msm/dp: return correct connection status after suspendKuogee Hsieh2020-11-101-0/+13
* drm/msm/dp: Use qmp phy for DP PLL and PHYStephen Boyd2020-09-151-266/+21
* drm/msm/dp: add audio support for Display Port on MSMAbhinav Kumar2020-09-151-0/+192
* drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh2020-09-151-25/+52
* drm/msm/dp: Add Display Port HPD featureTanmay Shah2020-09-151-26/+41
* drm/msm/dp: add support for DP PLL driverChandan Uddaraju2020-09-151-10/+21
* drm/msm/dp: add displayPort driver supportChandan Uddaraju2020-09-151-0/+1019