Lines Matching refs:primary
517 crtc->primary->crtc = crtc; in omap_crtc_mode_set()
519 return omap_plane_mode_set(crtc->primary, crtc, crtc->primary->fb, in omap_crtc_mode_set()
542 struct drm_plane *plane = crtc->primary; in omap_crtc_mode_set_base()
545 return omap_plane_mode_set(plane, crtc, crtc->primary->fb, in omap_crtc_mode_set_base()
585 omap_plane_mode_set(crtc->primary, crtc, crtc->primary->fb, in page_flip_worker()
591 bo = omap_framebuffer_bo(crtc->primary->fb, 0); in page_flip_worker()
612 struct drm_plane *primary = crtc->primary; in omap_crtc_page_flip_locked() local
616 DBG("%d -> %d (event=%p)", primary->fb ? primary->fb->base.id : -1, in omap_crtc_page_flip_locked()
628 omap_crtc->old_fb = primary->fb = fb; in omap_crtc_page_flip_locked()
656 return omap_plane_set_property(crtc->primary, property, val); in omap_crtc_set_property()
753 omap_plane_install_properties(crtc->primary, &crtc->base); in omap_crtc_init()