aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26drm/msm/dp: fix missing #includeArnd Bergmann1-0/+1
2021-10-18drm/msm/dp: Support up to 3 DP controllersBjorn Andersson1-7/+13
2021-10-18drm/msm/dp: Allow attaching a drm_panelBjorn Andersson5-5/+49
2021-10-18drm/msm/dp: Allow specifying connector_type per controllerBjorn Andersson3-2/+44
2021-10-18drm/msm/dp: Remove global g_dp_display variableBjorn Andersson1-58/+21
2021-10-15drm/msm/dp: Simplify the dp_debug debugfs show functionBjorn Andersson1-138/+25
2021-10-15drm/msm/dp: Use the connector passed to dp_debug_get()Bjorn Andersson3-90/+47
2021-10-15drm/msm/dp: Allow sub-regions to be specified in DTBjorn Andersson1-11/+38
2021-10-15drm/msm/dp: Store each subblock in the io regionBjorn Andersson3-48/+53
2021-10-15drm/msm/dp: Refactor ioremap wrapperBjorn Andersson2-25/+12
2021-10-15drm/msm/dp: Use devres for ioremap()Bjorn Andersson1-25/+4
2021-10-15drm/msm/dp: Remove redundant initialization of variable bppColin Ian King1-1/+1
2021-10-11drm/msm/dp: only signal audio when disconnected detected at dp_pm_resumeKuogee Hsieh1-5/+5
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-118/+170
2021-08-10drm/msm/dp: add drm debug logs to dp_pm_resume/suspendKuogee Hsieh1-0/+13
2021-08-10drm/msm/dp: do not end dp link training until video is readyKuogee Hsieh1-15/+41
2021-08-10drm/msm/dp: return correct edid checksum after corrupted edid checksum readKuogee Hsieh1-2/+7
2021-08-10drm/msm/dp: replug event is converted into an unplug followed by an plug eventsKuogee Hsieh1-9/+5
2021-08-10drm/msm/dp: reset aux controller after dp_aux_cmd_fifo_tx() failed.Kuogee Hsieh1-0/+3
2021-08-10drm/msm/dp: reduce link rate if failed at link training 1Kuogee Hsieh1-34/+44
2021-08-10drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test runKuogee Hsieh1-1/+1
2021-08-07drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()Kuogee Hsieh1-3/+14
2021-08-07drm/msm/dp: Remove unused variableSouptick Joarder1-2/+0
2021-08-07drm/msm/dp: add logs across DP driver for ease of debuggingMaitreyee Rao5-35/+44
2021-08-07drm/msm/dp: stop calling set_encoder_mode callbackDmitry Baryshkov1-18/+0
2021-07-27drm/msm/dp: Initialize dp->aux->drm_dev before registrationSean Paul1-0/+1
2021-07-27drm/msm/dp: signal audio plugged change at dp_pm_resumeKuogee Hsieh1-0/+4
2021-07-27drm/msm/dp: Initialize the INTF_CONFIG registerBjorn Andersson1-0/+1
2021-07-27drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test runKuogee Hsieh1-1/+1
2021-06-24Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie11-208/+247
2021-06-23drm/msm/dp/dp_link: Fix some potential doc-rotLee Jones1-3/+3
2021-06-23drm/msm/dp/dp_catalog: Correctly document param 'dp_catalog'Lee Jones1-1/+1
2021-06-23drm/msm/dp: power off DP phy at suspendKuogee Hsieh2-5/+12
2021-06-23drm/msm/dp: remove the repeated declarationShaokun Zhang1-1/+0
2021-06-23drm/msm/dp: Drop unnecessary NULL checks after container_ofGuenter Roeck1-22/+0
2021-06-23drm/msm: remove unneeded variable retBernard Zhao1-12/+3
2021-06-23drm/msm/dp/dp_display: Remove unused variable 'hpd'Lee Jones1-3/+0
2021-06-23drm/msm: Remove unneeded variable: "rc"zuoqilin1-2/+1
2021-06-23drm/msm: Convert to use resource-managed OPP APIYangtao Li3-29/+7
2021-06-23drm/msm/dp: Fixed couple of typosBhaskar Chowdhury1-2/+2
2021-06-23drm/msm/dp: Drop malformed debug printStephen Boyd1-1/+0
2021-06-23drm/msm/dp: Handle aux timeouts, nacks, defersStephen Boyd2-87/+61
2021-06-23drm/msm/dp: Shrink locking area of dp_aux_transfer()Stephen Boyd1-10/+9
2021-06-23drm/msm/dp: Simplify aux irq handling codeStephen Boyd3-16/+10
2021-06-23drm/msm: pass dump state as a function argumentDmitry Baryshkov1-3/+1
2021-06-23drm/msm/dp: add API to take DP register snapshotAbhinav Kumar3-0/+42
2021-06-23drm/msm: add support to take dpu snapshotAbhinav Kumar1-0/+1
2021-06-23drm/msm/dp: handle irq_hpd with sink_count = 0 correctlyKuogee Hsieh4-18/+101
2021-05-19Merge tag 'drm-misc-next-2021-05-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2021-05-06drm/msm/dp: initialize audio_comp when audio startsKuogee Hsieh3-2/+11