Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/mga/
Dmga_dma.c459 unsigned int warp_size = MGA_WARP_UCODE_SIZE; in mga_do_agp_dma_bootstrap() local
527 if (warp_size < PAGE_SIZE) in mga_do_agp_dma_bootstrap()
528 warp_size = PAGE_SIZE; in mga_do_agp_dma_bootstrap()
531 err = drm_legacy_addmap(dev, offset, warp_size, in mga_do_agp_dma_bootstrap()
538 offset += warp_size; in mga_do_agp_dma_bootstrap()
633 unsigned int warp_size = MGA_WARP_UCODE_SIZE; in mga_do_pci_dma_bootstrap() local
647 if (warp_size < PAGE_SIZE) in mga_do_pci_dma_bootstrap()
648 warp_size = PAGE_SIZE; in mga_do_pci_dma_bootstrap()
651 err = drm_legacy_addmap(dev, 0, warp_size, _DRM_CONSISTENT, in mga_do_pci_dma_bootstrap()