Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/armada/
H A Darmada_fbdev.c24 struct drm_fb_helper *fbh = info->par; in armada_fbdev_fb_destroy() local
26 drm_fb_helper_fini(fbh); in armada_fbdev_fb_destroy()
28 fbh->fb->funcs->destroy(fbh->fb); in armada_fbdev_fb_destroy()
30 drm_client_release(&fbh->client); in armada_fbdev_fb_destroy()
31 drm_fb_helper_unprepare(fbh); in armada_fbdev_fb_destroy()
32 kfree(fbh); in armada_fbdev_fb_destroy()
42 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create() argument
45 struct drm_device *dev = fbh->dev; in armada_fbdev_create()
90 info = drm_fb_helper_alloc_info(fbh); in armada_fbdev_create()
101 fbh->fb = &dfb->fb; in armada_fbdev_create()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1914 u16 fbw, fbh; in calc_dma_rotation_offset() local
1936 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 …]