Home
last modified time | relevance | path

Searched refs:blending (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.10/drivers/gpu/drm/tegra/
Dplane.c69 copy->blending[i] = state->blending[i]; in tegra_plane_atomic_duplicate_state()
521 state->blending[index].alpha = true; in tegra_plane_update_transparency()
523 state->blending[index].alpha = false; in tegra_plane_update_transparency()
526 state->blending[index].top = true; in tegra_plane_update_transparency()
528 state->blending[index].top = false; in tegra_plane_update_transparency()
537 state->blending[index].top = (index == 1); in tegra_plane_update_transparency()
Ddc.c171 u32 blending[2]; in tegra_plane_setup_blending_legacy() local
201 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 …]
Dplane.h53 struct tegra_plane_legacy_blending_state blending[2]; member
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
Dia_css_xnr3.host.c163 s32 blending = compute_blending(from->blending.strength); in ia_css_xnr3_encode() local
182 to->blending.strength = blending; in ia_css_xnr3_encode()
Dia_css_xnr3_types.h95 struct ia_css_xnr3_blending_params blending; /** XNR3 blending parameters */ member
Dia_css_xnr3_param.h68 struct sh_css_xnr3_blending_params blending; member
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-fbuf.rst240 - The device supports clipping/blending using the alpha channel of
241 the framebuffer or VGA signal. Alpha blending makes no sense for
245 - The device supports alpha blending using a global alpha value.
246 Alpha blending makes no sense for destructive overlays.
249 - The device supports clipping/blending using the inverted alpha
250 channel of the framebuffer or VGA signal. Alpha blending makes no
Ddev-osd.rst114 (or none) of the clipping/blending methods defined for the
119 clipping/blending method to be used for the overlay. To get the current
Dpixfmt-packed-yuv.rst367 ignored when writing to the driver, except when alpha blending has
Ddev-overlay.rst86 A driver may support any (or none) of five clipping/blending methods:
236 images, if global alpha blending has been negotiated
/Linux-v5.10/Documentation/devicetree/bindings/media/
Dfsl-pxp.txt5 that supports scaling, colorspace conversion, alpha blending, rotation, and
/Linux-v5.10/Documentation/gpu/
Dvkms.rst16 - Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``
51 - Full alpha blending on all planes.
Ddrm-kms.rst63 for blending. The precise blending step is explained in more detail in `Plane
Dtegra.rst88 ordering to individual windows (by programming the corresponding blending
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-sh_mobile_lcdc_fb8 Stores the alpha blending value for the overlay. Values range
/Linux-v5.10/Documentation/admin-guide/media/
Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
Dimx.rst60 contains a Combiner that combines two image planes, with alpha blending
/Linux-v5.10/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,disp.txt30 "mediatek,<chip>-disp-ovl" - overlay (4 layers, blending, csc)
31 "mediatek,<chip>-disp-ovl-2l" - overlay (2 layers, blending, csc)
/Linux-v5.10/drivers/gpu/drm/sun4i/
DKconfig41 do some alpha blending and feed graphics to TCON. If M is
/Linux-v5.10/drivers/media/pci/ttpci/
Dav7110_hw.c696 enum av7110_osd_palette_type colordepth, u16 index, u8 blending) in SetBlend_() argument
699 windownr, colordepth, index, blending); in SetBlend_()
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Dmedia-types.rst145 frames. Composition can be performed using alpha blending,
/Linux-v5.10/Documentation/fb/
Dfbcon.rst16 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature
/Linux-v5.10/drivers/staging/media/ipu3/include/
Dintel-ipu3.h2634 struct ipu3_uapi_xnr3_blending_params blending; member
/Linux-v5.10/drivers/media/platform/
DKconfig475 image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
/Linux-v5.10/Documentation/driver-api/media/drivers/
Dcx2341x-devel.rst587 Move start of blending area within display buffer
671 Resulting alpha blending

12