Message ID | 20210311172255.25213-1-digetx@gmail.com |
---|---|
Headers | show |
Series | Add memory bandwidth management to NVIDIA Tegra DRM driver | expand |
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@rere.qmqm.pl>
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@rere.qmqm.pl> > This patch was created in order to help with debugging of the bandwidth management, but technically it's independent. Thank you for the review.