All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v13 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver
@ 2021-03-02 12:44 ` Dmitry Osipenko
  0 siblings, 0 replies; 14+ messages in thread
From: Dmitry Osipenko @ 2021-03-02 12:44 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Matt Merhar, Peter Geis,
	Nicolas Chauvet
  Cc: linux-tegra, linux-pm, linux-kernel, dri-devel

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.

Tegra memory drivers already got the interconnect API support and DRM patches
were a part of the series that added ICC support to the memory drivers, but
the DRM patches were left out unreviewed and unapplied. Hence I'm re-sending
the DRM changes in this new standalone series.

Changelog:

v13: - No code changes. Patches missed v5.12, re-sending them for v5.13.

Dmitry Osipenko (2):
  drm/tegra: dc: Support memory bandwidth management
  drm/tegra: dc: Extend debug stats with total number of events

 drivers/gpu/drm/tegra/Kconfig |   1 +
 drivers/gpu/drm/tegra/dc.c    | 359 ++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/tegra/dc.h    |  19 ++
 drivers/gpu/drm/tegra/drm.c   |  14 ++
 drivers/gpu/drm/tegra/hub.c   |   3 +
 drivers/gpu/drm/tegra/plane.c | 121 ++++++++++++
 drivers/gpu/drm/tegra/plane.h |  15 ++
 7 files changed, 532 insertions(+)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-03-08 14:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 12:44 [PATCH v13 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver Dmitry Osipenko
2021-03-02 12:44 ` Dmitry Osipenko
2021-03-02 12:44 ` [PATCH v13 1/2] drm/tegra: dc: Support memory bandwidth management Dmitry Osipenko
2021-03-02 12:44   ` Dmitry Osipenko
2021-03-03 23:08   ` Michał Mirosław
2021-03-03 23:08     ` Michał Mirosław
2021-03-04 21:45     ` Dmitry Osipenko
2021-03-04 21:45       ` Dmitry Osipenko
2021-03-05 23:02       ` Michał Mirosław
2021-03-05 23:02         ` Michał Mirosław
2021-03-08 14:20         ` Dmitry Osipenko
2021-03-08 14:20           ` Dmitry Osipenko
2021-03-02 12:44 ` [PATCH v13 2/2] drm/tegra: dc: Extend debug stats with total number of events Dmitry Osipenko
2021-03-02 12:44   ` Dmitry Osipenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.