Lines Matching refs:warp
98 /* FIXME: What else do we need to reinitialize? WARP stuff?
447 * Investigate whether there is any benefit to storing the WARP microcode in
536 _DRM_AGP, _DRM_READ_ONLY, &dev_priv->warp);
538 DRM_ERROR("Unable to map WARP microcode: %d\n", err);
592 drm_legacy_ioremap(dev_priv->warp, dev);
596 if (!dev_priv->warp->handle ||
599 dev_priv->warp->handle, dev_priv->primary->handle,
656 _DRM_READ_ONLY, &dev_priv->warp);
658 DRM_ERROR("Unable to create mapping for WARP microcode: %d\n",
857 dev_priv->warp = drm_legacy_findmap(dev, init->warp_offset);
858 if (!dev_priv->warp) {
859 DRM_ERROR("failed to find warp microcode region!\n");
875 drm_legacy_ioremap(dev_priv->warp, dev);
884 if (!dev_priv->warp->handle ||
895 DRM_ERROR("failed to install WARP ucode!: %d\n", ret);
901 DRM_ERROR("failed to init WARP engine!: %d\n", ret);
961 if ((dev_priv->warp != NULL)
962 && (dev_priv->warp->type != _DRM_CONSISTENT))
963 drm_legacy_ioremapfree(dev_priv->warp, dev);
994 dev_priv->warp = NULL;