Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mga/
Dmga_dma.c440 unsigned int warp_size = MGA_WARP_UCODE_SIZE; in mga_do_agp_dma_bootstrap() local
508 if (warp_size < PAGE_SIZE) in mga_do_agp_dma_bootstrap()
509 warp_size = PAGE_SIZE; in mga_do_agp_dma_bootstrap()
512 err = drm_legacy_addmap(dev, offset, warp_size, in mga_do_agp_dma_bootstrap()
519 offset += warp_size; in mga_do_agp_dma_bootstrap()
614 unsigned int warp_size = MGA_WARP_UCODE_SIZE; in mga_do_pci_dma_bootstrap() local
628 if (warp_size < PAGE_SIZE) in mga_do_pci_dma_bootstrap()
629 warp_size = PAGE_SIZE; in mga_do_pci_dma_bootstrap()
632 err = drm_legacy_addmap(dev, 0, warp_size, _DRM_CONSISTENT, in mga_do_pci_dma_bootstrap()