Merge branch 'drm-core-next' into drm-linus
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / ttm / ttm_tt.c
index a55ee1a56c167a0dde9c53fc492deee1a61096bc..9c2b1cc5dba5a10b586d4c8b9a6dc6ffeb02a376 100644 (file)
@@ -192,6 +192,7 @@ int ttm_tt_populate(struct ttm_tt *ttm)
        ttm->state = tt_unbound;
        return 0;
 }
+EXPORT_SYMBOL(ttm_tt_populate);
 
 #ifdef CONFIG_X86
 static inline int ttm_tt_set_page_caching(struct page *p,
@@ -279,6 +280,7 @@ int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement)
 
        return ttm_tt_set_caching(ttm, state);
 }
+EXPORT_SYMBOL(ttm_tt_set_placement_caching);
 
 static void ttm_tt_free_alloced_pages(struct ttm_tt *ttm)
 {