/linux-6.12.1/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 | goldfishfb.c | 44 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-6.12.1/drivers/gpu/drm/ |
D | drm_framebuffer.c | 78 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords() 274 struct drm_framebuffer *fb; in drm_internal_framebuffer_create() local 332 struct drm_framebuffer *fb; in drm_mode_addfb2() local 386 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn() local 397 static int drm_mode_closefb(struct drm_framebuffer *fb, in drm_mode_closefb() 438 struct drm_framebuffer *fb; in drm_mode_rmfb() local 488 struct drm_framebuffer *fb; in drm_mode_closefb_ioctl() local 523 struct drm_framebuffer *fb; in drm_mode_getfb() local 585 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl() local 715 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() local [all …]
|
D | drm_gem_framebuffer_helper.c | 53 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() 455 int drm_gem_fb_begin_cpu_access(struct drm_framebuffer *fb, enum dma_data_direction dir) in drm_gem_fb_begin_cpu_access() [all …]
|
D | drm_format_helper.c | 137 const void *vaddr, const struct drm_framebuffer *fb, in __drm_fb_xfrm() 179 const void *vaddr, const struct drm_framebuffer *fb, in __drm_fb_xfrm_toio() 224 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xfrm() 266 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_memcpy() 344 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_swab() 406 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb332() 477 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb565() 536 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_xrgb1555() 589 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_argb1555() 642 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgba5551() [all …]
|
/linux-6.12.1/drivers/staging/fieldbus/ |
D | dev_core.c | 29 struct fieldbus_dev *fb = dev_get_drvdata(dev); in online_show() local 38 struct fieldbus_dev *fb = dev_get_drvdata(dev); in enabled_show() local 48 struct fieldbus_dev *fb = dev_get_drvdata(dev); in enabled_store() local 67 struct fieldbus_dev *fb = dev_get_drvdata(dev); in card_name_show() local 77 struct fieldbus_dev *fb = dev_get_drvdata(dev); in read_area_size_show() local 86 struct fieldbus_dev *fb = dev_get_drvdata(dev); in write_area_size_show() local 95 struct fieldbus_dev *fb = dev_get_drvdata(dev); in fieldbus_id_show() local 104 struct fieldbus_dev *fb = dev_get_drvdata(dev); in fieldbus_type_show() local 135 struct fieldbus_dev *fb = dev_get_drvdata(dev); in fieldbus_is_visible() local 230 void fieldbus_dev_area_updated(struct fieldbus_dev *fb) in fieldbus_dev_area_updated() [all …]
|
/linux-6.12.1/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() 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 …]
|
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 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
|
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 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
|
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 | gp102.c | 30 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()
|
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()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_fb.c | 587 bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane) in intel_fb_is_ccs_aux_plane() 602 static bool intel_fb_is_gen12_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane) in intel_fb_is_gen12_ccs_aux_plane() 618 int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb) in intel_fb_rc_ccs_cc_plane() 630 static bool is_gen12_ccs_cc_plane(const struct drm_framebuffer *fb, int color_plane) in is_gen12_ccs_cc_plane() 635 bool is_surface_linear(const struct drm_framebuffer *fb, int color_plane) in is_surface_linear() 642 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane() 650 int skl_ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane) in skl_ccs_to_main_plane() 661 static unsigned int gen12_ccs_aux_stride(struct intel_framebuffer *fb, int ccs_plane) in gen12_ccs_aux_stride() 670 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in skl_main_to_aux_plane() 690 intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane) in intel_tile_width_bytes() [all …]
|
D | skl_universal_plane.c | 278 const struct drm_framebuffer *fb = plane_state->hw.fb; in glk_plane_ratio() local 305 const struct drm_framebuffer *fb = plane_state->hw.fb; in skl_plane_ratio() local 327 static int skl_plane_max_width(const struct drm_framebuffer *fb, in skl_plane_max_width() 366 static int glk_plane_max_width(const struct drm_framebuffer *fb, in glk_plane_max_width() 394 static int icl_plane_min_width(const struct drm_framebuffer *fb, in icl_plane_min_width() 434 static int icl_hdr_plane_max_width(const struct drm_framebuffer *fb, in icl_hdr_plane_max_width() 444 static int icl_sdr_plane_max_width(const struct drm_framebuffer *fb, in icl_sdr_plane_max_width() 451 static int skl_plane_max_height(const struct drm_framebuffer *fb, in skl_plane_max_height() 458 static int icl_plane_max_height(const struct drm_framebuffer *fb, in icl_plane_max_height() 508 const struct drm_framebuffer *fb, in tgl_plane_min_alignment() [all …]
|
D | intel_fb_pin.c | 21 intel_fb_pin_to_dpt(const struct drm_framebuffer *fb, in intel_fb_pin_to_dpt() 105 intel_fb_pin_to_ggtt(const struct drm_framebuffer *fb, in intel_fb_pin_to_ggtt() 236 const struct intel_framebuffer *fb = to_intel_framebuffer(plane_state->hw.fb); in intel_plane_fb_min_alignment() local 245 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_fb_min_phys_alignment() local 256 const struct intel_framebuffer *fb = in intel_plane_pin_fb() local 308 const struct intel_framebuffer *fb = in intel_plane_unpin_fb() local
|
D | intel_sprite.c | 71 const struct drm_framebuffer *fb = plane_state->hw.fb; in chv_sprite_update_csc() local 143 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_sprite_update_clrc() local 183 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_plane_ratio() local 257 const struct drm_framebuffer *fb, in vlv_sprite_min_alignment() 284 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_sprite_ctl() local 361 const struct drm_framebuffer *fb = plane_state->hw.fb; in vlv_sprite_update_gamma() local 493 const struct drm_framebuffer *fb = plane_state->hw.fb; in ivb_plane_ratio() local 529 const struct drm_framebuffer *fb = plane_state->hw.fb; in ivb_plane_ratio_scaling() local 607 const struct drm_framebuffer *fb = plane_state->hw.fb; in hsw_plane_ratio() local 663 const struct drm_framebuffer *fb = plane_state->hw.fb; in ivb_need_sprite_gamma() local [all …]
|
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
D | i915_gem_stolen.h | 14 struct i915_stolen_fb *fb, in i915_gem_stolen_insert_node_in_range() 52 struct i915_stolen_fb *fb, in i915_gem_stolen_insert_node() 61 struct i915_stolen_fb *fb) in i915_gem_stolen_remove_node() 68 #define i915_gem_stolen_node_allocated(fb) (!!((fb)->bo)) argument 70 static inline u32 i915_gem_stolen_node_offset(struct i915_stolen_fb *fb) in i915_gem_stolen_node_offset() 83 #define i915_gem_stolen_node_address(xe, fb) (xe_ttm_stolen_gpu_offset(xe) + \ argument 85 #define i915_gem_stolen_node_size(fb) ((u64)((fb)->bo->ttm.base.size)) argument
|
/linux-6.12.1/drivers/gpu/drm/msm/ |
D | msm_fb.c | 35 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-6.12.1/fs/fuse/ |
D | passthrough.c | 143 struct fuse_backing *fuse_backing_get(struct fuse_backing *fb) in fuse_backing_get() 150 static void fuse_backing_free(struct fuse_backing *fb) in fuse_backing_free() 160 void fuse_backing_put(struct fuse_backing *fb) in fuse_backing_put() 171 static int fuse_backing_id_alloc(struct fuse_conn *fc, struct fuse_backing *fb) in fuse_backing_id_alloc() 189 struct fuse_backing *fb; in fuse_backing_id_remove() local 200 struct fuse_backing *fb = p; in fuse_backing_id_free() local 217 struct fuse_backing *fb = NULL; in fuse_backing_open() local 268 struct fuse_backing *fb = NULL; in fuse_backing_close() local 306 struct fuse_backing *fb = NULL; in fuse_passthrough_open() local 342 void fuse_passthrough_release(struct fuse_file *ff, struct fuse_backing *fb) in fuse_passthrough_release()
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 61 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-6.12.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_framebuffer.c | 16 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-6.12.1/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 53 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-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_vp9_if.c | 49 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-6.12.1/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-6.12.1/include/drm/ |
D | drm_framebuffer.h | 222 static inline void drm_framebuffer_get(struct drm_framebuffer *fb) in drm_framebuffer_get() 234 static inline void drm_framebuffer_put(struct drm_framebuffer *fb) in drm_framebuffer_put() 245 static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb) in drm_framebuffer_read_refcount() 259 struct drm_framebuffer *fb) in drm_framebuffer_assign() 276 #define drm_for_each_fb(fb, dev) \ argument
|