Lines Matching refs:fb

199 			crtc->primary->fb = NULL;  in __drm_helper_disable_unused_functions()
478 BUG_ON(!set->mode && set->fb); in drm_crtc_helper_set_config()
479 BUG_ON(set->fb && set->num_connectors == 0); in drm_crtc_helper_set_config()
484 set->fb = NULL; in drm_crtc_helper_set_config()
486 if (set->fb) { in drm_crtc_helper_set_config()
488 set->crtc->base.id, set->fb->base.id, in drm_crtc_helper_set_config()
535 save_set.fb = set->crtc->primary->fb; in drm_crtc_helper_set_config()
539 if (set->crtc->primary->fb != set->fb) { in drm_crtc_helper_set_config()
541 if (set->crtc->primary->fb == NULL) { in drm_crtc_helper_set_config()
544 } else if (set->fb == NULL) { in drm_crtc_helper_set_config()
546 } else if (set->fb->pixel_format != in drm_crtc_helper_set_config()
547 set->crtc->primary->fb->pixel_format) { in drm_crtc_helper_set_config()
649 set->crtc->primary->fb = set->fb; in drm_crtc_helper_set_config()
652 save_set.fb)) { in drm_crtc_helper_set_config()
655 set->crtc->primary->fb = save_set.fb; in drm_crtc_helper_set_config()
670 set->crtc->primary->fb = set->fb; in drm_crtc_helper_set_config()
672 set->x, set->y, save_set.fb); in drm_crtc_helper_set_config()
676 set->crtc->primary->fb = save_set.fb; in drm_crtc_helper_set_config()
700 save_set.y, save_set.fb)) in drm_crtc_helper_set_config()
820 void drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb, in drm_helper_mode_fill_fb_struct() argument
825 fb->width = mode_cmd->width; in drm_helper_mode_fill_fb_struct()
826 fb->height = mode_cmd->height; in drm_helper_mode_fill_fb_struct()
828 fb->pitches[i] = mode_cmd->pitches[i]; in drm_helper_mode_fill_fb_struct()
829 fb->offsets[i] = mode_cmd->offsets[i]; in drm_helper_mode_fill_fb_struct()
830 fb->modifier[i] = mode_cmd->modifier[i]; in drm_helper_mode_fill_fb_struct()
832 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
833 &fb->bits_per_pixel); in drm_helper_mode_fill_fb_struct()
834 fb->pixel_format = mode_cmd->pixel_format; in drm_helper_mode_fill_fb_struct()
835 fb->flags = mode_cmd->flags; in drm_helper_mode_fill_fb_struct()
874 crtc->x, crtc->y, crtc->primary->fb); in drm_helper_resume_force_mode()
1005 drm_atomic_set_fb_for_plane(plane_state, crtc->primary->fb); in drm_helper_crtc_mode_set_base()