Home
last modified time | relevance | path

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

/drivers/gpu/drm/armada/
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()
47 struct drm_device *dev = fbh->dev; in armada_fbdev_driver_fbdev_probe()
95 info = drm_fb_helper_alloc_info(fbh); in armada_fbdev_driver_fbdev_probe()
106 fbh->funcs = &armada_fbdev_helper_funcs; in armada_fbdev_driver_fbdev_probe()
107 fbh->fb = &dfb->fb; in armada_fbdev_driver_fbdev_probe()
[all …]
A Darmada_drm.h79 int armada_fbdev_driver_fbdev_probe(struct drm_fb_helper *fbh,
/drivers/gpu/drm/exynos/
A Dexynos_drm_fbdev.h18 int exynos_drm_fbdev_driver_fbdev_probe(struct drm_fb_helper *fbh,
/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c1903 u16 fbw, fbh; in calc_dma_rotation_offset() local
1925 fbh = height; in calc_dma_rotation_offset()
1928 fbh = width; in calc_dma_rotation_offset()
1952 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1957 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
1962 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1982 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2010 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2017 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2033 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
[all …]

Completed in 16 milliseconds