Home
last modified time | relevance | path

Searched refs:num_mip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1965 u32 num_mip; in vmw_surface_dirty_alloc() local
1980 num_mip = metadata->mip_levels[0]; in vmw_surface_dirty_alloc()
1981 if (!num_mip) in vmw_surface_dirty_alloc()
1982 num_mip = 1; in vmw_surface_dirty_alloc()
1984 num_subres = num_layers * num_mip; in vmw_surface_dirty_alloc()
2003 num_mip, num_layers, num_samples, in vmw_surface_dirty_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1911 u32 num_mip; in vmw_surface_dirty_alloc() local
1922 num_mip = metadata->mip_levels[0]; in vmw_surface_dirty_alloc()
1923 if (!num_mip) in vmw_surface_dirty_alloc()
1924 num_mip = 1; in vmw_surface_dirty_alloc()
1926 num_subres = num_layers * num_mip; in vmw_surface_dirty_alloc()
1937 num_mip, num_layers, num_samples, in vmw_surface_dirty_alloc()

Completed in 6 milliseconds