Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c56 struct hibmc_fbdev *hi_fbdev = in hibmc_drm_fb_create() local
110 hi_fbdev->fb = hibmc_framebuffer_init(priv->dev, &mode_cmd, gobj); in hibmc_drm_fb_create()
111 if (IS_ERR(hi_fbdev->fb)) { in hibmc_drm_fb_create()
112 ret = PTR_ERR(hi_fbdev->fb); in hibmc_drm_fb_create()
113 hi_fbdev->fb = NULL; in hibmc_drm_fb_create()
119 hi_fbdev->helper.fb = &hi_fbdev->fb->fb; in hibmc_drm_fb_create()