OSDN Git Service

drm/ttm: fix the fix for huge compound pages
authorChristian König <christian.koenig@amd.com>
Thu, 12 Oct 2017 17:28:42 +0000 (19:28 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Oct 2017 19:27:10 +0000 (15:27 -0400)
commit5c42c64f7d54ba560b0b001e4e73e4a1aeed1355
tree3625a959198e83bd0c8af90e5c92dcecf9069af3
parentc057c11403e461185a24d7f5dc2fbd059bbd1502
drm/ttm: fix the fix for huge compound pages

We don't use compound pages at the moment. Take this into account when
freeing them.

Signed-off-by: Christian König <christian.koenig@amd.comd>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_page_alloc.c