]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/radeon/radeon_ttm.c
Backmerge tag 'v4.11-rc6' into drm-next
[karo-tx-linux.git] / drivers / gpu / drm / radeon / radeon_ttm.c
index aaa3e80fecb425164a3e5bcf799081aa7d2cf049..8b7623b5a62424de2ed97052b6265a168c9972a3 100644 (file)
@@ -873,6 +873,7 @@ static struct ttm_bo_driver radeon_bo_driver = {
        .fault_reserve_notify = &radeon_bo_fault_reserve_notify,
        .io_mem_reserve = &radeon_ttm_io_mem_reserve,
        .io_mem_free = &radeon_ttm_io_mem_free,
+       .io_mem_pfn = ttm_bo_default_io_mem_pfn,
 };
 
 int radeon_ttm_init(struct radeon_device *rdev)