Re: [PATCH 12/59] drm/vram-helper: call the ttm manager debug function

2020-08-04 Thread Gerd Hoffmann
On Tue, Aug 04, 2020 at 12:55:45PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This code was assuming there was a drm_mm here, don't do > that call the correct API. > > v2: use the new exported interface. Reviewed-by: Gerd Hoffmann ___ dri-dev

Re: [PATCH 12/59] drm/vram-helper: call the ttm manager debug function

2020-08-03 Thread Thomas Zimmermann
Am 04.08.20 um 04:55 schrieb Dave Airlie: > From: Dave Airlie > > This code was assuming there was a drm_mm here, don't do > that call the correct API. > > v2: use the new exported interface. > > Signed-off-by: Dave Airlie Reviewed-by: Thomas Zimmermann > --- > drivers/gpu/drm/drm_gem_vr

[PATCH 12/59] drm/vram-helper: call the ttm manager debug function

2020-08-03 Thread Dave Airlie
From: Dave Airlie This code was assuming there was a drm_mm here, don't do that call the correct API. v2: use the new exported interface. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_gem_vram_helper.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/