Home
last modified time | relevance | path

Searched refs:init_mem_type (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h273 int (*init_mem_type)(struct ttm_bo_device *bdev, uint32_t type, member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c888 .init_mem_type = &radeon_init_mem_type,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1428 ret = bdev->driver->init_mem_type(bdev, type, man); in ttm_bo_init_mm()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c1607 .init_mem_type = &amdgpu_init_mem_type,