Re: [PATCH 1/1] drm/bridge: vga-dac: Fix detect of monitor connection

2019-07-25 Thread Daniel Vetter
On Thu, Jul 25, 2019 at 11:05:24AM +, Oleksandr Suvorov wrote: > DDC and VGA channels are independent, and therefore > we cannot decide whether the monitor is connected or not, > depending on the information from the DDC. > > So the monitor should always be considered connected. > Thus there i

[PATCH 1/1] drm/bridge: vga-dac: Fix detect of monitor connection

2019-07-25 Thread Oleksandr Suvorov
DDC and VGA channels are independent, and therefore we cannot decide whether the monitor is connected or not, depending on the information from the DDC. So the monitor should always be considered connected. Thus there is no reason to use connector detect callback for this driver. Fixes DRM error