| /Linux-v5.4/drivers/gpu/drm/tegra/ | 
| D | plane.c | 61 		copy->blending[i] = state->blending[i];  in tegra_plane_atomic_duplicate_state()404 			state->blending[index].alpha = true;  in tegra_plane_update_transparency()
 406 			state->blending[index].alpha = false;  in tegra_plane_update_transparency()
 409 			state->blending[index].top = true;  in tegra_plane_update_transparency()
 411 			state->blending[index].top = false;  in tegra_plane_update_transparency()
 420 			state->blending[index].top = (index == 1);  in tegra_plane_update_transparency()
 
 | 
| D | dc.c | 171 	u32 blending[2];  in tegra_plane_setup_blending_legacy()  local201 			if (state->blending[0].alpha &&  in tegra_plane_setup_blending_legacy()
 202 			    state->blending[1].alpha)  in tegra_plane_setup_blending_legacy()
 224 			if (state->blending[i].alpha &&  in tegra_plane_setup_blending_legacy()
 225 			    state->blending[i].top)  in tegra_plane_setup_blending_legacy()
 231 			if (state->blending[0].alpha &&  in tegra_plane_setup_blending_legacy()
 232 			    state->blending[1].alpha)  in tegra_plane_setup_blending_legacy()
 242 			if (state->blending[0].alpha &&  in tegra_plane_setup_blending_legacy()
 243 			    state->blending[0].top)  in tegra_plane_setup_blending_legacy()
 246 			if (state->blending[1].alpha &&  in tegra_plane_setup_blending_legacy()
 [all …]
 
 | 
| D | plane.h | 49 	struct tegra_plane_legacy_blending_state blending[2];  member
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/media/ | 
| D | fsl-pxp.txt | 5 that supports scaling, colorspace conversion, alpha blending, rotation, and
 | 
| D | rockchip-rga.txt | 5 BitBLT, alpha blending and image blur/sharpness.
 | 
| D | renesas,vsp1.txt | 4 blending, color space conversion and various other image processing features.
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | vidioc-g-fbuf.rst | 249       - The device supports clipping/blending using the alpha channel of250 	the framebuffer or VGA signal. Alpha blending makes no sense for
 254       - The device supports alpha blending using a global alpha value.
 255 	Alpha blending makes no sense for destructive overlays.
 258       - The device supports clipping/blending using the inverted alpha
 259 	channel of the framebuffer or VGA signal. Alpha blending makes no
 
 | 
| D | dev-osd.rst | 121 (or none) of the clipping/blending methods defined for the126 clipping/blending method to be used for the overlay. To get the current
 
 | 
| D | pixfmt-packed-yuv.rst | 374        ignored when writing to the driver, except when alpha blending has
 | 
| D | dev-overlay.rst | 93 A driver may support any (or none) of five clipping/blending methods:243     images, if global alpha blending has been negotiated
 
 | 
| /Linux-v5.4/Documentation/gpu/ | 
| D | vkms.rst | 16 - Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``51 - Full alpha blending on all planes.
 
 | 
| D | drm-kms.rst | 63 for blending. The precise blending step is explained in more detail in `Plane
 | 
| D | tegra.rst | 88 ordering to individual windows (by programming the corresponding blending
 | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-devices-platform-sh_mobile_lcdc_fb | 8 		Stores the alpha blending value for the overlay. Values range
 | 
| /Linux-v5.4/Documentation/media/v4l-drivers/ | 
| D | rcar-fdp1.rst | 27         recover missing lines. This method is also known as blending or Line
 | 
| D | imx.rst | 60 contains a Combiner that combines two image planes, with alpha blending
 | 
| D | cx2341x.rst | 587 Move start of blending area within display buffer671 Resulting alpha blending
 
 | 
| /Linux-v5.4/drivers/gpu/drm/sun4i/ | 
| D | Kconfig | 41 	  do some alpha blending and feed graphics to TCON. If M is
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/display/mediatek/ | 
| D | mediatek,disp.txt | 30 	"mediatek,<chip>-disp-ovl"   - overlay (4 layers, blending, csc)
 | 
| /Linux-v5.4/drivers/media/pci/ttpci/ | 
| D | av7110_hw.c | 696 		     enum av7110_osd_palette_type colordepth, u16 index, u8 blending)  in SetBlend_()  argument699 			     windownr, colordepth, index, blending);  in SetBlend_()
 
 | 
| /Linux-v5.4/drivers/staging/media/ipu3/include/ | 
| D | intel-ipu3.h | 2628 	struct ipu3_uapi_xnr3_blending_params blending;  member
 | 
| /Linux-v5.4/Documentation/fb/ | 
| D | fbcon.rst | 16 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature
 | 
| /Linux-v5.4/Documentation/media/uapi/mediactl/ | 
| D | media-types.rst | 152 	  frames. Composition can be performed using alpha blending,
 | 
| /Linux-v5.4/drivers/media/platform/ | 
| D | Kconfig | 459 	  image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/display/sunxi/ | 
| D | sun4i-drm.txt | 385 The DE2 mixer have many functionalities, currently only layer blending is
 |