/include/drm/ |
A D | drm_plane.h | 56 struct drm_plane *plane; member 319 int (*update_plane)(struct drm_plane *plane, 342 int (*disable_plane)(struct drm_plane *plane, 352 void (*destroy)(struct drm_plane *plane); 364 void (*reset)(struct drm_plane *plane); 380 int (*set_property)(struct drm_plane *plane, 509 int (*late_register)(struct drm_plane *plane); 812 struct drm_plane *plane, 920 return plane->index; in drm_plane_index() 929 return 1 << drm_plane_index(plane); in drm_plane_mask() [all …]
|
A D | drm_gem_atomic_helper.h | 18 int drm_gem_plane_helper_prepare_fb(struct drm_plane *plane, struct drm_plane_state *state); 91 void __drm_gem_duplicate_shadow_plane_state(struct drm_plane *plane, 94 void __drm_gem_reset_shadow_plane(struct drm_plane *plane, 97 void drm_gem_reset_shadow_plane(struct drm_plane *plane); 98 struct drm_plane_state *drm_gem_duplicate_shadow_plane_state(struct drm_plane *plane); 99 void drm_gem_destroy_shadow_plane_state(struct drm_plane *plane, 114 int drm_gem_begin_shadow_fb_access(struct drm_plane *plane, struct drm_plane_state *plane_state); 115 void drm_gem_end_shadow_fb_access(struct drm_plane *plane, struct drm_plane_state *plane_state);
|
A D | drm_blend.h | 45 int drm_plane_create_alpha_property(struct drm_plane *plane); 46 int drm_plane_create_rotation_property(struct drm_plane *plane, 52 int drm_plane_create_zpos_property(struct drm_plane *plane, 55 int drm_plane_create_zpos_immutable_property(struct drm_plane *plane, 59 int drm_plane_create_blend_mode_property(struct drm_plane *plane,
|
A D | drm_fourcc.h | 274 int plane) in drm_format_info_plane_width() argument 276 if (!info || plane >= info->num_planes) in drm_format_info_plane_width() 279 if (plane == 0) in drm_format_info_plane_width() 296 int plane) in drm_format_info_plane_height() argument 298 if (!info || plane >= info->num_planes) in drm_format_info_plane_height() 301 if (plane == 0) in drm_format_info_plane_height() 317 int plane); 319 int plane); 320 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane); 322 int plane, unsigned int buffer_width);
|
A D | drm_modeset_helper_vtables.h | 1243 int (*prepare_fb)(struct drm_plane *plane, 1254 void (*cleanup_fb)(struct drm_plane *plane, 1322 int (*atomic_check)(struct drm_plane *plane, 1339 void (*atomic_update)(struct drm_plane *plane, 1364 void (*atomic_enable)(struct drm_plane *plane, 1389 void (*atomic_disable)(struct drm_plane *plane, 1413 int (*atomic_async_check)(struct drm_plane *plane, 1450 void (*atomic_async_update)(struct drm_plane *plane, 1473 int (*get_scanout_buffer)(struct drm_plane *plane, 1489 void (*panic_flush)(struct drm_plane *plane); [all …]
|
A D | drm_fb_dma_helper.h | 14 unsigned int plane); 18 unsigned int plane); 24 int drm_fb_dma_get_scanout_buffer(struct drm_plane *plane,
|
A D | drm_atomic_state_helper.h | 57 struct drm_plane *plane); 58 void __drm_atomic_helper_plane_reset(struct drm_plane *plane, 60 void drm_atomic_helper_plane_reset(struct drm_plane *plane); 61 void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane, 64 drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane); 66 void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
|
A D | drm_plane_helper.h | 34 int drm_plane_helper_update_primary(struct drm_plane *plane, struct drm_crtc *crtc, 41 int drm_plane_helper_disable_primary(struct drm_plane *plane, 43 void drm_plane_helper_destroy(struct drm_plane *plane);
|
A D | drm_atomic.h | 601 struct drm_plane *plane); 699 struct drm_plane *plane) in drm_atomic_get_existing_plane_state() argument 714 struct drm_plane *plane) in drm_atomic_get_old_plane_state() argument 729 struct drm_plane *plane) in drm_atomic_get_new_plane_state() argument 825 struct drm_plane *plane) in __drm_atomic_get_current_plane_state() argument 830 return plane->state; in __drm_atomic_get_current_plane_state() 998 ((plane) = (__state)->planes[__i].ptr, \ 1021 ((plane) = (__state)->planes[__i].ptr, \ 1038 ((plane) = (__state)->planes[__i].ptr, \ 1057 ((plane) = (__state)->planes[__i].ptr, \ [all …]
|
A D | drm_atomic_helper.h | 127 int drm_atomic_helper_update_plane(struct drm_plane *plane, 135 int drm_atomic_helper_disable_plane(struct drm_plane *plane, 178 #define drm_atomic_crtc_for_each_plane(plane, crtc) \ argument 179 drm_for_each_plane_mask(plane, (crtc)->dev, (crtc)->state->plane_mask) 191 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ argument 192 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask) 209 #define drm_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) \ argument 210 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask) \ 213 plane)))
|
A D | drm_gem_vram_helper.h | 119 drm_gem_vram_plane_helper_prepare_fb(struct drm_plane *plane, 122 drm_gem_vram_plane_helper_cleanup_fb(struct drm_plane *plane,
|
A D | drm_gem_framebuffer_helper.h | 20 unsigned int plane);
|
A D | drm_color_mgmt.h | 88 int drm_plane_create_color_properties(struct drm_plane *plane,
|
A D | drm_simple_kms_helper.h | 244 struct drm_plane plane; member
|
/include/media/tpg/ |
A D | v4l2-tpg.h | 436 return tpg->twopixelsize[plane]; in tpg_g_twopixelsize() 440 unsigned plane, unsigned x) in tpg_hdiv() argument 442 return ((x / tpg->hdownsampling[plane]) & tpg->hmask[plane]) * in tpg_hdiv() 443 tpg->twopixelsize[plane] / 2; in tpg_hdiv() 452 unsigned plane, unsigned x) in tpg_hscale_div() argument 459 return tpg->bytesperline[plane]; in tpg_g_bytesperline() 467 tpg->bytesperline[plane] = bpl; in tpg_s_bytesperline() 487 return tpg_g_bytesperline(tpg, plane); in tpg_g_line_width() 497 unsigned plane, unsigned bpl) in tpg_calc_line_width() argument 515 if (plane >= tpg_g_planes(tpg)) in tpg_calc_plane_size() [all …]
|
/include/linux/mtd/ |
A D | nand.h | 80 unsigned int plane; member 759 pos->plane = pos->eraseblock % nand->memorg.planes_per_lun; in nanddev_offs_to_pos() 849 pos->plane = 0; in nanddev_pos_next_target() 871 pos->plane = 0; in nanddev_pos_next_lun() 891 pos->plane = pos->eraseblock % nand->memorg.planes_per_lun; in nanddev_pos_next_eraseblock()
|
/include/media/ |
A D | videobuf2-core.h | 990 struct vb2_buffer *vb, unsigned int plane, unsigned int flags);
|
/include/video/ |
A D | omapfb_dss.h | 770 enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane);
|
/include/uapi/linux/ |
A D | videodev2.h | 1279 __u32 plane; member
|