Home
last modified time | relevance | path

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

12345678910

/drivers/video/fbdev/
Dstifb.c156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg)) argument
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg)) argument
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) argument
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) argument
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ argument
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ argument
187 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
200 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
237 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
246 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
[all …]
Damba-clcd.c54 static inline void clcdfb_set_start(struct clcd_fb *fb) in clcdfb_set_start()
66 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()
99 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()
139 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()
287 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var() local
306 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par() local
369 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg() local
418 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank() local
431 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap() local
456 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
[all …]
Damba-clcd-versatile.c159 int versatile_clcd_setup_dma(struct clcd_fb *fb, unsigned long framesize) in versatile_clcd_setup_dma()
176 int versatile_clcd_mmap_dma(struct clcd_fb *fb, struct vm_area_struct *vma) in versatile_clcd_mmap_dma()
182 void versatile_clcd_remove_dma(struct clcd_fb *fb) in versatile_clcd_remove_dma()
276 static void integrator_clcd_enable(struct clcd_fb *fb) in integrator_clcd_enable()
337 static void versatile_clcd_disable(struct clcd_fb *fb) in versatile_clcd_disable()
355 static void versatile_clcd_enable(struct clcd_fb *fb) in versatile_clcd_enable()
398 static void versatile_clcd_decode(struct clcd_fb *fb, struct clcd_regs *regs) in versatile_clcd_decode()
407 static void realview_clcd_disable(struct clcd_fb *fb) in realview_clcd_disable()
416 static void realview_clcd_enable(struct clcd_fb *fb) in realview_clcd_enable()
510 int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *panel) in versatile_clcd_init_panel()
Dgoldfishfb.c53 struct fb_info fb; member
60 struct goldfish_fb *fb = dev_id; in goldfish_fb_interrupt() local
84 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_setcolreg() local
127 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_set_par() local
142 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local
158 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local
187 struct goldfish_fb *fb; in goldfish_fb_probe() local
296 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
/drivers/gpu/drm/
Ddrm_framebuffer.c68 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
269 struct drm_framebuffer *fb; in drm_internal_framebuffer_create() local
326 struct drm_framebuffer *fb; in drm_mode_addfb2() local
356 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn() local
380 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb() local
451 struct drm_framebuffer *fb; in drm_mode_getfb() local
521 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() local
596 struct drm_framebuffer *fb, *tfb; in drm_fb_release() local
633 struct drm_framebuffer *fb = in drm_framebuffer_free() local
664 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
[all …]
Ddrm_gem_framebuffer_helper.c44 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb, in drm_gem_fb_get_obj()
60 struct drm_framebuffer *fb; in drm_gem_fb_alloc() local
91 void drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy()
115 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, in drm_gem_fb_create_handle()
143 struct drm_framebuffer *fb; in drm_gem_fb_create_with_funcs() local
Ddrm_fb_cma_helper.c83 void drm_fb_cma_destroy(struct drm_framebuffer *fb) in drm_fb_cma_destroy()
89 int drm_fb_cma_create_handle(struct drm_framebuffer *fb, in drm_fb_cma_create_handle()
143 struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb, in drm_fb_cma_get_gem_obj()
165 dma_addr_t drm_fb_cma_get_gem_addr(struct drm_framebuffer *fb, in drm_fb_cma_get_gem_addr()
205 static void drm_fb_cma_describe(struct drm_framebuffer *fb, struct seq_file *m) in drm_fb_cma_describe()
229 struct drm_framebuffer *fb; in drm_fb_cma_debugfs_show() local
318 struct drm_framebuffer *fb; in drm_fbdev_cma_create() local
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dbase.c35 nvkm_fb_memtype_valid(struct nvkm_fb *fb, u32 memtype) in nvkm_fb_memtype_valid()
41 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini()
47 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, in nvkm_fb_tile_init()
54 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
94 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() local
102 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() local
124 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() local
148 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() local
174 int index, struct nvkm_fb *fb) in nvkm_fb_ctor()
Dgf100.c33 gf100_fb_memtype_valid(struct nvkm_fb *fb, u32 tile_flags) in gf100_fb_memtype_valid()
42 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_intr() local
55 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_oneinit() local
84 gf100_fb_init_page(struct nvkm_fb *fb) in gf100_fb_init_page()
102 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_init() local
112 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_dtor() local
128 struct gf100_fb *fb; in gf100_fb_new_() local
Dnv50.c46 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_ram_new() local
51 nv50_fb_memtype_valid(struct nvkm_fb *fb, u32 memtype) in nv50_fb_memtype_valid()
155 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_intr() local
216 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_oneinit() local
233 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_init() local
250 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_dtor() local
276 struct nv50_fb *fb; in nv50_fb_new_() local
Dnv30.c30 nv30_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv30_fb_tile_init()
49 nv30_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv30_fb_tile_comp()
66 calc_bias(struct nvkm_fb *fb, int k, int i, int j) in calc_bias()
78 calc_ref(struct nvkm_fb *fb, int l, int k, int i) in calc_ref()
92 nv30_fb_init(struct nvkm_fb *fb) in nv30_fb_init()
Dnv20.c30 nv20_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv20_fb_tile_init()
43 nv20_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv20_fb_tile_comp()
60 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_fini()
70 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_prog()
Dnv44.c30 nv44_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv44_fb_tile_init()
40 nv44_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv44_fb_tile_prog()
50 nv44_fb_init(struct nvkm_fb *fb) in nv44_fb_init()
Dnv10.c30 nv10_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv10_fb_tile_init()
39 nv10_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv10_fb_tile_fini()
48 nv10_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv10_fb_tile_prog()
/drivers/gpu/drm/msm/
Dmsm_fb.c35 static int msm_framebuffer_create_handle(struct drm_framebuffer *fb, in msm_framebuffer_create_handle()
44 static void msm_framebuffer_destroy(struct drm_framebuffer *fb) in msm_framebuffer_destroy()
68 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
90 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare()
107 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup()
117 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova()
126 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
132 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
142 struct drm_framebuffer *fb; in msm_framebuffer_create() local
173 struct drm_framebuffer *fb; in msm_framebuffer_init() local
[all …]
/drivers/gpu/drm/omapdrm/
Domap_fb.c73 static int omap_framebuffer_create_handle(struct drm_framebuffer *fb, in omap_framebuffer_create_handle()
82 static void omap_framebuffer_destroy(struct drm_framebuffer *fb) in omap_framebuffer_destroy()
117 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb) in omap_framebuffer_supports_rotation()
157 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
251 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin()
291 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin()
318 struct drm_framebuffer *fb, struct drm_connector *from) in omap_framebuffer_get_next_connector()
342 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
364 struct drm_framebuffer *fb; in omap_framebuffer_create() local
393 struct drm_framebuffer *fb = NULL; in omap_framebuffer_init() local
/drivers/gpu/drm/tegra/
Dfb.c18 static inline struct tegra_fb *to_tegra_fb(struct drm_framebuffer *fb) in to_tegra_fb()
33 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_plane() local
43 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_is_bottom_up() local
54 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_tiling() local
81 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_destroy() local
103 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle() local
118 struct tegra_fb *fb; in tegra_fb_alloc() local
158 struct tegra_fb *fb; in tegra_fb_create() local
220 struct drm_framebuffer *fb; in tegra_fbdev_probe() local
/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c38 struct drm_framebuffer fb; member
69 static void exynos_drm_fb_destroy(struct drm_framebuffer *fb) in exynos_drm_fb_destroy()
90 static int exynos_drm_fb_create_handle(struct drm_framebuffer *fb, in exynos_drm_fb_create_handle()
151 struct drm_framebuffer *fb; in exynos_user_fb_create() local
192 dma_addr_t exynos_drm_fb_dma_addr(struct drm_framebuffer *fb, int index) in exynos_drm_fb_dma_addr()
/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c56 struct vdec_fb *fb; member
90 struct vdec_fb fb; member
147 struct vdec_fb fb; member
210 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb()
225 struct vdec_fb *fb = NULL; in vp9_rm_from_fb_use_list() local
240 struct vdec_fb *fb) in vp9_add_to_fb_free_list()
257 static void vp9_free_sf_ref_fb(struct vdec_fb *fb) in vp9_free_sf_ref_fb()
277 struct vdec_fb *fb; in vp9_ref_cnt_fb() local
438 struct vdec_fb *fb) in vp9_add_to_fb_disp_list()
521 struct vdec_fb *fb; in vp9_swap_frm_bufs() local
[all …]
/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c30 struct drm_framebuffer fb; member
34 struct drm_gem_object *rockchip_fb_get_gem_obj(struct drm_framebuffer *fb, in rockchip_fb_get_gem_obj()
45 static void rockchip_drm_fb_destroy(struct drm_framebuffer *fb) in rockchip_drm_fb_destroy()
57 static int rockchip_drm_fb_create_handle(struct drm_framebuffer *fb, in rockchip_drm_fb_create_handle()
67 static int rockchip_drm_fb_dirty(struct drm_framebuffer *fb, in rockchip_drm_fb_dirty()
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dfbmem.h55 fbmem_fini(struct io_mapping *fb) in fbmem_fini()
61 fbmem_peek(struct io_mapping *fb, u32 off) in fbmem_peek()
70 fbmem_poke(struct io_mapping *fb, u32 off, u32 val) in fbmem_poke()
79 fbmem_readback(struct io_mapping *fb, u32 off, u32 val) in fbmem_readback()
/drivers/gpu/drm/mediatek/
Dmtk_drm_fb.c39 struct drm_gem_object *mtk_fb_get_gem_obj(struct drm_framebuffer *fb) in mtk_fb_get_gem_obj()
46 static int mtk_drm_fb_create_handle(struct drm_framebuffer *fb, in mtk_drm_fb_create_handle()
55 static void mtk_drm_fb_destroy(struct drm_framebuffer *fb) in mtk_drm_fb_destroy()
104 int mtk_fb_wait(struct drm_framebuffer *fb) in mtk_fb_wait()
/drivers/gpu/drm/i915/
Dintel_sprite.c234 const struct drm_framebuffer *fb = plane_state->base.fb; in skl_update_plane() local
352 const struct drm_framebuffer *fb = plane_state->base.fb; in chv_update_csc() local
396 const struct drm_framebuffer *fb = plane_state->base.fb; in vlv_update_clrc() local
432 const struct drm_framebuffer *fb = plane_state->base.fb; in vlv_sprite_ctl() local
499 const struct drm_framebuffer *fb = plane_state->base.fb; in vlv_update_plane() local
594 const struct drm_framebuffer *fb = plane_state->base.fb; in ivb_sprite_ctl() local
651 const struct drm_framebuffer *fb = plane_state->base.fb; in ivb_update_plane() local
753 const struct drm_framebuffer *fb = plane_state->base.fb; in g4x_sprite_ctl() local
807 const struct drm_framebuffer *fb = plane_state->base.fb; in g4x_update_plane() local
905 struct drm_framebuffer *fb = state->base.fb; in intel_check_sprite_plane() local
/drivers/gpu/drm/gma500/
Dframebuffer.c60 struct drm_framebuffer *fb = fbdev->psb_fb_helper.fb; in psbfb_setcolreg() local
230 struct psb_framebuffer *fb, in psb_framebuffer_init()
275 struct psb_framebuffer *fb; in psb_framebuffer_create() local
327 struct drm_framebuffer *fb; in psbfb_create() local
600 static int psb_user_framebuffer_create_handle(struct drm_framebuffer *fb, in psb_user_framebuffer_create_handle()
616 static void psb_user_framebuffer_destroy(struct drm_framebuffer *fb) in psb_user_framebuffer_destroy()
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c39 enum mdp4_frame_format mdp4_get_frame_format(struct drm_framebuffer *fb) in mdp4_get_frame_format()
107 struct drm_framebuffer *fb = new_state->fb; in mdp4_plane_prepare_fb() local
122 struct drm_framebuffer *fb = old_state->fb; in mdp4_plane_cleanup_fb() local
162 struct drm_framebuffer *fb) in mdp4_plane_set_scanout()
219 struct drm_crtc *crtc, struct drm_framebuffer *fb, in mdp4_plane_mode_set()

12345678910