Re: [PATCH v6 10/21] memory: tegra: Read client ID on GART page fault

2018-12-12 Thread Thierry Reding
On Sun, Dec 09, 2018 at 11:29:39PM +0300, Dmitry Osipenko wrote: > With the device tree binding changes, now Memory Controller has access to > GART registers. Hence it is now possible to read client ID on GART page > fault to get information about what memory client causes the fault. > >

[PATCH v6 10/21] memory: tegra: Read client ID on GART page fault

2018-12-09 Thread Dmitry Osipenko
With the device tree binding changes, now Memory Controller has access to GART registers. Hence it is now possible to read client ID on GART page fault to get information about what memory client causes the fault. Signed-off-by: Dmitry Osipenko --- drivers/memory/tegra/mc.c | 12 ++-- 1