summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dp
AgeCommit message (Expand)Author
2022-05-02drm/msm/dp: do not stop transmitting phy test pattern during DP phy complianc...Kuogee Hsieh
2022-05-02drm/msm/dp: reset DP controller before transmit phy test patternKuogee Hsieh
2022-05-02drm/msm/dp: Support the eDP modes given by panelSankeerth Billakanti
2022-05-02drm/msm/dp: wait for hpd high before aux transactionSankeerth Billakanti
2022-05-02drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDPSankeerth Billakanti
2022-05-02drm/msm/dp: Add eDP support via aux_busSankeerth Billakanti
2022-05-02drm/msm/dp: tear down main link at unplug handle immediatelyKuogee Hsieh
2022-05-02drm/msm/dp: fix error check return value of irq_of_parse_and_map()Lv Ruyi
2022-05-02drm/msm/dp: stop event kernel thread when DP unbindKuogee Hsieh
2022-05-02drm/msm/dp: remove max_pclk_khz field from dp_panel/dp_displayDmitry Baryshkov
2022-05-02drm/msm/dp: simplify dp_connector_get_modes()Dmitry Baryshkov
2022-05-02drm/msm/dp: drop dp_mode argument from dp_panel_get_modes()Dmitry Baryshkov
2022-05-02drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dpKuogee Hsieh
2022-05-02drm/msm/dp: remove extra wrappers and public functionsDmitry Baryshkov
2022-05-02drm/msm/dp: replace dp_connector with drm_bridge_connectorDmitry Baryshkov
2022-04-27drm/msm/dp: remove fail safe mode related codeKuogee Hsieh
2022-04-26drm/msm/dp: enable widebus feature for display portKuogee Hsieh
2022-04-26drm/msm: don't store created planes, connectors and encodersDmitry Baryshkov
2022-04-26drm/msm: properly add and remove internal bridgesDmitry Baryshkov
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann
2022-04-14Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2022-04-11drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh
2022-03-04Merge tag 'drm-msm-next-2022-03-01' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2022-02-19Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov
2022-02-19drm/msm/dp: support finding next bridge even for DP interfacesDmitry Baryshkov
2022-02-19drm/msm/dp: support attaching bridges to the DP encoderDmitry Baryshkov
2022-02-19drm/msm/dp: fix panel bridge attachmentDmitry Baryshkov
2022-02-18drm/msm/dpu: simplify clocks handlingDmitry Baryshkov
2022-02-18drm/msm/dp: enhance debug info related to dp phyKuogee Hsieh
2022-02-18drm/msm/dp: add connector type to enhance debug messagesKuogee Hsieh
2022-02-18drm/msm/dp: always add fail-safe mode into connector mode listKuogee Hsieh
2022-02-18drm/msm/dp: stop link training after link training 2 failedKuogee Hsieh
2022-02-18drm/msm/dp: add support of tps4 (training pattern 4) for HBR3Kuogee Hsieh
2022-02-18drm/msm/dp: populate connector of struct dp_panelKuogee Hsieh
2022-02-18drm/msm/dp: do not initialize phy until plugin interrupt receivedKuogee Hsieh
2022-02-18drm/msm/dp: Add DisplayPort controller for SM8350Bjorn Andersson
2022-02-18drm/msm/dp: Simplify dp_debug_init() and dp_debug_get()Christophe JAILLET
2022-02-18drm/msm/dp: Add sc8180x DP controllersBjorn Andersson
2022-02-18drm/msm/dp: Move debugfs files into subdirectoryBjorn Andersson
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann
2021-12-16drm/msm/dp: remove unneeded variableChangcheng Deng
2021-12-15drm/msm/dp: Fix double free on error in msm_dp_bridge_init()Dan Carpenter
2021-12-08drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failedKuogee Hsieh
2021-12-07drm/msm/dp: employ bridge mechanism for display enable and disableKuogee Hsieh
2021-12-07drm/msm/dp: Re-order dp_audio_put in deinit_sub_modulesSean Paul
2021-12-07drm/msm/dp: Add "qcom, sc7280-dp" to support display port.Kuogee Hsieh
2021-12-06drm/msm: Allocate msm_drm_private early and pass it as driver dataAngeloGioacchino Del Regno
2021-11-29drm/msm/dp: Drop now unused hpd_high memberBjorn Andersson
2021-11-28drm/msm/dp: Enable ASSR for supported DP sinksSankeerth Billakanti