Re: [PATCH 06/19] video: sunxi: Use DW-HDMI hpd function

2021-03-04 Thread Jernej Škrabec
Dne četrtek, 04. marec 2021 ob 02:42:08 CET je Andre Przywara napisal(a): > On Tue, 23 Feb 2021 21:46:18 +0100 > > Jernej Skrabec wrote: > > It turns out that even though A64, H3 and H5 have custom PHY, standard > > hot plug detection for DW-HDMI works just fine. > > But the generic code looks f

Re: [PATCH 06/19] video: sunxi: Use DW-HDMI hpd function

2021-03-03 Thread Andre Przywara
On Tue, 23 Feb 2021 21:46:18 +0100 Jernej Skrabec wrote: > It turns out that even though A64, H3 and H5 have custom PHY, standard > hot plug detection for DW-HDMI works just fine. But the generic code looks for a different bit in a different register, doesn't it? I see SUNXI_HDMI_BASE + 0x1

[PATCH 06/19] video: sunxi: Use DW-HDMI hpd function

2021-02-23 Thread Jernej Skrabec
It turns out that even though A64, H3 and H5 have custom PHY, standard hot plug detection for DW-HDMI works just fine. Remove custom hpd method to reduce amount of custom code. Signed-off-by: Jernej Skrabec --- drivers/video/sunxi/sunxi_dw_hdmi.c | 34 + 1 file chang