dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v12 0/5] Introduce memory interconnect for NVIDIA Tegra SoCs
@ 2020-12-28 15:49 Dmitry Osipenko
  2020-12-28 15:49 ` [PATCH v12 1/5] memory: tegra124-emc: Make driver modular Dmitry Osipenko
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Dmitry Osipenko @ 2020-12-28 15:49 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Georgi Djakov,
	Michael Turquette, Stephen Boyd, Peter De Schrijver,
	MyungJoo Ham, Kyungmin Park, Chanwoo Choi, Mikko Perttunen,
	Viresh Kumar, Peter Geis, Nicolas Chauvet, Krzysztof Kozlowski
  Cc: linux-tegra, Rob Herring, linux-kernel, dri-devel, linux-pm

Add interconnect support to Tegra124 EMC and display controller drivers.

Changelog:

v12: - This is a re-send of the remaining v11 patches [1] that didn't make
       into v5.11 kernel. No code changes.

       [1] https://lore.kernel.org/lkml/20201203192439.16177-1-digetx@gmail.com/

Dmitry Osipenko (5):
  memory: tegra124-emc: Make driver modular
  memory: tegra124-emc: Continue probing if timings are missing in
    device-tree
  memory: tegra124: Support interconnect framework
  drm/tegra: dc: Support memory bandwidth management
  drm/tegra: dc: Extend debug stats with total number of events

 drivers/clk/tegra/Kconfig            |   3 +
 drivers/clk/tegra/Makefile           |   2 +-
 drivers/clk/tegra/clk-tegra124-emc.c |  41 ++-
 drivers/clk/tegra/clk-tegra124.c     |  26 +-
 drivers/clk/tegra/clk.h              |  18 +-
 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 ++
 drivers/memory/tegra/Kconfig         |   4 +-
 drivers/memory/tegra/tegra124-emc.c  | 377 ++++++++++++++++++++++++---
 drivers/memory/tegra/tegra124.c      |  82 +++++-
 include/linux/clk/tegra.h            |   8 +
 include/soc/tegra/emc.h              |  16 --
 17 files changed, 1038 insertions(+), 71 deletions(-)
 delete mode 100644 include/soc/tegra/emc.h

-- 
2.29.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2021-01-26  8:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 15:49 [PATCH v12 0/5] Introduce memory interconnect for NVIDIA Tegra SoCs Dmitry Osipenko
2020-12-28 15:49 ` [PATCH v12 1/5] memory: tegra124-emc: Make driver modular Dmitry Osipenko
2021-01-05 17:00   ` Krzysztof Kozlowski
2020-12-28 15:49 ` [PATCH v12 2/5] memory: tegra124-emc: Continue probing if timings are missing in device-tree Dmitry Osipenko
2021-01-05 17:02   ` Krzysztof Kozlowski
2020-12-28 15:49 ` [PATCH v12 3/5] memory: tegra124: Support interconnect framework Dmitry Osipenko
2021-01-05 17:03   ` Krzysztof Kozlowski
2020-12-28 15:49 ` [PATCH v12 4/5] drm/tegra: dc: Support memory bandwidth management Dmitry Osipenko
2021-01-25 17:35   ` Dmitry Osipenko
2020-12-28 15:49 ` [PATCH v12 5/5] drm/tegra: dc: Extend debug stats with total number of events Dmitry Osipenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).