Home
last modified time | relevance | path

Searched refs:planes (Results 1 – 76 of 76) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-common.c52 .planes = 1,
61 .planes = 1,
69 .planes = 1,
77 .planes = 1,
85 .planes = 3,
93 .planes = 3,
101 .planes = 3,
109 .planes = 2,
117 .planes = 2,
125 .planes = 2,
[all …]
Dvivid-vid-out.c41 unsigned planes = vfmt->buffers; in vid_out_queue_setup() local
46 for (p = vfmt->buffers; p < vfmt->planes; p++) in vid_out_queue_setup()
80 if (mp->num_planes != planes) in vid_out_queue_setup()
85 for (p = 1; p < planes; p++) { in vid_out_queue_setup()
91 for (p = 0; p < planes; p++) in vid_out_queue_setup()
98 *nplanes = planes; in vid_out_queue_setup()
106 for (p = 0; p < planes; p++) in vid_out_queue_setup()
116 unsigned planes; in vid_out_buf_prepare() local
124 planes = dev->fmt_out->planes; in vid_out_buf_prepare()
141 for (p = 0; p < planes; p++) { in vid_out_buf_prepare()
[all …]
Dvivid-tpg.c181 tpg->planes = 1; in tpg_s_fourcc()
207 tpg->planes = 2; in tpg_s_fourcc()
251 tpg->planes = 3; in tpg_s_fourcc()
259 tpg->planes = 3; in tpg_s_fourcc()
271 tpg->planes = 2; in tpg_s_fourcc()
283 tpg->planes = 2; in tpg_s_fourcc()
290 tpg->planes = 2; in tpg_s_fourcc()
422 for (p = 0; p < tpg->planes; p++) in tpg_reset_source()
1495 for (p = 0; p < tpg->planes; p++) { in tpg_precalculate_line()
1505 if (tpg->vdownsampling[tpg->planes - 1] > 1) { in tpg_precalculate_line()
[all …]
Dvivid-tpg.h148 unsigned planes; member
371 return tpg->interleaved ? 1 : tpg->planes; in tpg_g_planes()
Dvivid-core.h85 u8 planes; member
Dvivid-vid-cap.c46 .planes = 1,
53 .planes = 1,
60 .planes = 1,
202 vb->planes[p].data_offset = dev->fmt_cap->data_offset[p]; in vid_cap_buf_prepare()
Dvivid-kthread-cap.c291 voutbuf += vid_out_buf->vb.vb2_buf.planes[p].data_offset; in vivid_copy_buffer()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c64 vb->planes[plane].mem_priv = mem_priv; in __vb2_buf_mem_alloc()
65 vb->planes[plane].length = q->plane_sizes[plane]; in __vb2_buf_mem_alloc()
72 call_void_memop(vb, put, vb->planes[plane - 1].mem_priv); in __vb2_buf_mem_alloc()
73 vb->planes[plane - 1].mem_priv = NULL; in __vb2_buf_mem_alloc()
87 call_void_memop(vb, put, vb->planes[plane].mem_priv); in __vb2_buf_mem_free()
88 vb->planes[plane].mem_priv = NULL; in __vb2_buf_mem_free()
102 if (vb->planes[plane].mem_priv) in __vb2_buf_userptr_put()
103 call_void_memop(vb, put_userptr, vb->planes[plane].mem_priv); in __vb2_buf_userptr_put()
104 vb->planes[plane].mem_priv = NULL; in __vb2_buf_userptr_put()
136 __vb2_plane_dmabuf_put(vb, &vb->planes[plane]); in __vb2_buf_dmabuf_put()
[all …]
Dvideobuf2-v4l2.c55 if (NULL == b->m.planes) { in __verify_planes_array()
87 ? b->m.planes[plane].length in __verify_length()
88 : vb->planes[plane].length; in __verify_length()
89 bytesused = b->m.planes[plane].bytesused in __verify_length()
90 ? b->m.planes[plane].bytesused : length; in __verify_length()
92 if (b->m.planes[plane].bytesused > length) in __verify_length()
95 if (b->m.planes[plane].data_offset > 0 && in __verify_length()
96 b->m.planes[plane].data_offset >= bytesused) in __verify_length()
101 ? b->length : vb->planes[0].length; in __verify_length()
207 struct v4l2_plane *pdst = &b->m.planes[plane]; in __fill_v4l2_buffer()
[all …]
Dv4l2-compat-ioctl32.c347 compat_caddr_t planes; member
434 kp->m.planes = NULL; in get_v4l2_buffer32()
440 if (get_user(p, &up->m.planes)) in get_v4l2_buffer32()
452 kp->m.planes = (__force struct v4l2_plane *)uplane; in get_v4l2_buffer32()
522 uplane = (__force struct v4l2_plane __user *)kp->m.planes; in put_v4l2_buffer32()
523 if (get_user(p, &up->m.planes)) in put_v4l2_buffer32()
Dv4l2-mem2mem.c392 buf->m.planes[i].m.mem_offset in v4l2_m2m_querybuf()
Dv4l2-ioctl.c455 if (V4L2_TYPE_IS_MULTIPLANAR(p->type) && p->m.planes) { in v4l_print_buffer()
458 plane = &p->m.planes[i]; in v4l_print_buffer()
2660 *user_ptr = (void __user *)buf->m.planes; in check_array_args()
2661 *kernel_ptr = (void **)&buf->m.planes; in check_array_args()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c40 .planes = 1,
46 .planes = 1,
52 .planes = 1,
58 .planes = 1,
64 .planes = 1,
70 .planes = 1,
76 .planes = 1,
82 .planes = 2,
88 .planes = 2,
95 .planes = 2,
[all …]
Drcar_du_crtc.c209 struct rcar_du_plane *planes[RCAR_DU_NUM_HW_PLANES]; in rcar_du_crtc_update_planes() local
218 struct rcar_du_plane *plane = &rcrtc->group->planes[i]; in rcar_du_crtc_update_planes()
226 if (plane_zpos(planes[j-1]) <= plane_zpos(plane)) in rcar_du_crtc_update_planes()
228 planes[j] = planes[j-1]; in rcar_du_crtc_update_planes()
231 planes[j] = plane; in rcar_du_crtc_update_planes()
232 prio += plane_format(plane)->planes * 4; in rcar_du_crtc_update_planes()
236 struct rcar_du_plane *plane = planes[i]; in rcar_du_crtc_update_planes()
244 if (plane_format(plane)->planes == 2) { in rcar_du_crtc_update_planes()
449 struct rcar_du_plane *plane = &rcrtc->group->planes[i]; in rcar_du_crtc_resume()
615 &rgrp->planes[index % 2].plane, in rcar_du_crtc_create()
Drcar_du_plane.c64 if (state->format->planes == 2) in rcar_du_plane_setup_fb()
93 if (state->format->planes == 2) { in rcar_du_plane_setup_fb()
191 if (state->format->planes == 2) { in __rcar_du_plane_setup()
228 if (state->format->planes == 2) in rcar_du_plane_setup()
407 struct rcar_du_plane *plane = &rgrp->planes[i]; in rcar_du_planes_init()
Drcar_du_kms.h27 unsigned int planes; member
Drcar_du_group.h49 struct rcar_du_plane planes[RCAR_DU_NUM_KMS_PLANES]; member
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_fb.c37 } planes[4]; member
91 struct plane planes[4]; member
102 omap_fb->planes[0].bo, handle); in omap_framebuffer_create_handle()
115 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_destroy()
142 (x * format->planes[n].stride_bpp) + in get_linear_addr()
143 (y * plane->pitch / format->planes[n].sub_y); in get_linear_addr()
155 struct plane *plane = &omap_fb->planes[0]; in omap_framebuffer_update_scanout()
232 info->screen_width /= format->planes[0].stride_bpp; in omap_framebuffer_update_scanout()
235 plane = &omap_fb->planes[1]; in omap_framebuffer_update_scanout()
264 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin()
[all …]
Domap_drv.c296 priv->planes[id] = plane; in omap_modeset_create_crtc()
457 BUG_ON(priv->num_planes >= ARRAY_SIZE(priv->planes)); in omap_modeset_init()
458 priv->planes[priv->num_planes++] = plane; in omap_modeset_init()
777 drm_object_property_set_value(&priv->planes[i]->base, in dev_lastclose()
Domap_drv.h82 struct drm_plane *planes[8]; member
/linux-4.4.14/drivers/gpu/drm/tegra/
Dfb.c36 return fb->planes[index]; in tegra_fb_get_plane()
43 if (fb->planes[0]->flags & TEGRA_BO_BOTTOM_UP) in tegra_fb_is_bottom_up()
55 *tiling = fb->planes[0]->tiling; in tegra_fb_get_tiling()
66 struct tegra_bo *bo = fb->planes[i]; in tegra_fb_destroy()
77 kfree(fb->planes); in tegra_fb_destroy()
86 return drm_gem_handle_create(file, &fb->planes[0]->gem, handle); in tegra_fb_create_handle()
96 struct tegra_bo **planes, in tegra_fb_alloc() argument
107 fb->planes = kzalloc(num_planes * sizeof(*planes), GFP_KERNEL); in tegra_fb_alloc()
108 if (!fb->planes) { in tegra_fb_alloc()
118 fb->planes[i] = planes[i]; in tegra_fb_alloc()
[all …]
Ddc.c51 u32 planes; member
506 tegra->planes |= WIN_A_ACT_REQ << plane->index; in tegra_plane_state_add()
1043 copy->planes = state->planes; in tegra_crtc_atomic_duplicate_state()
1296 tegra_dc_writel(dc, state->planes << 8, DC_CMD_STATE_CONTROL); in tegra_crtc_atomic_flush()
1297 tegra_dc_writel(dc, state->planes, DC_CMD_STATE_CONTROL); in tegra_crtc_atomic_flush()
Ddrm.h29 struct tegra_bo **planes; member
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_fb.c27 struct drm_gem_object *planes[MAX_PLANE]; member
38 msm_fb->planes[0], handle); in msm_framebuffer_create_handle()
51 struct drm_gem_object *bo = msm_fb->planes[i]; in msm_framebuffer_destroy()
85 msm_gem_describe(msm_fb->planes[i], m); in msm_framebuffer_describe()
102 ret = msm_gem_get_iova(msm_fb->planes[i], id, &iova); in msm_framebuffer_prepare()
117 msm_gem_put_iova(msm_fb->planes[i], id); in msm_framebuffer_cleanup()
123 if (!msm_fb->planes[plane]) in msm_framebuffer_iova()
125 return msm_gem_iova(msm_fb->planes[plane], id) + fb->offsets[plane]; in msm_framebuffer_iova()
131 return msm_fb->planes[plane]; in msm_framebuffer_bo()
207 if (n > ARRAY_SIZE(msm_fb->planes)) { in msm_framebuffer_init()
[all …]
Dmsm_atomic.c235 struct drm_plane *plane = state->planes[i]; in msm_atomic_commit()
Dmsm_drv.h131 struct drm_plane *planes[8]; member
/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_meram.c138 struct sh_mobile_meram_fb_plane planes[2]; member
273 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; in meram_set_next_addr()
280 meram_write_icb(priv->base, cache->planes[0].cache->index, target, in meram_set_next_addr()
282 meram_write_icb(priv->base, cache->planes[0].marker->index, target, in meram_set_next_addr()
283 base_addr_y + cache->planes[0].marker->cache_unit); in meram_set_next_addr()
286 meram_write_icb(priv->base, cache->planes[1].cache->index, in meram_set_next_addr()
288 meram_write_icb(priv->base, cache->planes[1].marker->index, in meram_set_next_addr()
290 cache->planes[1].marker->cache_unit); in meram_set_next_addr()
300 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; in meram_get_next_icb_addr()
308 *icb_addr_y = icb_offset | (cache->planes[0].marker->index << 24); in meram_get_next_icb_addr()
[all …]
Dsticore.h177 s32 planes; /* number of fb planes in system */ member
Datafb.c2814 int xres, xres_virtual, yres, depth, planes; in atafb_setup_ext() local
2854 planes = FB_TYPE_INTERLEAVED_PLANES; in atafb_setup_ext()
2856 planes = FB_TYPE_PACKED_PIXELS; in atafb_setup_ext()
2858 planes = FB_TYPE_PLANES; in atafb_setup_ext()
2860 planes = -1; /* true color */ in atafb_setup_ext()
2909 external_pmode = planes; in atafb_setup_ext()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c333 struct atmel_hlcdc_planes *planes = dc->planes; in atmel_hlcdc_crtc_create() local
345 &planes->primary->base, in atmel_hlcdc_crtc_create()
346 planes->cursor ? &planes->cursor->base : NULL, in atmel_hlcdc_crtc_create()
353 if (planes->cursor) in atmel_hlcdc_crtc_create()
354 planes->cursor->base.possible_crtcs = 1 << crtc->id; in atmel_hlcdc_crtc_create()
356 for (i = 0; i < planes->noverlays; i++) in atmel_hlcdc_crtc_create()
357 planes->overlays[i]->base.possible_crtcs = 1 << crtc->id; in atmel_hlcdc_crtc_create()
Datmel_hlcdc_dc.c435 struct atmel_hlcdc_planes *planes; in atmel_hlcdc_dc_modeset_init() local
447 planes = atmel_hlcdc_create_planes(dev); in atmel_hlcdc_dc_modeset_init()
448 if (IS_ERR(planes)) { in atmel_hlcdc_dc_modeset_init()
450 return PTR_ERR(planes); in atmel_hlcdc_dc_modeset_init()
453 dc->planes = planes; in atmel_hlcdc_dc_modeset_init()
455 dc->layers[planes->primary->layer.desc->id] = in atmel_hlcdc_dc_modeset_init()
456 &planes->primary->layer; in atmel_hlcdc_dc_modeset_init()
458 if (planes->cursor) in atmel_hlcdc_dc_modeset_init()
459 dc->layers[planes->cursor->layer.desc->id] = in atmel_hlcdc_dc_modeset_init()
460 &planes->cursor->layer; in atmel_hlcdc_dc_modeset_init()
[all …]
Datmel_hlcdc_plane.c987 struct atmel_hlcdc_planes *planes; in atmel_hlcdc_create_planes() local
992 planes = devm_kzalloc(dev->dev, sizeof(*planes), GFP_KERNEL); in atmel_hlcdc_create_planes()
993 if (!planes) in atmel_hlcdc_create_planes()
998 planes->noverlays++; in atmel_hlcdc_create_planes()
1001 if (planes->noverlays) { in atmel_hlcdc_create_planes()
1002 planes->overlays = devm_kzalloc(dev->dev, in atmel_hlcdc_create_planes()
1003 planes->noverlays * in atmel_hlcdc_create_planes()
1004 sizeof(*planes->overlays), in atmel_hlcdc_create_planes()
1006 if (!planes->overlays) in atmel_hlcdc_create_planes()
1014 planes->noverlays = 0; in atmel_hlcdc_create_planes()
[all …]
Datmel_hlcdc_dc.h137 struct atmel_hlcdc_planes *planes; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-platform-sh_mobile_lcdc_fb6 to overlay planes.
17 to overlay planes.
30 to overlay planes.
40 to overlay planes.
/linux-4.4.14/include/media/
Dvideobuf2-core.h221 struct vb2_plane planes[VB2_MAX_PLANES]; member
369 struct vb2_plane *planes);
592 vb->planes[plane_no].bytesused = size; in vb2_set_plane_payload()
604 return vb->planes[plane_no].bytesused; in vb2_get_plane_payload()
617 return vb->planes[plane_no].length; in vb2_plane_size()
/linux-4.4.14/drivers/gpu/drm/sti/
DNOTES9 - The graphics planes are internally processed by the Generic Display
41 - The Framebuffers and planes are mapped to the Compositor GDP (non video
47 FB & planes Cursor CRTC Encoders Bridges/Connectors
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-driver.c389 if (vb && vb->vb.vb2_buf.planes[0].bytesused < GO7007_BUF_SIZE) { in store_byte()
392 ptr[vb->vb.vb2_buf.planes[0].bytesused++] = byte; in store_byte()
420 u32 *bytesused = &vb->vb.vb2_buf.planes[0].bytesused; in go7007_motion_regions()
461 bytesused = &vb->vb.vb2_buf.planes[0].bytesused; in frame_boundary()
523 if (vb && vb->vb.vb2_buf.planes[0].bytesused >= in go7007_parse_video_stream()
526 vb->vb.vb2_buf.planes[0].bytesused = 0; in go7007_parse_video_stream()
607 vb->vb.vb2_buf.planes[0].bytesused; in go7007_parse_video_stream()
Dgo7007-v4l2.c407 vb->planes[0].bytesused = 0; in go7007_buf_prepare()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c43 struct exynos_drm_plane planes[WINDOWS_NR]; member
208 struct exynos_drm_plane *plane = &ctx->planes[win]; in vidi_fake_vblank_handler()
450 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in vidi_bind()
457 exynos_plane = &ctx->planes[DEFAULT_WIN]; in vidi_bind()
Dexynos5433_drm_decon.c58 struct exynos_drm_plane planes[WINDOWS_NR]; member
424 decon_disable_plane(crtc, &ctx->planes[i]); in decon_disable()
509 ret = exynos_plane_init(drm_dev, &ctx->planes[win], in decon_bind()
516 exynos_plane = &ctx->planes[ctx->first_win]; in decon_bind()
568 struct exynos_drm_plane *plane = &ctx->planes[win]; in decon_irq_handler()
Dexynos7_drm_decon.c49 struct exynos_drm_plane planes[WINDOWS_NR]; member
614 decon_disable_plane(crtc, &ctx->planes[i]); in decon_disable()
659 struct exynos_drm_plane *plane = &ctx->planes[win]; in decon_irq_handler()
694 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in decon_bind()
701 exynos_plane = &ctx->planes[DEFAULT_WIN]; in decon_bind()
Dexynos_drm_fimd.c152 struct exynos_drm_plane planes[WINDOWS_NR]; member
790 fimd_disable_plane(crtc, &ctx->planes[i]); in fimd_disable()
912 struct exynos_drm_plane *plane = &ctx->planes[win]; in fimd_irq_handler()
953 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in fimd_bind()
960 exynos_plane = &ctx->planes[DEFAULT_WIN]; in fimd_bind()
Dexynos_mixer.c95 struct exynos_drm_plane planes[MIXER_WIN_NR]; member
760 struct exynos_drm_plane *plane = &ctx->planes[win]; in mixer_irq_handler()
1082 mixer_disable_plane(crtc, &ctx->planes[i]); in mixer_disable()
1211 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in mixer_bind()
1218 exynos_plane = &ctx->planes[DEFAULT_WIN]; in mixer_bind()
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dmixer_video.c273 static void mxr_mplane_fill(struct v4l2_plane_pix_format *planes, in mxr_mplane_fill() argument
279 if (!planes) in mxr_mplane_fill()
282 memset(planes, 0, sizeof(*planes) * fmt->num_subframes); in mxr_mplane_fill()
284 struct v4l2_plane_pix_format *plane = planes in mxr_mplane_fill()
892 struct v4l2_plane_pix_format planes[3]; in queue_setup() local
899 mxr_mplane_fill(planes, fmt, layer->geo.src.full_width, in queue_setup()
905 sizes[i] = planes[i].sizeimage; in queue_setup()
/linux-4.4.14/include/trace/events/
Dvb2.h30 __entry->bytesused = vb->planes[0].bytesused;
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic.c47 kfree(state->planes); in drm_atomic_state_default_release()
78 state->planes = kcalloc(dev->mode_config.num_total_plane, in drm_atomic_state_init()
79 sizeof(*state->planes), GFP_KERNEL); in drm_atomic_state_init()
80 if (!state->planes) in drm_atomic_state_init()
183 struct drm_plane *plane = state->planes[i]; in drm_atomic_state_default_clear()
190 state->planes[i] = NULL; in drm_atomic_state_default_clear()
543 state->planes[index] = plane; in drm_atomic_get_plane_state()
Ddrm_atomic_helper.c1136 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes()
1156 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes()
1427 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_swap_state()
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.h43 unsigned int planes; member
Dvsp1_video.c248 for (i = 0; i < min(info->planes, 2U); ++i) { in __vsp1_video_try_format()
263 if (info->planes == 3) { in __vsp1_video_try_format()
269 pix->num_planes = info->planes; in __vsp1_video_try_format()
/linux-4.4.14/Documentation/fb/
Dapi.txt68 Macropixels are split across multiple planes. The number of planes is equal to
76 Macropixels are split across multiple planes. The number of planes is equal to
82 belonging to different planes, is stored in the fixed screen information
Dvt8623fb.txt35 with interleaved planes (1 byte interleave), MSB first. Both modes support
Darkfb.txt38 with interleaved planes (1 byte interleave), MSB first. Both modes support
Ds3fb.txt47 with interleaved planes (1 byte interleave), MSB first. Both modes support
Dframebuffer.txt83 organization of the screen memory (planes, packed pixels, ...) and address
/linux-4.4.14/include/video/
Duvesafb.h48 u8 planes; member
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.hm129 The data is encoded as two macroblock planes, the first containing the Y
30 Y, U and V planes. This code assumes frames of 720x576 (PAL) pixels.
Dfw-decoder-regs.txt206 planes. The higher the value, the greater the shift to the left. Use
338 order of the planes can be swapped, only the byte order of the second plane
/linux-4.4.14/include/drm/
Ddrm_atomic.h165 ((plane) = (state)->planes[__i], \
Ddrm_crtc.h939 struct drm_plane **planes; member
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db131 API-drm-atomic-add-affected-planes
149 API-drm-crtc-init-with-planes
201 API-drm-format-num-planes
252 API-drm-atomic-helper-check-planes
259 API-drm-atomic-helper-prepare-planes
260 API-drm-atomic-helper-commit-planes
261 API-drm-atomic-helper-commit-planes-on-crtc
262 API-drm-atomic-helper-cleanup-planes
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dbrcm,bcm-vc4.txt5 display planes.
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v5.c1212 ctx->consumed_stream, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
1215 if (temp_vb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame()
1252 if (src_mb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_enc_frame()
1293 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec()
1296 0, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec()
1347 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec_buffers()
1350 0, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec_buffers()
Ds5p_mfc_opr_v6.c1572 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
1576 if (temp_vb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_dec_frame()
1619 if (src_mb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_enc_frame()
1660 mfc_debug(2, "Header size: %d\n", temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec()
1663 temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_init_dec()
Ds5p_mfc.c396 src_buf->b->vb2_buf.planes[0].bytesused) { in s5p_mfc_handle_frame()
513 src_buf->b->vb2_buf.planes[0].bytesused) in s5p_mfc_handle_seq_done()
Ds5p_mfc_dec.c610 buf->m.planes[i].m.mem_offset += DST_QUEUE_OFF_BASE; in vidioc_querybuf()
Ds5p_mfc_enc.c1237 buf->m.planes[0].m.mem_offset += DST_QUEUE_OFF_BASE; in vidioc_querybuf()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_atomic.c187 plane = drm_state->planes[i]; in intel_atomic_setup_scalers()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c298 priv->planes[priv->num_planes++] = plane; in modeset_init()
306 priv->planes[priv->num_planes++] = plane; in modeset_init()
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt423 planes (depth). The depth is the logarithm to base 2 of the number
430 'n': "normal planes", i.e. one whole plane after another
431 'i': "interleaved planes", i.e. 16 bit of the first plane, than 16 bit
436 planes of one pixel; this is the most common mode for 8 planes
729 Syntax: depth:<nr. of bit-planes>
731 Specify the number of bit-planes for the selected video-mode.
/linux-4.4.14/drivers/media/usb/stk1160/
Dstk1160-video.c101 buf->vb.vb2_buf.planes[0].bytesused = buf->bytesused; in stk1160_buffer_done()
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt8 This is due to DMA constraints, which transfers only planes of 8 byte
/linux-4.4.14/Documentation/arm/OMAP/
DDSS26 - OMAP DISPC planes
232 Here's the default setup on OMAP3 SDP board. All planes go to LCD. DVI
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c84 struct drm_plane *plane = state->planes[i]; in mdp5_complete_commit()
/linux-4.4.14/drivers/video/console/
Dsticore.c410 sti->sti_data->inq_outptr.planes, in sti_dump_outptr()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h866 struct v4l2_plane *planes; member
/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dmcam-core.c226 vbuf->vb2_buf.planes[0].bytesused = cam->pix_format.sizeimage; in mcam_buffer_done()