Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c166 struct cirrus_fbdev *gfbdev = in cirrusfb_create() local
168 struct drm_device *dev = gfbdev->helper.dev; in cirrusfb_create()
169 struct cirrus_device *cdev = gfbdev->helper.dev->dev_private; in cirrusfb_create()
186 ret = cirrusfb_create_object(gfbdev, &mode_cmd, &gobj); in cirrusfb_create()
202 info->par = gfbdev; in cirrusfb_create()
204 ret = cirrus_framebuffer_init(cdev->dev, &gfbdev->gfb, &mode_cmd, gobj); in cirrusfb_create()
208 gfbdev->sysram = sysram; in cirrusfb_create()
209 gfbdev->size = size; in cirrusfb_create()
211 fb = &gfbdev->gfb.base; in cirrusfb_create()
218 gfbdev->helper.fb = fb; in cirrusfb_create()
[all …]
Dcirrus_drv.c93 if (cdev->mode_info.gfbdev) { in cirrus_pm_suspend()
95 fb_set_suspend(cdev->mode_info.gfbdev->helper.fbdev, 1); in cirrus_pm_suspend()
110 if (cdev->mode_info.gfbdev) { in cirrus_pm_resume()
112 fb_set_suspend(cdev->mode_info.gfbdev->helper.fbdev, 0); in cirrus_pm_resume()
Dcirrus_drv.h108 struct cirrus_fbdev *gfbdev; member
Dcirrus_mode.c167 if (&cdev->mode_info.gfbdev->gfb == cirrus_fb) { in cirrus_crtc_do_set_base()