]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: add default implementations for ttm_tt_(un)populate
authorChristian König <christian.koenig@amd.com>
Thu, 22 Feb 2018 11:00:05 +0000 (12:00 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Feb 2018 04:09:41 +0000 (23:09 -0500)
commitb0ff9fbe89f228a0394ad73cf6088855933a659d
tree5a2f8e8122c0ba7d4388816894ec40889b540c50
parent8222979b4a7ac78c439cc4112758a8fb953938f9
drm/ttm: add default implementations for ttm_tt_(un)populate

Use ttm_pool_populate/ttm_pool_unpopulate if the driver doesn't provide
a function.

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