Home
last modified time | relevance | path

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

/linux-3.4.99/include/drm/ttm/
Dttm_bo_driver.h369 int (*init_mem_type) (struct ttm_bo_device *bdev, uint32_t type, member
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c343 .init_mem_type = vmw_init_mem_type,
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_ttm.c692 .init_mem_type = &radeon_init_mem_type,
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1142 .init_mem_type = nouveau_bo_init_mem_type,
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_bo.c1417 ret = bdev->driver->init_mem_type(bdev, type, man); in ttm_bo_init_mm()