Re: [PATCH 1/4] drm/v3d: Fix debugfs reads of MMU regs.

2019-04-19 Thread Paul Kocialkowski
Hi, On Thu, 2019-04-18 at 17:10 -0700, Eric Anholt wrote: > They're in the hub, not the individual cores. Although I don't have docs to check, looks sane: Reviewed-by: Paul Kocialkowski Cheers, Paul > Signed-off-by: Eric Anholt > --- > drivers/gpu/drm/v3d/v3d_debugfs.c | 7 --- > 1 fil

[PATCH 1/4] drm/v3d: Fix debugfs reads of MMU regs.

2019-04-18 Thread Eric Anholt
They're in the hub, not the individual cores. Signed-off-by: Eric Anholt --- drivers/gpu/drm/v3d/v3d_debugfs.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/v3d/v3d_debugfs.c b/drivers/gpu/drm/v3d/v3d_debugfs.c index a2dc4262955e..356a8acfa72d 100644