]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c7ef64bbe1a5904c8502a8ddfa0b24990850c75
treed58d288fd1783843e44813e1bc3510d41f16b3e0
parent7174d0850d11d767b8abea7749eec4b9d97fbe82
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