Lines Matching refs:primary

617 			if (crtc->primary->fb == fb) {  in drm_framebuffer_remove()
656 struct drm_plane *primary, in drm_crtc_init_with_planes() argument
663 WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY); in drm_crtc_init_with_planes()
680 crtc->primary = primary; in drm_crtc_init_with_planes()
682 if (primary) in drm_crtc_init_with_planes()
683 primary->possible_crtcs = 1 << drm_crtc_index(crtc); in drm_crtc_init_with_planes()
1707 drm_mode_group_destroy(&dev->primary->mode_group); in drm_reinit_primary_mode_group()
1708 drm_mode_group_init_legacy_group(dev, &dev->primary->mode_group); in drm_reinit_primary_mode_group()
2004 drm_modeset_lock_crtc(crtc, crtc->primary); in drm_mode_getcrtc()
2006 if (crtc->primary->fb) in drm_mode_getcrtc()
2007 crtc_resp->fb_id = crtc->primary->fb->base.id; in drm_mode_getcrtc()
2012 crtc_resp->x = crtc->primary->state->src_x >> 16; in drm_mode_getcrtc()
2013 crtc_resp->y = crtc->primary->state->src_y >> 16; in drm_mode_getcrtc()
2643 tmp->primary->old_fb = tmp->primary->fb; in drm_mode_set_config_internal()
2649 crtc->primary->crtc = crtc; in drm_mode_set_config_internal()
2650 crtc->primary->fb = fb; in drm_mode_set_config_internal()
2654 if (tmp->primary->fb) in drm_mode_set_config_internal()
2655 drm_framebuffer_reference(tmp->primary->fb); in drm_mode_set_config_internal()
2656 if (tmp->primary->old_fb) in drm_mode_set_config_internal()
2657 drm_framebuffer_unreference(tmp->primary->old_fb); in drm_mode_set_config_internal()
2658 tmp->primary->old_fb = NULL; in drm_mode_set_config_internal()
2772 if (!crtc->primary->fb) { in drm_mode_setcrtc()
2777 fb = crtc->primary->fb; in drm_mode_setcrtc()
2817 if (!crtc->primary->format_default) { in drm_mode_setcrtc()
2818 ret = drm_plane_check_pixel_format(crtc->primary, in drm_mode_setcrtc()
4937 drm_modeset_lock_crtc(crtc, crtc->primary); in drm_mode_page_flip_ioctl()
4938 if (crtc->primary->fb == NULL) { in drm_mode_page_flip_ioctl()
4960 if (crtc->primary->fb->pixel_format != fb->pixel_format) { in drm_mode_page_flip_ioctl()
4993 crtc->primary->old_fb = crtc->primary->fb; in drm_mode_page_flip_ioctl()
5003 crtc->primary->old_fb = NULL; in drm_mode_page_flip_ioctl()
5011 WARN_ON(crtc->primary->fb != fb); in drm_mode_page_flip_ioctl()
5019 if (crtc->primary->old_fb) in drm_mode_page_flip_ioctl()
5020 drm_framebuffer_unreference(crtc->primary->old_fb); in drm_mode_page_flip_ioctl()
5021 crtc->primary->old_fb = NULL; in drm_mode_page_flip_ioctl()