Searched refs:fbh (Results 1 – 4 of 4) sorted by relevance
27 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create() argument30 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() argument110 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 …]
168 struct drm_fb_helper *fbh = &fbdev->helper; in hibmc_fbdev_destroy() local170 drm_fb_helper_unregister_fbi(fbh); in hibmc_fbdev_destroy()172 drm_fb_helper_fini(fbh); in hibmc_fbdev_destroy()
1960 u16 fbw, fbh; in calc_dma_rotation_offset() local1982 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 …]
118 #define drm_fb_helper_for_each_connector(fbh, i__) \ argument119 for (({ lockdep_assert_held(&(fbh)->lock); }), \120 i__ = 0; i__ < (fbh)->connector_count; i__++)