Re: [PATCH] drm/ttm: fix incrementing the page pointer for huge pages

2019-04-10 Thread Michel Dänzer
On 2019-04-10 11:45 a.m., Christian König wrote: > When we increment the counter we need to increment the pointer as well. > > Signed-off-by: Christian König > Fixes: e16858a7e6e7 drm/ttm: fix start page for huge page check in > ttm_put_pages() > --- > drivers/gpu/drm/ttm/ttm_page_alloc.c | 4 +

[PATCH] drm/ttm: fix incrementing the page pointer for huge pages

2019-04-10 Thread Christian König
When we increment the counter we need to increment the pointer as well. Signed-off-by: Christian König Fixes: e16858a7e6e7 drm/ttm: fix start page for huge page check in ttm_put_pages() --- drivers/gpu/drm/ttm/ttm_page_alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi