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