linux_dsm_epyc7002/drivers/gpu/drm/bridge/analogix
Yakir Yang 2b77a2918c drm: bridge: analogix/dp: move hpd detect to connector detect function
This change just make a little clean to make code more like
drm core expect, move hdp detect code from bridge->enable(),
and place them into connector->detect().

Note: Gustavo Padovan try to remove the controller and phy
power on function in bind time at bellow commit:
	drm/exynos: do not start enabling DP at bind() phase

But for now the connector status don't hardcode to connected,
need to operate dp phy in .detect function, so we need to revert
parts if Gustavo Padovan's changes, add phy poweron
function in bind time.

Tested-by: Caesar Wang <wxt@rock-chips.com>
Tested-by: Douglas Anderson <dianders@chromium.org>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
2016-04-05 10:13:08 +08:00
..
analogix_dp_core.c drm: bridge: analogix/dp: move hpd detect to connector detect function 2016-04-05 10:13:08 +08:00
analogix_dp_core.h drm: bridge: analogix/dp: try force hpd after plug in lookup failed 2016-04-05 10:13:07 +08:00
analogix_dp_reg.c drm: bridge: analogix/dp: try force hpd after plug in lookup failed 2016-04-05 10:13:07 +08:00
analogix_dp_reg.h drm: bridge: analogix/dp: add some rk3288 special registers setting 2016-04-05 10:13:06 +08:00
Kconfig
Makefile