Re: [PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event

2023-01-25 Thread Thomas Zimmermann
Hi Am 25.01.23 um 09:30 schrieb Javier Martinez Canillas: Hello Thomas, On 1/24/23 14:40, Thomas Zimmermann wrote: Test for connectors in the client code and remove a similar test from the generic fbdev emulation. Do nothing if the test fails. Not having connectors indicates a driver bug. Sig

Re: [PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event

2023-01-25 Thread Javier Martinez Canillas
Hello Thomas, On 1/24/23 14:40, Thomas Zimmermann wrote: > Test for connectors in the client code and remove a similar test > from the generic fbdev emulation. Do nothing if the test fails. > Not having connectors indicates a driver bug. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: J

[PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event

2023-01-24 Thread Thomas Zimmermann
Test for connectors in the client code and remove a similar test from the generic fbdev emulation. Do nothing if the test fails. Not having connectors indicates a driver bug. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_client.c| 5 + drivers/gpu/drm/drm_fbdev_generic.c |