Home
last modified time | relevance | path

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

12345678

/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.c57 static inline void clcdfb_set_start(struct clcd_fb *fb) in clcdfb_set_start()
69 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()
97 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()
129 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()
268 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var() local
287 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par() local
344 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg() local
393 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank() local
406 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap() local
431 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
[all …]
Dgoldfishfb.c100 struct fb_info fb; member
107 struct goldfish_fb *fb = dev_id; in goldfish_fb_interrupt() local
131 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_setcolreg() local
174 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_set_par() local
191 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local
211 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local
241 struct goldfish_fb *fb; in goldfish_fb_probe() local
361 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
Damba-clcd-versatile.c153 int versatile_clcd_setup_dma(struct clcd_fb *fb, unsigned long framesize) in versatile_clcd_setup_dma()
170 int versatile_clcd_mmap_dma(struct clcd_fb *fb, struct vm_area_struct *vma) in versatile_clcd_mmap_dma()
178 void versatile_clcd_remove_dma(struct clcd_fb *fb) in versatile_clcd_remove_dma()
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dbase.c33 nvkm_fb_memtype_valid(struct nvkm_fb *fb, u32 memtype) in nvkm_fb_memtype_valid()
39 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini()
45 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, in nvkm_fb_tile_init()
52 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
92 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() local
100 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() local
114 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() local
134 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() local
157 int index, struct nvkm_fb *fb) in nvkm_fb_ctor()
Dgf100.c30 gf100_fb_memtype_valid(struct nvkm_fb *fb, u32 tile_flags) in gf100_fb_memtype_valid()
39 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_intr() local
52 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_init() local
64 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_dtor() local
80 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_init() local
233 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_dtor() local
258 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()
Dnv04.c29 nv04_fb_memtype_valid(struct nvkm_fb *fb, u32 tile_flags) in nv04_fb_memtype_valid()
37 nv04_fb_init(struct nvkm_fb *fb) in nv04_fb_init()
Dnv41.c30 nv41_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv41_fb_tile_prog()
41 nv41_fb_init(struct nvkm_fb *fb) in nv41_fb_init()
/drivers/gpu/drm/msm/
Dmsm_fb.c32 static int msm_framebuffer_create_handle(struct drm_framebuffer *fb, in msm_framebuffer_create_handle()
41 static void msm_framebuffer_destroy(struct drm_framebuffer *fb) in msm_framebuffer_destroy()
59 static int msm_framebuffer_dirty(struct drm_framebuffer *fb, in msm_framebuffer_dirty()
73 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
95 int msm_framebuffer_prepare(struct drm_framebuffer *fb, int id) in msm_framebuffer_prepare()
111 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, int id) in msm_framebuffer_cleanup()
120 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, int id, int plane) in msm_framebuffer_iova()
128 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
134 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
144 struct drm_framebuffer *fb; in msm_framebuffer_create() local
[all …]
/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 static void drm_fb_cma_describe(struct drm_framebuffer *fb, struct seq_file *m) in drm_fb_cma_describe()
211 struct drm_framebuffer *fb; in drm_fb_cma_debugfs_show() local
242 struct drm_framebuffer *fb; in drm_fbdev_cma_create() local
Ddrm_crtc.c405 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
431 struct drm_framebuffer *fb) in __drm_framebuffer_unregister()
442 struct drm_framebuffer *fb = in drm_framebuffer_free() local
464 struct drm_framebuffer *fb; in __drm_framebuffer_lookup() local
489 struct drm_framebuffer *fb; in drm_framebuffer_lookup() local
509 void drm_framebuffer_unreference(struct drm_framebuffer *fb) in drm_framebuffer_unreference()
522 void drm_framebuffer_reference(struct drm_framebuffer *fb) in drm_framebuffer_reference()
538 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
571 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
594 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
[all …]
/drivers/gpu/drm/tegra/
Dfb.c16 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_is_bottom_up() local
52 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_tiling() local
62 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_destroy() local
84 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle() local
99 struct tegra_fb *fb; in tegra_fb_alloc() local
139 struct tegra_fb *fb; in tegra_fb_create() local
205 struct drm_framebuffer *fb; in tegra_fbdev_probe() local
/drivers/gpu/drm/omapdrm/
Domap_fb.c96 static int omap_framebuffer_create_handle(struct drm_framebuffer *fb, in omap_framebuffer_create_handle()
105 static void omap_framebuffer_destroy(struct drm_framebuffer *fb) in omap_framebuffer_destroy()
123 static int omap_framebuffer_dirty(struct drm_framebuffer *fb, in omap_framebuffer_dirty()
150 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
250 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin()
290 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin()
313 struct drm_gem_object *omap_framebuffer_bo(struct drm_framebuffer *fb, int p) in omap_framebuffer_bo()
325 struct drm_framebuffer *fb, struct drm_connector *from) in omap_framebuffer_get_next_connector()
349 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
370 struct drm_framebuffer *fb; in omap_framebuffer_create() local
[all …]
/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c38 struct drm_framebuffer fb; member
68 static void exynos_drm_fb_destroy(struct drm_framebuffer *fb) in exynos_drm_fb_destroy()
92 static int exynos_drm_fb_create_handle(struct drm_framebuffer *fb, in exynos_drm_fb_create_handle()
102 static int exynos_drm_fb_dirty(struct drm_framebuffer *fb, in exynos_drm_fb_dirty()
161 struct drm_framebuffer *fb; in exynos_user_fb_create() local
192 struct exynos_drm_gem *exynos_drm_fb_gem(struct drm_framebuffer *fb, int index) in exynos_drm_fb_gem()
/drivers/gpu/drm/i915/
Dintel_fbc.c88 struct drm_framebuffer *fb = crtc->base.primary->fb; in i8xx_fbc_enable() local
143 struct drm_framebuffer *fb = crtc->base.primary->fb; in g4x_fbc_enable() local
194 struct drm_framebuffer *fb = crtc->base.primary->fb; in ilk_fbc_enable() local
263 struct drm_framebuffer *fb = crtc->base.primary->fb; in gen7_fbc_enable() local
332 const struct drm_framebuffer *fb) in intel_fbc_enable()
730 struct drm_framebuffer *fb = crtc->base.primary->fb; in intel_fbc_calculate_cfb_size() local
743 struct drm_framebuffer *fb = crtc->base.primary->fb; in intel_fbc_setup_cfb() local
779 static bool pixel_format_is_valid(struct drm_framebuffer *fb) in pixel_format_is_valid()
854 struct drm_framebuffer *fb; in __intel_fbc_update() local
/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/rockchip/
Drockchip_drm_fb.c27 struct drm_framebuffer fb; member
31 struct drm_gem_object *rockchip_fb_get_gem_obj(struct drm_framebuffer *fb, in rockchip_fb_get_gem_obj()
43 static void rockchip_drm_fb_destroy(struct drm_framebuffer *fb) in rockchip_drm_fb_destroy()
59 static int rockchip_drm_fb_create_handle(struct drm_framebuffer *fb, in rockchip_drm_fb_create_handle()
/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()
106 struct drm_framebuffer *fb = new_state->fb; in mdp4_plane_prepare_fb() local
120 struct drm_framebuffer *fb = old_state->fb; in mdp4_plane_cleanup_fb() local
160 struct drm_framebuffer *fb) in mdp4_plane_set_scanout()
216 struct drm_crtc *crtc, struct drm_framebuffer *fb, in mdp4_plane_mode_set()
/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
343 struct drm_framebuffer *fb; in psbfb_create() local
650 static int psb_user_framebuffer_create_handle(struct drm_framebuffer *fb, in psb_user_framebuffer_create_handle()
666 static void psb_user_framebuffer_destroy(struct drm_framebuffer *fb) in psb_user_framebuffer_destroy()
/drivers/gpu/drm/armada/
Darmada_fb.h12 struct drm_framebuffer fb; member
19 #define drm_fb_obj(fb) drm_fb_to_armada_fb(fb)->obj argument

12345678