/Linux-v4.19/drivers/video/fbdev/ |
D | stifb.c | 156 #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 …]
|
D | amba-clcd.c | 54 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 …]
|
D | amba-clcd-versatile.c | 159 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()
|
D | goldfishfb.c | 53 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 143 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local 159 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local 189 struct goldfish_fb *fb; in goldfish_fb_probe() local 298 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_framebuffer.c | 70 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords() 278 struct drm_framebuffer *fb; in drm_internal_framebuffer_create() local 335 struct drm_framebuffer *fb; in drm_mode_addfb2() local 365 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn() local 389 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb() local 467 struct drm_framebuffer *fb; in drm_mode_getfb() local 538 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() local 613 struct drm_framebuffer *fb, *tfb; in drm_fb_release() local 650 struct drm_framebuffer *fb = in drm_framebuffer_free() local 681 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init() [all …]
|
D | drm_gem_framebuffer_helper.c | 50 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb, in drm_gem_fb_get_obj() 66 struct drm_framebuffer *fb; in drm_gem_fb_alloc() local 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() 153 struct drm_framebuffer *fb; in drm_gem_fb_create_with_funcs() local
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | base.c | 35 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() 88 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() local 96 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() local 128 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() local 160 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() local 187 int index, struct nvkm_fb *fb) in nvkm_fb_ctor()
|
D | gf100.c | 34 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 76 gf100_fb_init_page(struct nvkm_fb *fb) in gf100_fb_init_page() 91 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_init() local 106 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_dtor() local 122 struct gf100_fb *fb; in gf100_fb_new_() local
|
D | nv50.c | 34 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 198 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_oneinit() local 215 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_init() local 232 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_tags() local 241 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_dtor() local 267 struct nv50_fb *fb; in nv50_fb_new_() local
|
D | nv20.c | 30 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()
|
D | nv30.c | 30 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()
|
D | nv44.c | 30 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()
|
D | nv10.c | 30 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-v4.19/drivers/gpu/drm/msm/ |
D | msm_fb.c | 41 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe() 62 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare() 78 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup() 87 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova() 95 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo() 100 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format() 110 struct drm_framebuffer *fb; in msm_framebuffer_create() local 141 struct drm_framebuffer *fb; in msm_framebuffer_init() local 223 struct drm_framebuffer *fb; in msm_alloc_stolen_fb() local
|
/Linux-v4.19/include/drm/ |
D | drm_framebuffer.h | 226 static inline void drm_framebuffer_get(struct drm_framebuffer *fb) in drm_framebuffer_get() 238 static inline void drm_framebuffer_put(struct drm_framebuffer *fb) in drm_framebuffer_put() 250 static inline void drm_framebuffer_reference(struct drm_framebuffer *fb) in drm_framebuffer_reference() 262 static inline void drm_framebuffer_unreference(struct drm_framebuffer *fb) in drm_framebuffer_unreference() 273 static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb) in drm_framebuffer_read_refcount() 287 struct drm_framebuffer *fb) in drm_framebuffer_assign() 304 #define drm_for_each_fb(fb, dev) \ argument
|
/Linux-v4.19/arch/arm/mach-netx/ |
D | fb.c | 35 void netx_clcd_enable(struct clcd_fb *fb) in netx_clcd_enable() 39 int netx_clcd_setup(struct clcd_fb *fb) in netx_clcd_setup() 58 int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in netx_clcd_mmap() 64 void netx_clcd_remove(struct clcd_fb *fb) in netx_clcd_remove()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 74 static u32 get_linear_addr(struct drm_framebuffer *fb, in get_linear_addr() 88 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb) in omap_framebuffer_supports_rotation() 125 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout() 219 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin() 259 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin() 283 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe() 303 struct drm_framebuffer *fb; in omap_framebuffer_create() local 332 struct drm_framebuffer *fb = NULL; in omap_framebuffer_init() local
|
/Linux-v4.19/include/linux/platform_data/ |
D | video-clcd-versatile.h | 15 static inline int versatile_clcd_setup_dma(struct clcd_fb *fb, unsigned long framesize) in versatile_clcd_setup_dma() 19 static inline int versatile_clcd_mmap_dma(struct clcd_fb *fb, struct vm_area_struct *vm) in versatile_clcd_mmap_dma() 23 static inline void versatile_clcd_remove_dma(struct clcd_fb *fb) in versatile_clcd_remove_dma()
|
/Linux-v4.19/arch/arm/mach-nspire/ |
D | clcd.c | 65 int nspire_clcd_setup(struct clcd_fb *fb) in nspire_clcd_setup() 108 int nspire_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in nspire_clcd_mmap() 114 void nspire_clcd_remove(struct clcd_fb *fb) in nspire_clcd_remove()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | fbmem.h | 55 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()
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/ |
D | vdec_vp9_if.c | 56 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 …]
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_fb.c | 35 struct drm_framebuffer *fb; in mtk_drm_framebuffer_init() local 64 int mtk_fb_wait(struct drm_framebuffer *fb) in mtk_fb_wait() 91 struct drm_framebuffer *fb; in mtk_drm_mode_fb_create() local
|
/Linux-v4.19/arch/arm/mach-lpc32xx/ |
D | phy3250.c | 76 static int lpc32xx_clcd_setup(struct clcd_fb *fb) in lpc32xx_clcd_setup() 94 static int lpc32xx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in lpc32xx_clcd_mmap() 100 static void lpc32xx_clcd_remove(struct clcd_fb *fb) in lpc32xx_clcd_remove()
|
/Linux-v4.19/arch/arm/mach-integrator/ |
D | impd1.c | 194 static void impd1fb_clcd_disable(struct clcd_fb *fb) in impd1fb_clcd_disable() 202 static void impd1fb_clcd_enable(struct clcd_fb *fb) in impd1fb_clcd_enable() 208 static int impd1fb_clcd_setup(struct clcd_fb *fb) in impd1fb_clcd_setup() 238 static int impd1fb_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in impd1fb_clcd_mmap() 249 static void impd1fb_clcd_remove(struct clcd_fb *fb) in impd1fb_clcd_remove()
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 28 static int rockchip_drm_fb_dirty(struct drm_framebuffer *fb, in rockchip_drm_fb_dirty() 48 struct drm_framebuffer *fb; in rockchip_fb_alloc() local 77 struct drm_framebuffer *fb; in rockchip_user_fb_create() local 205 struct drm_framebuffer *fb; in rockchip_drm_framebuffer_init() local
|