Re: [PATCH v15 2/2] drm/tegra: dc: Extend debug stats with total number of events

From: Dmitry Osipenko
Date: Wed Mar 17 2021 - 13:44:56 EST


15.03.2021 01:11, Michał Mirosław пишет:
> On Thu, Mar 11, 2021 at 08:22:55PM +0300, Dmitry Osipenko wrote:
>> It's useful to know the total number of underflow events and currently
>> the debug stats are getting reset each time CRTC is being disabled. Let's
>> account the overall number of events that doesn't get a reset.
> [...]
>
> Looks good. It seems independent from the other patch.
>
> Reviewed-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
>

This patch was created in order to help with debugging of the bandwidth
management, but technically it's independent. Thank you for the review.