drm/ttm: fix incrementing the page pointer for huge pages
authorChristian König <christian.koenig@amd.com>
Wed, 10 Apr 2019 09:43:43 +0000 (11:43 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 11 Apr 2019 15:01:51 +0000 (10:01 -0500)
commit453393369dc9806d2455151e329c599684762428
treed58d288fd1783843e44813e1bc3510d41f16b3e0
parentac1e516d5a4c56bf0cb4a3dfc0672f689131cfd4
drm/ttm: fix incrementing the page pointer for huge pages

When we increment the counter we need to increment the pointer as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: e16858a7e6e7 drm/ttm: fix start page for huge page check in ttm_put_pages()
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_page_alloc.c