Re: [32/39] drm: renesas: shmobile: Shutdown the display on remove

2023-07-05 Thread suijingfeng
Hi, On 2023/7/5 18:29, Geert Uytterhoeven wrote: Hi Sui, On Tue, Jun 27, 2023 at 4:57 PM Sui Jingfeng wrote: On 2023/6/22 17:21, Geert Uytterhoeven wrote: When the device is unbound from the driver, the display may be active. Make sure it gets shut down. would you mind to give a short descr

Re: [32/39] drm: renesas: shmobile: Shutdown the display on remove

2023-07-05 Thread Geert Uytterhoeven
Hi Sui, On Tue, Jun 27, 2023 at 4:57 PM Sui Jingfeng wrote: > On 2023/6/22 17:21, Geert Uytterhoeven wrote: > > When the device is unbound from the driver, the display may be active. > > Make sure it gets shut down. > > would you mind to give a short description why this is necessary. That's a g

Re: [32/39] drm: renesas: shmobile: Shutdown the display on remove

2023-06-27 Thread Sui Jingfeng
Hi On 2023/6/22 17:21, Geert Uytterhoeven wrote: When the device is unbound from the driver, the display may be active. Make sure it gets shut down. would you mind to give a short description why this is necessary. Signed-off-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart --- drive

Re: [PATCH 32/39] drm: renesas: shmobile: Shutdown the display on remove

2023-06-23 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Thu, Jun 22, 2023 at 11:21:44AM +0200, Geert Uytterhoeven wrote: > When the device is unbound from the driver, the display may be active. > Make sure it gets shut down. > > Signed-off-by: Geert Uytterhoeven > --- > drivers/gpu/drm/renesas/shmobile/shmob_dr

[PATCH 32/39] drm: renesas: shmobile: Shutdown the display on remove

2023-06-22 Thread Geert Uytterhoeven
When the device is unbound from the driver, the display may be active. Make sure it gets shut down. Signed-off-by: Geert Uytterhoeven --- drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c b/dri