File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ TTM initialization
37
37
This section is outdated.
38
38
39
39
Drivers wishing to support TTM must pass a filled :c:type: `ttm_bo_driver
40
- <ttm_bo_driver> ` structure to ttm_bo_device_init , together with an
40
+ <ttm_bo_driver> ` structure to ttm_device_init , together with an
41
41
initialized global reference to the memory manager. The ttm_bo_driver
42
42
structure contains several fields with function pointers for
43
43
initializing the TTM, allocating and freeing memory, waiting for command
Original file line number Diff line number Diff line change 31
31
#include <drm/ttm/ttm_caching.h>
32
32
#include <drm/ttm/ttm_kmap_iter.h>
33
33
34
- struct ttm_bo_device ;
34
+ struct ttm_device ;
35
35
struct ttm_tt ;
36
36
struct ttm_resource ;
37
37
struct ttm_buffer_object ;
You can’t perform that action at this time.
0 commit comments