Lines Matching refs:helper
139 struct drm_device *dev = afbdev->helper.dev; in cirrusfb_create_object()
161 static int cirrusfb_create(struct drm_fb_helper *helper, in cirrusfb_create() argument
165 container_of(helper, struct cirrus_fbdev, helper); in cirrusfb_create()
166 struct cirrus_device *cdev = gfbdev->helper.dev->dev_private; in cirrusfb_create()
194 info = drm_fb_helper_alloc_fbi(helper); in cirrusfb_create()
214 gfbdev->helper.fb = fb; in cirrusfb_create()
221 drm_fb_helper_fill_var(info, &gfbdev->helper, sizes->fb_width, in cirrusfb_create()
251 drm_fb_helper_unregister_fbi(&gfbdev->helper); in cirrus_fbdev_destroy()
259 drm_fb_helper_fini(&gfbdev->helper); in cirrus_fbdev_destroy()
284 drm_fb_helper_prepare(cdev->dev, &gfbdev->helper, in cirrus_fbdev_init()
287 ret = drm_fb_helper_init(cdev->dev, &gfbdev->helper, in cirrus_fbdev_init()
292 ret = drm_fb_helper_single_add_all_connectors(&gfbdev->helper); in cirrus_fbdev_init()
299 return drm_fb_helper_initial_config(&gfbdev->helper, bpp_sel); in cirrus_fbdev_init()