/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_resource.c | 2143 dc->caps.planes[i] = plane_cap; in dcn314_resource_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn316/ |
H A D | dcn316_resource.c | 2005 dc->caps.planes[i] = plane_cap; in dcn316_resource_construct()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 638 /* 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 */ 1055 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer 1056 * with two planes can have one plane for Y, and another for interleaved CbCr 1093 * @planes: for multiplanar buffers; userspace pointer to the array of plane 1095 * @m: union of @offset, @userptr, @planes an 1126 struct v4l2_plane *planes; global() member [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/marvell/ |
H A D | mcam-core.c | 213 vbuf->vb2_buf.planes[0].bytesused = cam->pix_format.sizeimage; in mcam_buffer_done()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 26 * 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; in vdec_buf_done()
|
H A D | venc.c | 28 * 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; in venc_buf_done()
|
H A D | helpers.c | 517 fdata.offset = vb->planes[0].data_offset; in session_process_buf()
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | venc.c | 802 if (frame->bytesused > vbuf->vb2_buf.planes[0].length) { in venc_get_one_encoded_frame()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_core.c | 608 jpeg_src_buf->bs_size = buf->m.planes[0].bytesused; in mtk_jpeg_qbuf()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 559 struct v4l2_plane * planes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 559 struct v4l2_plane * planes; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 397 unsigned plane_index; /* other planes are different pipe_resources */ 432 /* State trackers create separate textures in a next-chain for extra planes 433 * even if those are planes created purely for modifiers. Because the linking 1329 void si_decompress_subresource(struct pipe_context *ctx, struct pipe_resource *tex, unsigned planes,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1227 const deUint32 elementSize = desc.planes[planeNdx].elementSizeBytes; in getYCbCrImageDataSize()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 362 * update_planes_and_stream_adapter() - Send planes to be updated in DC 364 * DC has a generic way to update planes and stream via 372 * @planes_count: planes count to update 584 DC_LOG_VBLANK("crtc:%d, vupdate-vrr:%d, planes:%d\n", acrtc->crtc_id, in dm_crtc_high_irq() 626 * If any planes are enabled, use dm_pflip_high_irq() instead, to in dm_crtc_high_irq() 2587 /* Remove all planes for removed streams and then remove the streams */ in amdgpu_dm_commit_zero_streams() 4270 * for a CRTC - like overlay or underlay planes. in initialize_plane() 4285 mode_info->planes[plane_id] = plane; in initialize_plane() 4357 * Initialize primary planes, implicit planes fo in amdgpu_dm_initialize_drm_device() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1587 buf->m.planes[0].m.mem_offset += DST_QUEUE_OFF_BASE; in vidioc_querybuf()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 1451 vb->planes[i].bytesused = 0; in vicodec_buf_queue()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 2564 dc->caps.planes[i] = plane_cap; in dcn30_resource_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1855 * planes that are too small, resulting in splits that aren't in dcn20_validate_apply_pipe_split_flags() 2730 dc->caps.planes[i] = plane_cap; in dcn20_resource_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 1903 * Applies to single display and where the number of planes is less than 3. in dcn32_populate_dml_pipes_from_context() 1904 * For 3 plane case ( 2 MPO planes ), we will not set the policy for the MPO pipes. in dcn32_populate_dml_pipes_from_context() 2439 dc->caps.planes[i] = plane_cap; in dcn32_resource_construct() 2493 * planes. 2495 * tree. This is typical used for rendering MPO planes or additional offset
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1585 buf->m.planes[0].m.mem_offset += DST_QUEUE_OFF_BASE; in vidioc_querybuf()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 2889 dc->caps.planes[i] = plane_cap; in dcn30_resource_construct()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_params.c | 955 + raw_black_frame->planes.raw.offset; in sh_css_set_black_frame()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-core.c | 1584 dst_buf->vb2_buf.planes[0].data_offset = free; in allegro_channel_finish_frame()
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 2094 dst_buf->vb2_buf.planes[0].data_offset = free; in allegro_channel_finish_frame()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_params.c | 953 + raw_black_frame->planes.raw.offset; in sh_css_set_black_frame()
|