Lines Matching refs:fb_crtc
2412 struct drm_fb_helper_crtc *fb_crtc, in drm_setup_crtc_rotation() argument
2415 struct drm_plane *plane = fb_crtc->mode_set.crtc->primary; in drm_setup_crtc_rotation()
2419 fb_crtc->rotation = DRM_MODE_ROTATE_0; in drm_setup_crtc_rotation()
2453 fb_crtc->rotation = rotation; in drm_setup_crtc_rotation()
2520 struct drm_fb_helper_crtc *fb_crtc = crtcs[i]; in drm_setup_crtcs() local
2523 if (mode && fb_crtc) { in drm_setup_crtcs()
2524 struct drm_mode_set *modeset = &fb_crtc->mode_set; in drm_setup_crtcs()
2529 mode->name, fb_crtc->mode_set.crtc->base.id, offset->x, offset->y); in drm_setup_crtcs()
2531 fb_crtc->desired_mode = mode; in drm_setup_crtcs()
2532 fb_crtc->x = offset->x; in drm_setup_crtcs()
2533 fb_crtc->y = offset->y; in drm_setup_crtcs()
2535 fb_crtc->desired_mode); in drm_setup_crtcs()
2537 drm_setup_crtc_rotation(fb_helper, fb_crtc, connector); in drm_setup_crtcs()