Searched defs:vram_type (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c342 const struct vram_types *vram_type; local
380 vram_type = vram_type_map;
381 while (vram_type->value != NV_MEM_TYPE_UNKNOWN) {
383 if (!strcasecmp(nouveau_vram_type, vram_type->name))
385 dev_priv->vram_type = vram_type->value;
387 if (vram_type->value == dev_priv->vram_type)
390 vram_type++;
394 (int)(dev_priv->vram_size >> 20), vram_type
[all...]
H A Dnouveau_drv.h812 } vram_type; member in struct:drm_nouveau_private

Completed in 54 milliseconds