Lines Matching defs:index
548 nv50_head_create(struct drm_device *dev, int index)
564 head->base.index = index;
572 ret = nv50_base_new(drm, head->base.index, &base);
573 ret = nv50_ovly_new(drm, head->base.index, &ovly);
576 head->base.index * 2 + 0, &base);
578 head->base.index * 2 + 1, &ovly);
581 ret = nv50_curs_new(drm, head->base.index, &curs);
590 funcs, "head-%d", head->base.index);
609 .head = nv_crtc->index,