Lines Matching refs:fb_helper
59 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_set_par() local
61 container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_set_par()
73 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_blank() local
75 container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_blank()
88 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_pan_display() local
90 container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_pan_display()
292 intel_fb_helper_crtc(struct drm_fb_helper *fb_helper, struct drm_crtc *crtc) in intel_fb_helper_crtc() argument
296 for (i = 0; i < fb_helper->crtc_count; i++) in intel_fb_helper_crtc()
297 if (fb_helper->crtc_info[i].mode_set.crtc == crtc) in intel_fb_helper_crtc()
298 return &fb_helper->crtc_info[i]; in intel_fb_helper_crtc()
330 static bool intel_fb_initial_config(struct drm_fb_helper *fb_helper, in intel_fb_initial_config() argument
336 struct drm_i915_private *dev_priv = to_i915(fb_helper->dev); in intel_fb_initial_config()
338 unsigned int count = min(fb_helper->connector_count, BITS_PER_LONG); in intel_fb_initial_config()
352 while (drm_modeset_lock_all_ctx(fb_helper->dev, &ctx) != 0) in intel_fb_initial_config()
366 fb_conn = fb_helper->connector_info[i]; in intel_fb_initial_config()
406 new_crtc = intel_fb_helper_crtc(fb_helper, in intel_fb_initial_config()