Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-08-13 Thread Dmitry Osipenko
13.08.2021 13:33, Thierry Reding пишет: > On Mon, Jun 07, 2021 at 01:40:06AM +0300, Dmitry Osipenko wrote: >> 01.06.2021 07:21, Dmitry Osipenko пишет: >>> This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, >>> which is done using interconnect framework. It fixes display co

Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-08-13 Thread Thierry Reding
On Mon, Jun 07, 2021 at 01:40:06AM +0300, Dmitry Osipenko wrote: > 01.06.2021 07:21, Dmitry Osipenko пишет: > > This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, > > which is done using interconnect framework. It fixes display corruption that > > happens due to insufficie

Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-07-18 Thread Dmitry Osipenko
21.06.2021 14:43, Dmitry Osipenko пишет: > 21.06.2021 14:01, Thierry Reding пишет: >> On Mon, Jun 21, 2021 at 07:19:15AM +0300, Dmitry Osipenko wrote: >>> 07.06.2021 01:40, Dmitry Osipenko пишет: 01.06.2021 07:21, Dmitry Osipenko пишет: > This series adds memory bandwidth management to the

Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-06-21 Thread Dmitry Osipenko
21.06.2021 14:01, Thierry Reding пишет: > On Mon, Jun 21, 2021 at 07:19:15AM +0300, Dmitry Osipenko wrote: >> 07.06.2021 01:40, Dmitry Osipenko пишет: >>> 01.06.2021 07:21, Dmitry Osipenko пишет: This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, which is d

Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-06-21 Thread Thierry Reding
On Mon, Jun 21, 2021 at 07:19:15AM +0300, Dmitry Osipenko wrote: > 07.06.2021 01:40, Dmitry Osipenko пишет: > > 01.06.2021 07:21, Dmitry Osipenko пишет: > >> This series adds memory bandwidth management to the NVIDIA Tegra DRM > >> driver, > >> which is done using interconnect framework. It fixes

Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-06-20 Thread Dmitry Osipenko
07.06.2021 01:40, Dmitry Osipenko пишет: > 01.06.2021 07:21, Dmitry Osipenko пишет: >> This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, >> which is done using interconnect framework. It fixes display corruption that >> happens due to insufficient memory bandwidth. >> >>

Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-06-06 Thread Dmitry Osipenko
01.06.2021 07:21, Dmitry Osipenko пишет: > This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, > which is done using interconnect framework. It fixes display corruption that > happens due to insufficient memory bandwidth. > > Changelog: > > v18: - Moved total peak bandwid

[PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver

2021-05-31 Thread Dmitry Osipenko
This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, which is done using interconnect framework. It fixes display corruption that happens due to insufficient memory bandwidth. Changelog: v18: - Moved total peak bandwidth from CRTC state to plane state and removed du