HomeSort by: relevance | last modified time | path
    Searched refs:init_mem_type (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 167 * It's set up by the ttm_bo_driver::init_mem_type method.
217 * @init_mem_type: Callback to initialize a struct ttm_mem_type_manager
283 int (*init_mem_type)(struct ttm_bo_device *bdev, uint32_t type, member in struct:ttm_bo_driver
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_ttm.c 265 .init_mem_type = &qxl_init_mem_type,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ttm_buffer.c 875 .init_mem_type = vmw_init_mem_type,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 962 .init_mem_type = &radeon_init_mem_type,
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1614 ret = bdev->driver->init_mem_type(bdev, type, man);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 1838 .init_mem_type = nouveau_bo_init_mem_type,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 1746 .init_mem_type = &amdgpu_init_mem_type,

Completed in 19 milliseconds