Home
last modified time | relevance | path

Searched refs:blend (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Dwndw.c164 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw); in nv50_wndw_flush_set()
334 asyw->blend.depth = 255 - asyw->state.normalized_zpos; in nv50_wndw_atomic_check_acquire()
335 asyw->blend.k1 = asyw->state.alpha >> 8; in nv50_wndw_atomic_check_acquire()
338 asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1; in nv50_wndw_atomic_check_acquire()
339 …asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1_… in nv50_wndw_atomic_check_acquire()
342 …asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1_TIME… in nv50_wndw_atomic_check_acquire()
343 …asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1_… in nv50_wndw_atomic_check_acquire()
347 asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1; in nv50_wndw_atomic_check_acquire()
348 … asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1; in nv50_wndw_atomic_check_acquire()
351 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend))) in nv50_wndw_atomic_check_acquire()
[all …]
Dwndwc37e.c110 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set()
113 NVVAL(NVC37E, SET_COMPOSITION_CONSTANT_ALPHA, K1, asyw->blend.k1) | in wndwc37e_blend_set()
118 asyw->blend.src_color) | in wndwc37e_blend_set()
120 asyw->blend.src_color) | in wndwc37e_blend_set()
122 asyw->blend.dst_color) | in wndwc37e_blend_set()
124 asyw->blend.dst_color), in wndwc37e_blend_set()
Datom.h251 } blend; member
262 bool blend:1; member
/Linux-v5.15/drivers/staging/media/av7110/
Dav7110_hw.c945 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() argument
952 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()
959 color, ((blend >> 4) & 0x0f)); in OSDSetColor()
972 u32 color, blend, yuv; in OSDSetPalette() local
976 blend = (color & 0xF0000000) >> 4; in OSDSetPalette()
977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()
978 (color >> 16) & 0xFF) | blend : 0; in OSDSetPalette()
1088 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local
1094 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd()
1098 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend); in av7110_osd_cmd()
/Linux-v5.15/Documentation/gpu/
Dvkms.rst130 start) for correctness of pixel blend ops. It also guarantees alpha channel
133 - ARGB format on primary plane: blend the primary plane into background with
136 - Support when the primary plane isn't exactly matching the output size: blend
199 - Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dvidioc-g-fbuf.rst302 - Use the alpha channel of the framebuffer to clip or blend
303 framebuffer pixels with video images. The blend function is:
308 - Use a global alpha value to blend the framebuffer with video
309 images. The blend function is: output = (framebuffer pixel * alpha
318 framebuffer to clip or blend framebuffer pixels with video images,
319 but with an inverted alpha value. The blend function is: output =
Ddev-overlay.rst103 blend the framebuffer with the video.
105 5. A global alpha value can be specified to blend the framebuffer
239 The global alpha value used to blend the framebuffer with video
/Linux-v5.15/drivers/gpu/drm/vkms/
Dvkms_composer.c113 static void blend(void *vaddr_dst, void *vaddr_src, in blend() function
170 blend(vaddr_out, vaddr, primary_composer, plane_composer, pixel_blend); in compose_plane()
/Linux-v5.15/drivers/media/platform/davinci/
Dvpbe_osd.c282 enum osd_blending_factor blend) in _osd_set_blending_factor() argument
287 blend << OSD_OSDWIN0MD_BLND0_SHIFT, OSD_OSDWIN0MD); in _osd_set_blending_factor()
291 blend << OSD_OSDWIN1MD_BLND1_SHIFT, OSD_OSDWIN1MD); in _osd_set_blending_factor()
1273 osdwin_state->blend); in osd_set_layer_config()
1403 osdwin_state->blend = OSD_8_VID_0; in osd_init_layer()
1404 _osd_set_blending_factor(sd, osdwin, osdwin_state->blend); in osd_init_layer()
/Linux-v5.15/drivers/gpu/drm/xlnx/
Dzynqmp_disp.c186 } blend; member
648 writel(val, disp->blend.base + reg); in zynqmp_disp_blend_write()
1644 disp->blend.base = devm_ioremap_resource(disp->dev, res); in zynqmp_disp_probe()
1645 if (IS_ERR(disp->blend.base)) in zynqmp_disp_probe()
1646 return PTR_ERR(disp->blend.base); in zynqmp_disp_probe()
/Linux-v5.15/Documentation/admin-guide/media/
Dsi476x.rst42 crossed below the blend threshold
62 0x11 stblend Stereo blend in %
/Linux-v5.15/include/media/davinci/
Dvpbe_osd.h300 enum osd_blending_factor blend; member
/Linux-v5.15/drivers/gpu/drm/tidss/
Dtidss_dispc.h35 } blend; member
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_dev.h693 struct qxl_copy blend; member
722 struct qxl_copy blend; member
/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c582 u8 blend = cin->pixel_blend_mode; in compiz_enable_input() local
584 if (blend == DRM_MODE_BLEND_PIXEL_NONE) in compiz_enable_input()
586 else if (blend == DRM_MODE_BLEND_PREMULTI) in compiz_enable_input()
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c253 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags; in vivid_copy_buffer() local
366 if (blend) in vivid_copy_buffer()
/Linux-v5.15/sound/pci/asihpi/
Dhpi.h1469 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend);
Dhpi_internal.h846 u32 blend; member
Dhpifunc.c2678 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) in hpi_tuner_set_hd_radio_signal_blend() argument
2681 blend, 0); in hpi_tuner_set_hd_radio_signal_blend()
/Linux-v5.15/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi870 reg-names = "dp", "blend", "av_buf", "aud";
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dcx2341x-devel.rst437 Assign the coordinates of the OSD area to blend with video
506 Assign the coordinates of the screen area to blend with video
/Linux-v5.15/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst95 The sysfs interface tries to blend in the generic Linux sysfs subsystems