Searched refs:fbh (Results 1 – 3 of 3) sorted by relevance
35 static int armada_fb_create(struct drm_fb_helper *fbh, in armada_fb_create() argument38 struct drm_device *dev = fbh->dev; in armada_fb_create()83 info = drm_fb_helper_alloc_fbi(fbh); in armada_fb_create()90 info->par = fbh; in armada_fb_create()97 fbh->fb = &dfb->fb; in armada_fb_create()100 drm_fb_helper_fill_var(info, fbh, sizes->fb_width, sizes->fb_height); in armada_fb_create()113 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe() argument118 if (!fbh->fb) { in armada_fb_probe()119 ret = armada_fb_create(fbh, sizes); in armada_fb_probe()135 struct drm_fb_helper *fbh; in armada_fbdev_init() local[all …]
161 struct drm_fb_helper *fbh = priv->fbdev; in armada_output_poll_changed() local163 if (fbh) in armada_output_poll_changed()164 drm_fb_helper_hotplug_event(fbh); in armada_output_poll_changed()
1914 u16 fbw, fbh; in calc_dma_rotation_offset() local1936 fbh = height; in calc_dma_rotation_offset()1939 fbh = width; in calc_dma_rotation_offset()1963 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()1968 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()1973 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()1993 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()2021 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()2028 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()2044 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()[all …]