Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_fbdev.c27 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create() argument
30 struct drm_device *dev = fbh->dev; in armada_fbdev_create()
75 info = drm_fb_helper_alloc_fbi(fbh); in armada_fbdev_create()
82 info->par = fbh; in armada_fbdev_create()
88 fbh->fb = &dfb->fb; in armada_fbdev_create()
92 drm_fb_helper_fill_var(info, fbh, sizes->fb_width, sizes->fb_height); in armada_fbdev_create()
105 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe() argument
110 if (!fbh->fb) { in armada_fb_probe()
111 ret = armada_fbdev_create(fbh, sizes); in armada_fb_probe()
125 struct drm_fb_helper *fbh; in armada_fbdev_init() local
[all …]
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c168 struct drm_fb_helper *fbh = &fbdev->helper; in hibmc_fbdev_destroy() local
170 drm_fb_helper_unregister_fbi(fbh); in hibmc_fbdev_destroy()
172 drm_fb_helper_fini(fbh); in hibmc_fbdev_destroy()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c1960 u16 fbw, fbh; in calc_dma_rotation_offset() local
1982 fbh = height; in calc_dma_rotation_offset()
1985 fbh = width; in calc_dma_rotation_offset()
2009 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2014 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2019 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2039 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2067 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2074 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2090 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
[all …]
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_helper.c118 #define drm_fb_helper_for_each_connector(fbh, i__) \ argument
119 for (({ lockdep_assert_held(&(fbh)->lock); }), \
120 i__ = 0; i__ < (fbh)->connector_count; i__++)