Home
last modified time | relevance | path

Searched defs:fb (Results 1 – 25 of 115) sorted by relevance

12345

/drivers/video/
Dstifb.c152 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg)) argument
153 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg)) argument
159 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) argument
160 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) argument
165 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ argument
169 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ argument
183 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
196 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
233 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
242 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
[all …]
Damba-clcd.c49 static inline void clcdfb_set_start(struct clcd_fb *fb) in clcdfb_set_start()
61 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()
89 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()
121 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()
260 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var() local
279 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par() local
336 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg() local
385 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank() local
398 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap() local
423 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
[all …]
Dgoldfishfb.c95 struct fb_info fb; member
102 struct goldfish_fb *fb = dev_id; in goldfish_fb_interrupt() local
126 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_setcolreg() local
169 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_set_par() local
185 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local
202 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local
231 struct goldfish_fb *fb; in goldfish_fb_probe() local
351 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
Dsvgalib.c196 u8 __iomem *fb = (u8 __iomem *)info->screen_base; in svga_settile() local
224 u16 __iomem *fb = (u16 __iomem *) info->screen_base; in svga_tilecopy() local
262 u8 __iomem *fb = (u8 __iomem *)info->screen_base; in svga_tilefill() local
283 u8 __iomem *fb = (u8 __iomem *)info->screen_base; in svga_tileblit() local
Djz4740_fb.c118 struct fb_info *fb; member
244 unsigned blue, unsigned transp, struct fb_info *fb) in jzfb_setcolreg()
288 static int jzfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fb) in jzfb_check_var()
626 struct fb_info *fb; in jzfb_probe() local
Dvt8500lcdfb.h17 struct fb_info fb; member
/drivers/gpu/drm/
Ddrm_fb_cma_helper.c29 struct drm_framebuffer fb; member
35 struct drm_fb_cma *fb; member
43 static inline struct drm_fb_cma *to_fb_cma(struct drm_framebuffer *fb) in to_fb_cma()
48 static void drm_fb_cma_destroy(struct drm_framebuffer *fb) in drm_fb_cma_destroy()
62 static int drm_fb_cma_create_handle(struct drm_framebuffer *fb, in drm_fb_cma_create_handle()
171 struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb, in drm_fb_cma_get_gem_obj()
188 void drm_fb_cma_describe(struct drm_framebuffer *fb, struct seq_file *m) in drm_fb_cma_describe()
212 struct drm_framebuffer *fb; in drm_fb_cma_debugfs_show() local
255 struct drm_framebuffer *fb; in drm_fbdev_cma_create() local
Ddrm_crtc.c349 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
378 struct drm_framebuffer *fb = in drm_framebuffer_free() local
387 struct drm_framebuffer *fb; in __drm_framebuffer_lookup() local
412 struct drm_framebuffer *fb; in drm_framebuffer_lookup() local
430 void drm_framebuffer_unreference(struct drm_framebuffer *fb) in drm_framebuffer_unreference()
441 void drm_framebuffer_reference(struct drm_framebuffer *fb) in drm_framebuffer_reference()
453 static void __drm_framebuffer_unreference(struct drm_framebuffer *fb) in __drm_framebuffer_unreference()
461 struct drm_framebuffer *fb) in __drm_framebuffer_unregister()
481 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
508 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
[all …]
/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c37 struct drm_framebuffer fb; member
68 static void exynos_drm_fb_destroy(struct drm_framebuffer *fb) in exynos_drm_fb_destroy()
94 static int exynos_drm_fb_create_handle(struct drm_framebuffer *fb, in exynos_drm_fb_create_handle()
110 static int exynos_drm_fb_dirty(struct drm_framebuffer *fb, in exynos_drm_fb_dirty()
128 void exynos_drm_fb_set_buf_cnt(struct drm_framebuffer *fb, in exynos_drm_fb_set_buf_cnt()
138 unsigned int exynos_drm_fb_get_buf_cnt(struct drm_framebuffer *fb) in exynos_drm_fb_get_buf_cnt()
290 struct exynos_drm_gem_buf *exynos_drm_fb_buffer(struct drm_framebuffer *fb, in exynos_drm_fb_buffer()
Dexynos_drm_fbdev.c79 struct drm_framebuffer *fb) in exynos_drm_fbdev_update()
296 struct drm_framebuffer *fb; in exynos_drm_fbdev_destroy() local
Dexynos_drm_plane.c72 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in exynos_plane_mode_set()
185 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in exynos_update_plane()
/drivers/gpu/host1x/drm/
Dfb.c18 static inline struct tegra_fb *to_tegra_fb(struct drm_framebuffer *fb) in to_tegra_fb()
31 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_plane() local
41 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_destroy() local
59 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle() local
74 struct tegra_fb *fb; in tegra_fb_alloc() local
112 struct tegra_fb *fb; in tegra_fb_create() local
176 struct drm_framebuffer *fb; in tegra_fbdev_probe() local
/drivers/gpu/drm/omapdrm/
Domap_fb.c93 static int omap_framebuffer_create_handle(struct drm_framebuffer *fb, in omap_framebuffer_create_handle()
102 static void omap_framebuffer_destroy(struct drm_framebuffer *fb) in omap_framebuffer_destroy()
120 static int omap_framebuffer_dirty(struct drm_framebuffer *fb, in omap_framebuffer_dirty()
155 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
292 struct drm_gem_object *omap_framebuffer_bo(struct drm_framebuffer *fb, int p) in omap_framebuffer_bo()
304 struct drm_framebuffer *fb, struct drm_connector *from) in omap_framebuffer_get_next_connector()
329 void omap_framebuffer_flush(struct drm_framebuffer *fb, in omap_framebuffer_flush()
354 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
375 struct drm_framebuffer *fb; in omap_framebuffer_create() local
397 struct drm_framebuffer *fb = NULL; in omap_framebuffer_init() local
Domap_plane.c84 static int update_pin(struct drm_plane *plane, struct drm_framebuffer *fb) in update_pin()
204 struct drm_crtc *crtc, struct drm_framebuffer *fb, in omap_plane_mode_set()
242 struct drm_crtc *crtc, struct drm_framebuffer *fb, in omap_plane_update()
Domap_fbdev.c37 struct drm_framebuffer *fb; member
142 struct drm_framebuffer *fb = NULL; in omap_fbdev_create() local
/drivers/gpu/drm/nouveau/core/subdev/devinit/
Dfbmem.h70 fbmem_fini(struct io_mapping *fb) in fbmem_fini()
76 fbmem_peek(struct io_mapping *fb, u32 off) in fbmem_peek()
85 fbmem_poke(struct io_mapping *fb, u32 off, u32 val) in fbmem_poke()
94 fbmem_readback(struct io_mapping *fb, u32 off, u32 val) in fbmem_readback()
/drivers/gpu/drm/gma500/
Dframebuffer.c60 struct drm_framebuffer *fb = fbdev->psb_fb_helper.fb; in psbfb_setcolreg() local
243 struct psb_framebuffer *fb, in psb_framebuffer_init()
290 struct psb_framebuffer *fb; in psb_framebuffer_create() local
345 struct drm_framebuffer *fb; in psbfb_create() local
648 static int psb_user_framebuffer_create_handle(struct drm_framebuffer *fb, in psb_user_framebuffer_create_handle()
664 static void psb_user_framebuffer_destroy(struct drm_framebuffer *fb) in psb_user_framebuffer_destroy()
/drivers/gpu/drm/shmobile/
Dshmob_drm_plane.c46 struct drm_framebuffer *fb, in shmob_drm_plane_compute_base()
67 struct drm_framebuffer *fb) in __shmob_drm_plane_setup()
177 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in shmob_drm_plane_update()
/drivers/media/platform/
Dvino.c663 static void vino_free_buffer_with_count(struct vino_framebuffer *fb, in vino_free_buffer_with_count()
687 static void vino_free_buffer(struct vino_framebuffer *fb) in vino_free_buffer()
692 static int vino_allocate_buffer(struct vino_framebuffer *fb, in vino_allocate_buffer()
863 static void vino_sync_buffer(struct vino_framebuffer *fb) in vino_sync_buffer()
1126 struct vino_framebuffer *fb; in vino_queue_transfer() local
1788 struct vino_framebuffer *fb) in vino_dma_setup()
1976 struct vino_framebuffer *fb) in vino_capture()
2009 struct vino_framebuffer *fb; in vino_capture_enqueue() local
2030 struct vino_framebuffer *fb; in vino_capture_next() local
2133 static void vino_convert_to_rgba(struct vino_framebuffer *fb) { in vino_convert_to_rgba()
[all …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c44 struct vmw_framebuffer *fb; member
78 struct drm_framebuffer *fb = NULL; in vmw_ldu_commit_list() local
217 struct drm_framebuffer *fb; in vmw_ldu_crtc_set_config() local
Dvmwgfx_ioctl.c134 struct drm_framebuffer *fb; in vmw_present_ioctl() local
219 struct drm_framebuffer *fb; in vmw_present_readback_ioctl() local
/drivers/gpu/drm/nouveau/
Dnouveau_display.c49 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_destroy() local
63 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_create_handle() local
80 struct drm_framebuffer *fb = &nv_fb->base; in nouveau_framebuffer_init() local
556 nouveau_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, in nouveau_crtc_page_flip()
/drivers/gpu/drm/udl/
Dudl_fb.c143 int udl_handle_damage(struct udl_framebuffer *fb, int x, int y, in udl_handle_damage()
409 static int udl_user_framebuffer_dirty(struct drm_framebuffer *fb, in udl_user_framebuffer_dirty()
446 static void udl_user_framebuffer_destroy(struct drm_framebuffer *fb) in udl_user_framebuffer_destroy()
486 struct drm_framebuffer *fb; in udlfb_create() local
/drivers/gpu/drm/i915/
Dintel_sprite.c40 vlv_update_plane(struct drm_plane *dplane, struct drm_framebuffer *fb, in vlv_update_plane()
208 ivb_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb, in ivb_update_plane()
397 ilk_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb, in ilk_update_plane()
588 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in intel_update_plane()
/drivers/staging/imx-drm/
Dipuv3-crtc.c136 struct drm_framebuffer *fb, in ipu_page_flip()
169 struct drm_framebuffer *fb = crtc->fb; in ipu_drm_set_base() local
199 struct drm_framebuffer *fb = ipu_crtc->base.fb; in ipu_crtc_mode_set() local

12345