Home | History | Annotate | Download | only in mga

Lines Matching defs:bootstrap

444  * Bootstrap the driver for AGP DMA.
619 * Bootstrap the driver for PCI DMA.
782 drm_mga_dma_bootstrap_t *bootstrap = data;
788 err = mga_do_dma_bootstrap(dev, bootstrap);
795 bootstrap->texture_handle = dev_priv->agp_textures->offset;
796 bootstrap->texture_size = dev_priv->agp_textures->size;
798 bootstrap->texture_handle = 0;
799 bootstrap->texture_size = 0;
802 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07];