Lines Matching defs:index
569 nv50_head_create(struct drm_device *dev, int index)
585 head->base.index = index;
593 ret = nv50_base_new(drm, head->base.index, &base);
594 ret = nv50_ovly_new(drm, head->base.index, &ovly);
597 head->base.index * 2 + 0, &base);
599 head->base.index * 2 + 1, &ovly);
602 ret = nv50_curs_new(drm, head->base.index, &curs);
611 funcs, "head-%d", head->base.index);
627 ret = nvif_head_ctor(disp->disp, head->base.base.name, head->base.index, &head->base.head);