Lines Matching defs:mode
447 * This routine needs to set dma_bs->agp_mode to the mode actually configured
465 struct drm_agp_mode mode;
483 mode.mode = (info.mode & ~0x07) | dma_bs->agp_mode;
484 err = drm_agp_enable(dev, mode);
486 DRM_ERROR("Unable to enable AGP (mode = 0x%lx)\n", mode.mode);
490 /* In addition to the usual AGP mode configuration, the G200 AGP cards
491 * need to have the AGP mode "manually" set.
495 if (mode.mode & 0x02)
748 * is returned to user-mode to be used for AGP textures.