Home
last modified time | relevance | path

Searched full:blends (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/
Dvkms_composer.c29 * @output_buffer: A line buffer that receives all the blends output
31 * Using the information from the `frame_info`, this blends only the
175 * This function blends the pixels (Using the `pre_mul_alpha_blend`)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h228 * or may not have a plane. If it has a plane it blends it as the left
238 * a plane. If it has a plane it blends it as the top most layer within
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
Dmeson_vpp.c21 * - Postblend, Blends the OSD1 only
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
Dmeson_vpp.c21 * - Postblend, Blends the OSD1 only
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/xlnx/
Dxlnx,zynqmp-dpsub.yaml32 Pipeline blends the video and graphics layers and performs colorspace
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/xlnx/
Dxlnx,zynqmp-dpsub.yaml32 Pipeline blends the video and graphics layers and performs colorspace
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-fbuf.rst48 of a graphics card. A non-destructive overlay blends video images into a
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-fbuf.rst48 of a graphics card. A non-destructive overlay blends video images into a
/kernel/linux/linux-6.6/Documentation/gpu/
Dkomeda-kms.rst40 Compositor blends multiple layers or pixel data flows into one single display
/kernel/linux/linux-5.10/Documentation/gpu/
Dkomeda-kms.rst40 Compositor blends multiple layers or pixel data flows into one single display
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_crtc.c56 * &drm_plane and blends them together. The &drm_display_mode is also attached
/kernel/linux/linux-6.6/net/dsa/
Dtag_sja1105.c171 /* Send VLAN tags with a TPID that blends in with whatever VLAN protocol a
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_crtc.c59 * &drm_plane and blends them together. The &drm_display_mode is also attached
/kernel/linux/linux-6.6/include/linux/
Dzstd_lib.h155 * Both functions work the same way, but ZSTD_getDecompressedSize() blends
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch19639 + blend = blends[m];
19645 + blend = blends[s0_layer_cnt];
21179 +static const dpu_block_id_t blends[] = {ID_LAYERBLEND0, ID_LAYERBLEND1,
21272 + for (i = 0; i < ARRAY_SIZE(blends); i++) {
21273 + if (blend == blends[i])