Re: [PATCH] drm: do not call detect for connectors which are forced on

2022-11-07 Thread Maxime Ripard
On Fri, Aug 26, 2022 at 11:11:21AM +0200, Michael Rodin wrote: > "detect" should not be called and its return value shall not be used when a > connector is forced as hinted in the commit d50ba256b5f1 ("drm/kms: start > adding command line interface using fb.") and the commit 6fe14acd496e > ("drm: D

Re: [PATCH] drm: do not call detect for connectors which are forced on

2022-11-07 Thread Maxime Ripard
On Fri, Sep 30, 2022 at 02:33:08AM +0300, Laurent Pinchart wrote: > Hello Michael, > > Thank you for the patch. Sorry for the late reply, I wasn't on the CC > list so I didn't notice it. > > On Fri, Aug 26, 2022 at 11:11:21AM +0200, Michael Rodin wrote: > > "detect" should not be called and its r

Re: [PATCH] drm: do not call detect for connectors which are forced on

2022-09-29 Thread Laurent Pinchart
Hello Michael, Thank you for the patch. Sorry for the late reply, I wasn't on the CC list so I didn't notice it. On Fri, Aug 26, 2022 at 11:11:21AM +0200, Michael Rodin wrote: > "detect" should not be called and its return value shall not be used when a > connector is forced as hinted in the comm

[PATCH] drm: do not call detect for connectors which are forced on

2022-08-26 Thread Michael Rodin
"detect" should not be called and its return value shall not be used when a connector is forced as hinted in the commit d50ba256b5f1 ("drm/kms: start adding command line interface using fb.") and the commit 6fe14acd496e ("drm: Document drm_connector_funcs"). One negative side effect of doing this i