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

123456

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c2122 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c2007 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/media/platform/qcom/venus/
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;
H A Dvenc.c28 * Three resons to keep MPLANE formats (despite that the number of planes
32 * - future firmware versions could add support for >1 planes
1349 vb->planes[0].data_offset = data_offset;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c902 * We don't do surface updates on planes that have been newly created,
906 * newly created planes since they're not being used by DC yet and this
963 /* Caps for all supported planes are the same on DCE and DCN 1 - 3 */
964 struct dc_plane_cap *plane_cap = &dc->caps.planes[0];
1178 /* Only support async updates on cursor planes. */
1440 * additional DCC metadata planes.
H A Damdgpu_dm.c376 * update_planes_and_stream_adapter() - Send planes to be updated in DC
378 * DC has a generic way to update planes and stream via
386 * @planes_count: planes count to update
627 "crtc:%d, vupdate-vrr:%d, planes:%d\n", acrtc->crtc_id,
669 * If any planes are enabled, use dm_pflip_high_irq() instead, to
2646 /* Remove all planes for removed streams and then remove the streams */
4355 * for a CRTC - like overlay or underlay planes.
4370 mode_info->planes[plane_id] = plane;
4443 * Initialize primary planes, implicit planes fo
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1699 dc->caps.planes[i] = plane_cap;
/linux-master/include/uapi/linux/
H A Dvideodev2.h638 /* two planes -- one Y, one Cr + Cb interleaved */
648 /* two non contiguous planes - one Y, one Cr + Cb interleaved */
655 /* three planes - Y Cb, Cr */
663 /* three non contiguous planes - Y, Cb, Cr */
680 /* Tiled YUV formats, non contiguous planes */
798 #define V4L2_PIX_FMT_MM21 v4l2_fourcc('M', 'M', '2', '1') /* Mediatek 8-bit block mode, two non-contiguous planes */
1057 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer
1058 * with two planes can have one plane for Y, and another for interleaved CbCr
1095 * @m.planes: for multiplanar buffers; userspace pointer to the array of plane
1097 * @m: union of @offset, @userptr, @planes an
1128 struct v4l2_plane *planes; member in union:v4l2_buffer::__anon938
[all...]
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c607 jpeg_src_buf->bs_size = buf->m.planes[0].bytesused;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c2127 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2581 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c2186 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1622 buf->m.planes[0].m.mem_offset += DST_QUEUE_OFF_BASE;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2345 dc->caps.planes[i] = plane_cap;
2449 * planes.
2451 * tree. This is typical used for rendering MPO planes or additional offset
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1981 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c2106 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1858 * planes that are too small, resulting in splits that aren't
2752 dc->caps.planes[i] = plane_cap;
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c3905 frame->planes.binary.size = frame->data_bytes;
3907 frame->planes.binary.size =
5460 * This format is not YUV420(which has Y, U and V planes).
5481 * This format is not YUV420(which has Y, U and V planes).
H A Dsh_css_params.c953 + raw_black_frame->planes.raw.offset;
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c2094 dst_buf->vb2_buf.planes[0].data_offset = free;

Completed in 379 milliseconds

123456