Lines Matching refs:base
42 ret = nvkm_fb_init(&priv->base); in nv04_fb_init()
68 priv->base.tile.regions = impl->tile.regions; in nv04_fb_ctor()
69 priv->base.tile.init = impl->tile.init; in nv04_fb_ctor()
70 priv->base.tile.comp = impl->tile.comp; in nv04_fb_ctor()
71 priv->base.tile.fini = impl->tile.fini; in nv04_fb_ctor()
72 priv->base.tile.prog = impl->tile.prog; in nv04_fb_ctor()
78 .base.base.handle = NV_SUBDEV(FB, 0x04),
79 .base.base.ofuncs = &(struct nvkm_ofuncs) {
85 .base.memtype = nv04_fb_memtype_valid,
86 .base.ram = &nv04_ram_oclass,
87 }.base.base;