summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dp
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie3-10/+17
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann4-4/+5
2022-04-14Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie3-10/+17
2022-04-11drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh3-10/+17
2022-03-04Merge tag 'drm-msm-next-2022-03-01' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie13-181/+395
2022-02-19Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov13-181/+395
2022-02-19drm/msm/dp: support finding next bridge even for DP interfacesDmitry Baryshkov1-7/+12
2022-02-19drm/msm/dp: support attaching bridges to the DP encoderDmitry Baryshkov5-20/+21
2022-02-19drm/msm/dp: fix panel bridge attachmentDmitry Baryshkov1-10/+11
2022-02-18drm/msm/dpu: simplify clocks handlingDmitry Baryshkov3-1/+159
2022-02-18drm/msm/dp: enhance debug info related to dp phyKuogee Hsieh1-10/+10
2022-02-18drm/msm/dp: add connector type to enhance debug messagesKuogee Hsieh1-21/+50
2022-02-18drm/msm/dp: always add fail-safe mode into connector mode listKuogee Hsieh1-0/+5
2022-02-18drm/msm/dp: stop link training after link training 2 failedKuogee Hsieh1-0/+3
2022-02-18drm/msm/dp: add support of tps4 (training pattern 4) for HBR3Kuogee Hsieh3-12/+19
2022-02-18drm/msm/dp: populate connector of struct dp_panelKuogee Hsieh1-0/+5
2022-02-18drm/msm/dp: do not initialize phy until plugin interrupt receivedKuogee Hsieh3-107/+92
2022-02-18drm/msm/dp: Add DisplayPort controller for SM8350Bjorn Andersson1-0/+8
2022-02-18drm/msm/dp: Simplify dp_debug_init() and dp_debug_get()Christophe JAILLET1-10/+3
2022-02-18drm/msm/dp: Add sc8180x DP controllersBjorn Andersson1-0/+11
2022-02-18drm/msm/dp: Move debugfs files into subdirectoryBjorn Andersson1-6/+9
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-4/+4
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann4-4/+4
2021-12-16drm/msm/dp: remove unneeded variableChangcheng Deng1-2/+1
2021-12-15drm/msm/dp: Fix double free on error in msm_dp_bridge_init()Dan Carpenter1-1/+0
2021-12-08drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failedKuogee Hsieh2-8/+23
2021-12-07drm/msm/dp: employ bridge mechanism for display enable and disableKuogee Hsieh3-2/+91
2021-12-07drm/msm/dp: Re-order dp_audio_put in deinit_sub_modulesSean Paul1-1/+1
2021-12-07drm/msm/dp: Add "qcom, sc7280-dp" to support display port.Kuogee Hsieh1-0/+1
2021-12-06drm/msm: Allocate msm_drm_private early and pass it as driver dataAngeloGioacchino Del Regno1-7/+3
2021-11-29drm/msm/dp: Drop now unused hpd_high memberBjorn Andersson3-10/+0
2021-11-28drm/msm/dp: Enable ASSR for supported DP sinksSankeerth Billakanti1-2/+9
2021-11-28drm/msm/dp: Enable downspread for supported DP sinksSankeerth Billakanti1-1/+11
2021-11-28drm/msm/dp: Add DP controllers for sc7280Sankeerth Billakanti1-0/+9
2021-11-22drm/msm/dp: Avoid unpowered AUX xfers that caused crashesDouglas Anderson1-0/+17
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