Re: [PATCH v5 6/6] drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridge

From: Dmitry Osipenko
Date: Sat Apr 25 2020 - 17:52:08 EST


25.04.2020 20:02, Sam Ravnborg ÐÐÑÐÑ:
> Hi Dmitry
>
> On Sat, Apr 18, 2020 at 08:07:03PM +0300, Dmitry Osipenko wrote:
>> Currently Tegra DRM driver manually manages display panel, but this
>> management could be moved out into DRM core if we'll wrap panel into
>> DRM bridge. This patch wraps RGB panel into a DRM bridge and removes
>> manual handling of the panel from the RGB output code.
>>
>> Suggested-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
>
> This resulted in the expected simplifications - good.
> Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx>

Hello Sam,

Thank you for taking a look at this patch! :)