aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dp/dp_catalog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-04drm/msm/dp: drop the msm_dp_catalog moduleDmitry Baryshkov1-126/+0
2025-07-04drm/msm/dp: move interrupt handling to dp_ctrlDmitry Baryshkov1-95/+0
2025-07-04drm/msm/dp: move more AUX functions to dp_aux.cDmitry Baryshkov1-73/+2
2025-07-04drm/msm/dp: move/inline ctrl register functionsDmitry Baryshkov1-385/+5
2025-07-04drm/msm/dp: move/inline audio related functionsDmitry Baryshkov1-166/+0
2025-07-04drm/msm/dp: move/inline panel related functionsDmitry Baryshkov1-195/+0
2025-07-04drm/msm/dp: move/inline AUX register functionsDmitry Baryshkov1-96/+0
2025-07-04drm/msm/dp: move I/O functions to global headerDmitry Baryshkov1-65/+0
2025-07-04drm/msm/dp: pull I/O data out of msm_dp_catalog_private()Dmitry Baryshkov1-317/+219
2025-07-04drm/msm/dp: read hw revision only onceDmitry Baryshkov1-21/+8
2025-07-04drm/msm/dp: split MMSS_DP_DSC_DTO register write to a separate functionDmitry Baryshkov1-1/+8
2024-12-22drm/msm/dp: drop obsolete audio headers access through catalogDmitry Baryshkov1-76/+0
2024-12-22drm/msm/dp: use msm_dp_utils_pack_sdp_header() for audio packetsDmitry Baryshkov1-0/+71
2024-12-22drm/msm/dp: drop msm_dp_panel_dump_regs() and msm_dp_catalog_dump_regs()Dmitry Baryshkov1-37/+0
2024-12-12drm/msm/dp: do not touch the MMSS_DP_INTF_CONFIG for tpgAbhinav Kumar1-1/+0
2024-10-31drm/msm/dp: prefix all symbols with msm_dp_Dmitry Baryshkov1-367/+367
2024-04-22drm/msm/dp: Use function arguments for audio operationsBjorn Andersson1-26/+13
2024-04-22drm/msm/dp: Use function arguments for timing configurationBjorn Andersson1-8/+6
2024-04-22drm/msm/dp: Use function arguments for aux writesBjorn Andersson1-4/+4
2024-04-22drm/msm/dp: Remove unused defines and membersBjorn Andersson1-1/+0
2024-04-22drm/msm/dp: Removed fixed nvid "support"Bjorn Andersson1-1/+1
2024-04-08drm/msm/dp: Account for the timeout in wait_hpd_asserted() callbackDouglas Anderson1-3/+4
2024-03-04drm/msm/dp: enable SDP and SDE periph flush updatePaloma Arellano1-0/+17
2024-03-04drm/msm/dp: add VSC SDP support for YUV420 over DPPaloma Arellano1-0/+93
2024-03-04drm/msm/dp: change clock related programming for YUV420 over DPPaloma Arellano1-1/+4
2024-02-11drm/msm/dp: move all IO handling to dp_catalogDmitry Baryshkov1-20/+105
2024-02-11drm/msm/dp: remove PHY handling from dp_catalog.cDmitry Baryshkov1-12/+0
2024-02-11drm/msm/dp: move phy_configure_opts to dp_ctrlDmitry Baryshkov1-19/+0
2023-06-08drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disableKuogee Hsieh1-1/+14
2023-04-06drm/msm/dp: Clean up handling of DP AUX interruptsDouglas Anderson1-1/+1
2023-03-13drm/msm/dp: Add basic PSR support for eDPVinod Polimera1-0/+80
2022-09-18drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh1-1/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-23/+75
2022-05-02drm/msm/dp: wait for hpd high before aux transactionSankeerth Billakanti1-0/+13
2022-05-02drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDPSankeerth Billakanti1-6/+10
2022-05-02drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dpKuogee Hsieh1-15/+20
2022-04-26drm/msm/dp: enable widebus feature for display portKuogee Hsieh1-2/+32
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-1/+1
2022-03-04Merge tag 'drm-msm-next-2022-03-01' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-6/+6
2022-02-18drm/msm/dp: add support of tps4 (training pattern 4) for HBR3Kuogee Hsieh1-6/+6
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2021-10-15drm/msm/dp: Store each subblock in the io regionBjorn Andersson1-44/+20
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+6
2021-08-07drm/msm/dp: add logs across DP driver for ease of debuggingMaitreyee Rao1-2/+6
2021-07-27drm/msm/dp: Initialize the INTF_CONFIG registerBjorn Andersson1-0/+1
2021-06-23drm/msm/dp/dp_catalog: Correctly document param 'dp_catalog'Lee Jones1-1/+1
2021-06-23drm/msm/dp: Simplify aux irq handling codeStephen Boyd1-1/+1
2021-06-23drm/msm/dp: add API to take DP register snapshotAbhinav Kumar1-0/+9
2021-06-23drm/msm/dp: handle irq_hpd with sink_count = 0 correctlyKuogee Hsieh1-3/+2
2021-01-31drm/msm/dp: unplug interrupt missed after irq_hpd handlerKuogee Hsieh1-0/+24