linux/drivers/gpu/drm/msm/dp
Dmitry Baryshkov a586191c14 drm/msm/dp: replace dp_connector with drm_bridge_connector
There is little point in having both connector and root bridge
implementation in the same driver. Move connector's functionality to the
bridge to let next bridge in chain to override it.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tested-by: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/473854/
Link: https://lore.kernel.org/r/20220211224006.1797846-5-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-05-02 02:13:00 +03:00
..
dp_audio.c drm/dp: Move public DisplayPort headers into dp/ 2022-01-17 11:25:44 +01:00
dp_audio.h
dp_aux.c drm/msm/dp: Avoid unpowered AUX xfers that caused crashes 2021-11-22 10:16:05 -08:00
dp_aux.h drm/dp: Move public DisplayPort headers into dp/ 2022-01-17 11:25:44 +01:00
dp_catalog.c drm/msm/dp: enable widebus feature for display port 2022-04-26 00:50:47 +03:00
dp_catalog.h drm/msm/dp: enable widebus feature for display port 2022-04-26 00:50:47 +03:00
dp_clk_util.c drm/msm/dpu: simplify clocks handling 2022-02-18 20:15:12 +03:00
dp_clk_util.h drm/msm/dpu: simplify clocks handling 2022-02-18 20:15:12 +03:00
dp_ctrl.c drm/msm/dp: enable widebus feature for display port 2022-04-26 00:50:47 +03:00
dp_ctrl.h drm/msm/dp: enable widebus feature for display port 2022-04-26 00:50:47 +03:00
dp_debug.c drm/msm/dp: Simplify dp_debug_init() and dp_debug_get() 2022-02-18 18:32:57 +03:00
dp_debug.h drm/msm/dp: Use the connector passed to dp_debug_get() 2021-10-15 16:40:09 -07:00
dp_display.c drm/msm/dp: replace dp_connector with drm_bridge_connector 2022-05-02 02:13:00 +03:00
dp_display.h drm/msm/dp: enable widebus feature for display port 2022-04-26 00:50:47 +03:00
dp_drm.c drm/msm/dp: replace dp_connector with drm_bridge_connector 2022-05-02 02:13:00 +03:00
dp_drm.h
dp_hpd.c drm/msm/dp: Drop now unused hpd_high member 2021-11-29 16:19:58 -08:00
dp_hpd.h drm/msm/dp: Drop now unused hpd_high member 2021-11-29 16:19:58 -08:00
dp_link.c drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed 2021-12-08 10:34:55 -08:00
dp_link.h
dp_panel.c drm/msm/dp: always add fail-safe mode into connector mode list 2022-02-18 18:32:58 +03:00
dp_panel.h
dp_parser.c drm/msm/dp: support finding next bridge even for DP interfaces 2022-02-19 05:31:36 +03:00
dp_parser.h Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-hdmi' and 'msm-next-lumag-mdp5' into msm-next-lumag 2022-02-19 05:31:42 +03:00
dp_power.c drm/msm/dp: add logs across DP driver for ease of debugging 2021-08-07 11:48:39 -07:00
dp_power.h drm/msm/dp: Fixed couple of typos 2021-06-23 07:33:52 -07:00
dp_reg.h