Displaying 2 results from an estimated 2 matches for "num_emem_regs".
2014 Dec 23
0
[PATCH 2/11] memory: tegra: add mc flush support
...#ifdef CONFIG_TEGRA_IOMMU_SMMU
@@ -84,6 +98,11 @@ struct tegra_mc_soc {
const struct tegra_mc_client *clients;
unsigned int num_clients;
+ const struct tegra_mc_hr *hr_clients;
+ unsigned int num_hr_clients;
+
+ const struct tegra_mc_ops *ops;
+
const unsigned int *emem_regs;
unsigned int num_emem_regs;
@@ -104,4 +123,6 @@ struct tegra_mc {
unsigned long tick;
};
+int tegra_mc_flush(struct tegra_mc *mc, unsigned int swgroup, bool enable);
+
#endif /* __SOC_TEGRA_MC_H__ */
--
1.9.1
2014 Dec 23
18
[PATCH 0/11] Add suspend/resume support for GK20A
Hi,
This series includes some pieces of fixes to complete the GK20A power
on/off sequences and add the suspend/resume support.
The patches 1/11 - 4/11 are based on the linux-next-20141219.
The patches 5/11 - 11/11 are based on the branch "linux-3.19" of Ben Skeggs's
tree (http://cgit.freedesktop.org/~darktama/nouveau).
Thanks,
Vince
Vince Hsu (4): (linux-next-20141219)
ARM: