agp_textures 581 drivers/gpu/drm/mga/mga_dma.c _DRM_AGP, 0, &dev_priv->agp_textures); agp_textures 789 drivers/gpu/drm/mga/mga_dma.c if (dev_priv->agp_textures != NULL) { agp_textures 790 drivers/gpu/drm/mga/mga_dma.c bootstrap->texture_handle = dev_priv->agp_textures->offset; agp_textures 791 drivers/gpu/drm/mga/mga_dma.c bootstrap->texture_size = dev_priv->agp_textures->size; agp_textures 979 drivers/gpu/drm/mga/mga_dma.c dev_priv->agp_textures = NULL; agp_textures 161 drivers/gpu/drm/mga/mga_drv.h drm_local_map_t *agp_textures; agp_textures 501 drivers/gpu/drm/r128/r128_cce.c dev_priv->agp_textures = agp_textures 503 drivers/gpu/drm/r128/r128_cce.c if (!dev_priv->agp_textures) { agp_textures 131 drivers/gpu/drm/r128/r128_drv.h drm_local_map_t *agp_textures; agp_textures 743 drivers/gpu/drm/savage/savage_bci.c dev_priv->agp_textures = agp_textures 745 drivers/gpu/drm/savage/savage_bci.c if (!dev_priv->agp_textures) { agp_textures 751 drivers/gpu/drm/savage/savage_bci.c dev_priv->agp_textures = NULL; agp_textures 165 drivers/gpu/drm/savage/savage_drv.h drm_local_map_t *agp_textures; agp_textures 105 drivers/gpu/drm/savage/savage_state.c if (!dev_priv->agp_textures) { agp_textures 111 drivers/gpu/drm/savage/savage_state.c if (addr < dev_priv->agp_textures->offset || agp_textures 112 drivers/gpu/drm/savage/savage_state.c addr >= (dev_priv->agp_textures->offset + agp_textures 113 drivers/gpu/drm/savage/savage_state.c dev_priv->agp_textures->size)) {