Home
last modified time | relevance | path

Searched refs:struct_size (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c377 static size_t struct_size, user_struct_size; in vmw_dmabuf_acc_size() local
381 if (unlikely(struct_size == 0)) { in vmw_dmabuf_acc_size()
384 struct_size = backend_size + in vmw_dmabuf_acc_size()
394 return ((user) ? user_struct_size : struct_size) + in vmw_dmabuf_acc_size()
/drivers/gpu/drm/ttm/
Dttm_bo.c1182 unsigned struct_size) in ttm_bo_acc_size() argument
1187 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()
1196 unsigned struct_size) in ttm_bo_dma_acc_size() argument
1201 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()
/drivers/video/fbdev/aty/
Daty128fb.c287 u8 struct_size; member