Home
last modified time | relevance | path

Searched refs:memtype_valid (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/fb/
Dnv47.c46 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv47_fb_ctor()
Dnv4e.c54 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv4e_fb_ctor()
Dnv46.c60 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv46_fb_ctor()
Dnv1a.c71 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv1a_fb_ctor()
Dnv49.c63 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv49_fb_ctor()
Dnv36.c63 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv36_fb_ctor()
Dnv35.c63 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv35_fb_ctor()
Dnv25.c62 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv25_fb_ctor()
Dnv04.c120 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv04_fb_ctor()
Dnv10.c86 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv10_fb_ctor()
Dnv41.c86 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv41_fb_ctor()
Dnv44.c95 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv44_fb_ctor()
Dnv40.c93 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv40_fb_ctor()
Dnv20.c113 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv20_fb_ctor()
Dnv30.c140 priv->base.memtype_valid = nv04_fb_memtype_valid; in nv30_fb_ctor()
Dnvc0.c220 priv->base.memtype_valid = nvc0_fb_memtype_valid; in nvc0_fb_ctor()
Dnv50.c451 priv->base.memtype_valid = nv50_fb_memtype_valid; in nv50_fb_ctor()
/drivers/gpu/drm/nouveau/core/include/subdev/
Dfb.h54 bool (*memtype_valid)(struct nouveau_fb *, u32 memtype); member
/drivers/gpu/drm/nouveau/
Dnouveau_gem.c214 if (!pfb->memtype_valid(pfb, req->info.tile_flags)) { in nouveau_gem_ioctl_new()