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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_dma.c421 unsigned int warp_size = mga_warp_microcode_size(dev_priv); local
490 if (warp_size < PAGE_SIZE)
491 warp_size = PAGE_SIZE;
494 err = drm_addmap(dev, offset, warp_size,
501 offset += warp_size;
596 unsigned int warp_size = mga_warp_microcode_size(dev_priv); local
610 if (warp_size < PAGE_SIZE)
611 warp_size = PAGE_SIZE;
614 err = drm_addmap(dev, 0, warp_size, _DRM_CONSISTENT,

Completed in 149 milliseconds