[Freedreno] Patch "drm/client: Send hotplug event after registering a client" has been added to the 6.4-stable tree

2023-07-20 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/client: Send hotplug event after registering a client to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[Freedreno] Patch "drm/client: Send hotplug event after registering a client" has been added to the 6.1-stable tree

2023-07-20 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/client: Send hotplug event after registering a client to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-11 Thread Abhinav Kumar
On 7/10/2023 2:10 AM, Thomas Zimmermann wrote: Generate a hotplug event after registering a client to allow the client to configure its display. Remove the hotplug calls from the existing clients for fbdev emulation. This change fixes a concurrency bug between registering a client and

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-11 Thread Dmitry Baryshkov
On 11/07/2023 09:07, Thomas Zimmermann wrote: Hi Am 10.07.23 um 23:11 schrieb Dmitry Baryshkov: [...] ---   drivers/gpu/drm/armada/armada_fbdev.c |  4   drivers/gpu/drm/drm_client.c  | 21 +   drivers/gpu/drm/drm_fbdev_dma.c   |  4  

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-11 Thread Thomas Zimmermann
Hi Am 10.07.23 um 23:11 schrieb Dmitry Baryshkov: [...] ---   drivers/gpu/drm/armada/armada_fbdev.c |  4   drivers/gpu/drm/drm_client.c  | 21 +   drivers/gpu/drm/drm_fbdev_dma.c   |  4   drivers/gpu/drm/drm_fbdev_generic.c   |  4  

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-10 Thread Dmitry Baryshkov
On 10/07/2023 12:10, Thomas Zimmermann wrote: Generate a hotplug event after registering a client to allow the client to configure its display. Remove the hotplug calls from the existing clients for fbdev emulation. This change fixes a concurrency bug between registering a client and receiving

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-10 Thread Limonciello, Mario
+regressions On 7/10/2023 04:58, Thomas Zimmermann wrote: Hi Am 10.07.23 um 11:52 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Hello Thomas, Generate a hotplug event after registering a client to allow the client to configure its display. Remove the hotplug calls from the

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-10 Thread Thomas Zimmermann
Hi Am 10.07.23 um 11:52 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Hello Thomas, Generate a hotplug event after registering a client to allow the client to configure its display. Remove the hotplug calls from the existing clients for fbdev emulation. This change fixes a

Re: [Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-10 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Generate a hotplug event after registering a client to allow the > client to configure its display. Remove the hotplug calls from the > existing clients for fbdev emulation. This change fixes a concurrency > bug between registering a client and

[Freedreno] [PATCH] drm/client: Send hotplug event after registering a client

2023-07-10 Thread Thomas Zimmermann
Generate a hotplug event after registering a client to allow the client to configure its display. Remove the hotplug calls from the existing clients for fbdev emulation. This change fixes a concurrency bug between registering a client and receiving events from the DRM core. The bug is present in