Home
last modified time | relevance | path

Searched refs:fb_crtc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_helper.c2412 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()
[all …]