Re: [PATCH] drm/tidss: Soft Reset DISPC on startup

From: Tomi Valkeinen
Date: Tue Apr 19 2022 - 08:19:33 EST


On 14/03/2022 13:37, Devarsh Thakkar wrote:
Soft reset the display subsystem controller on startup and wait for
the reset to complete. This helps the scenario where display was
already in use by some other core before the linux was booted.

Signed-off-by: Devarsh Thakkar <devarsht@xxxxxx>
---
drivers/gpu/drm/tidss/tidss_dispc.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)


Thanks, I have pushed this to drm-misc-next.

Tomi