Home
last modified time | relevance | path

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

123456789

/linux/drivers/video/fbdev/
H A 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 …]
H A Dgoldfishfb.c44 struct fb_info fb; member
51 struct goldfish_fb *fb = dev_id; in goldfish_fb_interrupt() local
75 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_setcolreg() local
118 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_set_par() local
134 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local
150 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local
178 struct goldfish_fb *fb; in goldfish_fb_probe() local
286 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c78 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
275 struct drm_framebuffer *fb; in drm_internal_framebuffer_create() local
333 struct drm_framebuffer *fb; in drm_mode_addfb2() local
387 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn() local
398 static int drm_mode_closefb(struct drm_framebuffer *fb, in drm_mode_closefb()
439 struct drm_framebuffer *fb; in drm_mode_rmfb() local
489 struct drm_framebuffer *fb; in drm_mode_closefb_ioctl() local
524 struct drm_framebuffer *fb; in drm_mode_getfb() local
586 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl() local
716 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() local
[all …]
H A Ddrm_gem_framebuffer_helper.c53 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb, in drm_gem_fb_get_obj()
69 struct drm_framebuffer *fb, in drm_gem_fb_init()
97 void drm_gem_fb_destroy(struct drm_framebuffer *fb) in drm_gem_fb_destroy()
122 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, in drm_gem_fb_create_handle()
152 struct drm_framebuffer *fb, in drm_gem_fb_init_with_funcs()
238 struct drm_framebuffer *fb; in drm_gem_fb_create_with_funcs() local
352 int drm_gem_fb_vmap(struct drm_framebuffer *fb, struct iosys_map *map, in drm_gem_fb_vmap()
402 void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map) in drm_gem_fb_vunmap()
419 static void __drm_gem_fb_end_cpu_access(struct drm_framebuffer *fb, enum dma_data_direction dir, in __drm_gem_fb_end_cpu_access()
453 int drm_gem_fb_begin_cpu_access(struct drm_framebuffer *fb, enum dma_data_direction dir) in drm_gem_fb_begin_cpu_access()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dbase.c35 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini()
41 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, in nvkm_fb_tile_init()
48 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
63 struct nvkm_fb *fb = device->fb; in nvkm_fb_sysmem_flush_page_init() local
100 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() local
108 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() local
138 nvkm_fb_mem_unlock(struct nvkm_fb *fb) in nvkm_fb_mem_unlock()
180 struct nvkm_fb *fb = device->fb; in nvkm_fb_vidmem_size() local
192 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() local
234 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() local
[all …]
H A Dgf100.c34 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_intr() local
47 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_oneinit() local
68 gf100_fb_init_page(struct nvkm_fb *fb) in gf100_fb_init_page()
81 gf100_fb_sysmem_flush_page_init(struct nvkm_fb *fb) in gf100_fb_sysmem_flush_page_init()
89 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_init() local
101 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_dtor() local
110 struct gf100_fb *fb; in gf100_fb_new_() local
H A Dnv50.c34 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_ram_new() local
137 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_intr() local
197 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_init() local
208 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_tags() local
215 nv50_fb_sysmem_flush_page_init(struct nvkm_fb *fb) in nv50_fb_sysmem_flush_page_init()
223 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_dtor() local
242 struct nv50_fb *fb; in nv50_fb_new_() local
H A 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()
81 nv20_fb_tags(struct nvkm_fb *fb) in nv20_fb_tags()
H A Dgp102.c30 gp102_fb_vpr_scrub(struct nvkm_fb *fb) in gp102_fb_vpr_scrub()
36 gp102_fb_vpr_scrub_required(struct nvkm_fb *fb) in gp102_fb_vpr_scrub_required()
44 gp102_fb_vidmem_size(struct nvkm_fb *fb) in gp102_fb_vidmem_size()
58 gp102_fb_oneinit(struct nvkm_fb *fb) in gp102_fb_oneinit()
H A 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()
H A 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()
H A 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()
/linux/drivers/gpu/drm/msm/
H A Dmsm_fb.c35 static int msm_framebuffer_dirtyfb(struct drm_framebuffer *fb, in msm_framebuffer_dirtyfb()
59 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
78 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare()
101 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup()
118 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova()
125 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
130 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
175 struct drm_framebuffer *fb; in msm_framebuffer_init() local
255 struct drm_framebuffer *fb; in msm_alloc_stolen_fb() local
/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c61 static int omap_framebuffer_dirty(struct drm_framebuffer *fb, in omap_framebuffer_dirty()
85 static u32 get_linear_addr(struct drm_framebuffer *fb, in get_linear_addr()
99 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb) in omap_framebuffer_supports_rotation()
136 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
258 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin()
298 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin()
322 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
344 struct drm_framebuffer *fb; in omap_framebuffer_create() local
373 struct drm_framebuffer *fb = NULL; in omap_framebuffer_init() local
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.c16 static void komeda_fb_destroy(struct drm_framebuffer *fb) in komeda_fb_destroy()
28 static int komeda_fb_create_handle(struct drm_framebuffer *fb, in komeda_fb_create_handle()
43 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_afbc_size_check() local
115 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_none_afbc_size_check() local
211 const struct drm_framebuffer *fb = &kfb->base; in komeda_fb_check_src_coords() local
241 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_get_pixel_addr() local
270 struct drm_framebuffer *fb = &kfb->base; in komeda_fb_is_layer_supported() local
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c53 void *src, struct drm_framebuffer *fb, in gud_xrgb8888_to_r124()
103 void *src, struct drm_framebuffer *fb, in gud_xrgb8888_to_color()
153 static int gud_prep_flush(struct gud_device *gdrm, struct drm_framebuffer *fb, in gud_prep_flush()
269 static int gud_flush_rect(struct gud_device *gdrm, struct drm_framebuffer *fb, in gud_flush_rect()
320 static void gud_flush_damage(struct gud_device *gdrm, struct drm_framebuffer *fb, in gud_flush_damage()
365 struct drm_framebuffer *fb; in gud_flush_work() local
390 static int gud_fb_queue_damage(struct gud_device *gdrm, struct drm_framebuffer *fb, in gud_fb_queue_damage()
431 static void gud_fb_handle_damage(struct gud_device *gdrm, struct drm_framebuffer *fb, in gud_fb_handle_damage()
459 struct drm_framebuffer *fb = new_plane_state->fb; in gud_pipe_check() local
572 struct drm_framebuffer *fb = state->fb; in gud_pipe_update() local
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c49 struct vdec_fb *fb; member
83 struct vdec_fb fb; member
144 struct vdec_fb fb; member
207 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb()
222 struct vdec_fb *fb = NULL; in vp9_rm_from_fb_use_list() local
238 struct vdec_fb *fb) in vp9_add_to_fb_free_list()
255 static void vp9_free_sf_ref_fb(struct vdec_fb *fb) in vp9_free_sf_ref_fb()
275 struct vdec_fb *fb; in vp9_ref_cnt_fb() local
432 struct vdec_fb *fb) in vp9_add_to_fb_disp_list()
515 struct vdec_fb *fb; in vp9_swap_frm_bufs() local
[all …]
/linux/include/drm/
H A Ddrm_framebuffer.h229 static inline void drm_framebuffer_get(struct drm_framebuffer *fb) in drm_framebuffer_get()
241 static inline void drm_framebuffer_put(struct drm_framebuffer *fb) in drm_framebuffer_put()
252 static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb) in drm_framebuffer_read_refcount()
266 struct drm_framebuffer *fb) in drm_framebuffer_assign()
283 #define drm_for_each_fb(fb, dev) \ argument
/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c82 static int __xe_pin_fb_vma_dpt(const struct intel_framebuffer *fb, in __xe_pin_fb_vma_dpt()
197 static int __xe_pin_fb_vma_ggtt(const struct intel_framebuffer *fb, in __xe_pin_fb_vma_ggtt()
281 static struct i915_vma *__xe_pin_fb_vma(const struct intel_framebuffer *fb, in __xe_pin_fb_vma()
370 intel_fb_pin_to_ggtt(const struct drm_framebuffer *fb, in intel_fb_pin_to_ggtt()
391 struct intel_framebuffer *fb = to_intel_framebuffer(new_plane_state->hw.fb); in reuse_vma() local
420 struct drm_framebuffer *fb = new_plane_state->hw.fb; in intel_plane_pin_fb() local
453 struct i915_address_space *intel_dpt_create(struct intel_framebuffer *fb) in intel_dpt_create()
/linux/sound/core/
H A Dump.c111 struct snd_ump_block *fb; in snd_ump_endpoint_free() local
243 struct snd_ump_block *fb; in snd_ump_get_block() local
403 struct snd_ump_block *fb, *p; in snd_ump_block_new() local
448 struct snd_ump_block *fb; in snd_ump_ioctl_block() local
516 struct snd_ump_block *fb; in snd_ump_proc_read() local
562 struct snd_ump_block *fb; in snd_ump_update_group_attrs() local
875 struct snd_ump_block *fb, in is_fb_info_updated()
893 struct snd_ump_block *fb) in seq_notify_fb_change()
906 struct snd_ump_block *fb; in ump_handle_fb_info_msg() local
939 struct snd_ump_block *fb; in ump_handle_fb_name_msg() local
[all …]
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c22 static int hyperv_blit_to_vram_rect(struct drm_framebuffer *fb, in hyperv_blit_to_vram_rect()
41 static int hyperv_blit_to_vram_fullscreen(struct drm_framebuffer *fb, in hyperv_blit_to_vram_fullscreen()
88 struct drm_framebuffer *fb) in hyperv_check_size()
121 struct drm_framebuffer *fb = plane_state->fb; in hyperv_pipe_check() local
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-plane.c54 static inline bool dcss_plane_fb_is_linear(const struct drm_framebuffer *fb) in dcss_plane_fb_is_linear()
148 struct drm_framebuffer *fb = new_plane_state->fb; in dcss_plane_atomic_check() local
219 struct drm_framebuffer *fb = state->fb; in dcss_plane_atomic_set_base() local
251 struct drm_framebuffer *fb = state->fb; in dcss_plane_needs_setup() local
277 struct drm_framebuffer *fb = new_state->fb; in dcss_plane_atomic_update() local
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c63 struct drm_framebuffer *fb; in exynos_drm_framebuffer_init() local
101 struct drm_framebuffer *fb; in exynos_user_fb_create() local
142 dma_addr_t exynos_drm_fb_dma_addr(struct drm_framebuffer *fb, int index) in exynos_drm_fb_dma_addr()
/linux/drivers/gpu/drm/gma500/
H A Dframebuffer.c31 struct drm_framebuffer *fb, in psb_framebuffer_init()
74 struct drm_framebuffer *fb; in psb_framebuffer_create() local
102 struct drm_framebuffer *fb; in psb_user_framebuffer_create() local
/linux/fs/fuse/
H A Diomode.c85 int fuse_inode_uncached_io_start(struct fuse_inode *fi, struct fuse_backing *fb) in fuse_inode_uncached_io_start()
118 struct fuse_backing *fb) in fuse_file_uncached_io_open()
172 struct fuse_backing *fb; in fuse_file_passthrough_open() local

123456789