Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c1968 size_t dirty_size, acc_size; in vmw_surface_dirty_alloc() local
1985 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()
1986 acc_size = ttm_round_pot(dirty_size); in vmw_surface_dirty_alloc()
1995 dirty = kvzalloc(dirty_size, GFP_KERNEL); in vmw_surface_dirty_alloc()