Searched refs:planes (Results 101 - 125 of 145) sorted by relevance

123456

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c442 src_buf->b->vb2_buf.planes[0].bytesused) {
557 src_buf->b->vb2_buf.planes[0].bytesused)
H A Ds5p_mfc_dec.c638 buf->m.planes[i].m.mem_offset += DST_QUEUE_OFF_BASE;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c261 voutbuf += vid_out_buf->vb.vb2_buf.planes[p].data_offset;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c1146 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c344 bs_src->size = (size_t)vb2_src->planes[0].bytesused;
/linux-master/drivers/video/
H A Dsticore.c108 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */
409 pr_debug("%d text planes\n"
435 "%d planes\n"
439 sti->sti_data->inq_outptr.planes,
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_scaler.c20 * For 4:2:0 subsampled chroma planes we obviously have to
279 /* Pre-gen11 and SDR planes always need a scaler for planar formats. */
388 * On gen11+'s HDR planes we only use the scaler for
420 * this shouldn't be tied directly to planes.
492 * a @crtc and its planes. It is called from crtc level check path. If request
493 * is a supportable request, it attaches scalers to requested planes and crtc.
495 * This function takes into account the current scaler(s) in use by any planes
521 * - add planes using scalers that aren't in current transaction
524 * (i.e., either attached or detached) to respective planes in hw
559 plane = drm_state->planes[
[all...]
H A Dintel_display_types.h115 * plane. In the normal GTT view all formats (up to 4 color planes),
117 * color planes) are supported.
119 * The view information shared by all FB color planes in the FB,
771 * ICL planar formats require 2 planes that are updated as pairs.
826 * Instead of creating a new index to cover planes and crtc, using
827 * existing drm_plane_index for planes which is well less than 31
828 * planes and bit 31 for crtc. This should be fine to cover all
897 struct skl_plane_wm planes[I915_MAX_PLANES]; member in struct:skl_pipe_wm
945 * state of the planes and the amount of FIFO
947 * of the planes
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1282 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c1254 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c682 u64 offset = vb->planes[plane_id].data_offset;
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_helper.c847 * only be false for primary planes.
970 * drm_atomic_helper_check_planes - validate state object for planes changes
980 * updated planes.
1045 * Only CRTCs and planes have check callbacks, so for any additional (global)
1050 * This just wraps the two parts of the state checking for planes and modeset
1057 * Note that zpos normalization will add all enable planes to the state which
1060 * would trigger all other enabled planes to be forced to the state change.
1413 * PM since planes updates then only happen when the CRTC is actually enabled.
1460 * PM since planes updates then only happen when the CRTC is actually enabled.
1475 /* Need to filter out CRTCs where only planes chang
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h515 IMGU_ABI_FRAME_FORMAT_PLANAR_RGB888, /* 24 bit RGB, 3 planes */
1422 } planes; member in struct:imgu_abi_frame_sp
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-v4l2.c378 vb->planes[0].bytesused = 0;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1481 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c1397 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h167 * @dgam_rom_for_yuv: pre-defined degamma LUT for YUV planes
265 struct dc_plane_cap planes[MAX_PLANES]; member in struct:dc_caps
679 bool dpp : 1; /* Display pipes and planes */
1359 /* Require to optimize clocks and bandwidth for added/removed planes */
1473 * @plane_count: Total of active planes
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1665 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1684 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1411 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c601 buf->m.planes[i].m.mem_offset
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c517 fdata.offset = vb->planes[0].data_offset;
H A Dvdec.c26 * Three resons to keep MPLANE formats (despite that the number of planes
30 * - future firmware versions could add support for >1 planes
1424 vb->planes[0].data_offset = data_offset;
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c213 vbuf->vb2_buf.planes[0].bytesused = cam->pix_format.sizeimage;
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c802 if (frame->bytesused > vbuf->vb2_buf.planes[0].length) {

Completed in 241 milliseconds

123456