Symbol: vmw_ttm_tt
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
73
struct vmw_ttm_tt *vmw_tt =
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
74
container_of(bo->ttm, struct vmw_ttm_tt, dma_ttm);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
135
static void vmw_ttm_unmap_from_dma(struct vmw_ttm_tt *vmw_tt)
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
156
static int vmw_ttm_map_for_dma(struct vmw_ttm_tt *vmw_tt)
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
173
static int vmw_ttm_map_dma(struct vmw_ttm_tt *vmw_tt)
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
233
static void vmw_ttm_unmap_dma(struct vmw_ttm_tt *vmw_tt)
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
266
struct vmw_ttm_tt *vmw_tt =
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
267
container_of(bo->ttm, struct vmw_ttm_tt, dma_ttm);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
276
struct vmw_ttm_tt *vmw_be =
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
277
container_of(ttm, struct vmw_ttm_tt, dma_ttm);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
323
struct vmw_ttm_tt *vmw_be =
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
324
container_of(ttm, struct vmw_ttm_tt, dma_ttm);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
350
struct vmw_ttm_tt *vmw_be =
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
351
container_of(ttm, struct vmw_ttm_tt, dma_ttm);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
381
struct vmw_ttm_tt *vmw_tt = container_of(ttm, struct vmw_ttm_tt,
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
403
struct vmw_ttm_tt *vmw_be;
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
56
const size_t vmw_tt_size = sizeof(struct vmw_ttm_tt);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
585
struct vmw_ttm_tt *vmw_tt =
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
586
container_of(vbo->tbo.ttm, struct vmw_ttm_tt, dma_ttm);