/linux/drivers/gpu/drm/nouveau/dispnv50/ ! |
H A D | wndw.c | 172 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw); in nv50_wndw_flush_set() 342 asyw->blend.depth = 255 - asyw->state.normalized_zpos; in nv50_wndw_atomic_check_acquire() 343 asyw->blend.k1 = asyw->state.alpha >> 8; in nv50_wndw_atomic_check_acquire() 346 asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1; in nv50_wndw_atomic_check_acquire() 347 …asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1_… in nv50_wndw_atomic_check_acquire() 350 …asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1_TIME… in nv50_wndw_atomic_check_acquire() 351 …asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1_… in nv50_wndw_atomic_check_acquire() 355 asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1; in nv50_wndw_atomic_check_acquire() 356 … asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1; in nv50_wndw_atomic_check_acquire() 359 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend))) in nv50_wndw_atomic_check_acquire() [all …]
|
H A D | wndwc37e.c | 106 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set() 109 NVVAL(NVC37E, SET_COMPOSITION_CONSTANT_ALPHA, K1, asyw->blend.k1) | in wndwc37e_blend_set() 114 asyw->blend.src_color) | in wndwc37e_blend_set() 116 asyw->blend.src_color) | in wndwc37e_blend_set() 118 asyw->blend.dst_color) | in wndwc37e_blend_set() 120 asyw->blend.dst_color), in wndwc37e_blend_set()
|
H A D | atom.h | 251 } blend; member 262 bool blend:1; member
|
/linux/fs/afs/ ! |
H A D | dir_search.c | 73 size_t blend = (block + 1) * AFS_DIR_BLOCK_SIZE, fpos = iter->fpos; in afs_dir_find_block() local 83 if (dvnode->directory_size < blend) in afs_dir_find_block() 97 if (blend <= fpos + fsize) { in afs_dir_find_block()
|
H A D | dir_edit.c | 117 size_t blend = (block + 1) * AFS_DIR_BLOCK_SIZE, fpos = iter->fpos; in afs_dir_get_block() local 120 if (dvnode->directory_size < blend) { in afs_dir_get_block() 124 NULL, &dvnode->directory, &cur_size, blend, in afs_dir_get_block() 140 if (blend <= fpos + fsize) { in afs_dir_get_block()
|
/linux/drivers/staging/media/av7110/ ! |
H A D | av7110_hw.c | 930 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() argument 937 yuv = blend ? RGB2YUV(r, g, b) : 0; in OSDSetColor() 944 color, ((blend >> 4) & 0x0f)); in OSDSetColor() 957 u32 color, blend, yuv; in OSDSetPalette() local 961 blend = (color & 0xF0000000) >> 4; in OSDSetPalette() 962 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette() 963 (color >> 16) & 0xFF) | blend : 0; in OSDSetPalette() 1074 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local 1081 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd() 1085 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend); in av7110_osd_cmd()
|
/linux/Documentation/userspace-api/media/v4l/ ! |
H A D | vidioc-g-fbuf.rst | 289 - Use the alpha channel of the framebuffer to clip or blend 290 framebuffer pixels with video images. The blend function is: 295 - Use a global alpha value to blend the framebuffer with video 296 images. The blend function is: output = (framebuffer pixel * alpha 305 framebuffer to clip or blend framebuffer pixels with video images, 306 but with an inverted alpha value. The blend function is: output =
|
H A D | dev-overlay.rst | 106 blend the framebuffer with the video. 108 5. A global alpha value can be specified to blend the framebuffer 245 The global alpha value used to blend the framebuffer with video
|
/linux/drivers/gpu/drm/xlnx/ ! |
H A D | zynqmp_disp.c | 152 void __iomem *blend; member 646 writel(val, disp->blend + reg); in zynqmp_disp_blend_write() 1370 disp->blend = devm_platform_ioremap_resource_byname(pdev, "blend"); in zynqmp_disp_probe() 1371 if (IS_ERR(disp->blend)) { in zynqmp_disp_probe() 1372 ret = PTR_ERR(disp->blend); in zynqmp_disp_probe()
|
/linux/Documentation/admin-guide/media/ ! |
H A D | si476x.rst | 42 crossed below the blend threshold 62 0x11 stblend Stereo blend in %
|
/linux/drivers/gpu/drm/tidss/ ! |
H A D | tidss_dispc.h | 35 } blend; member
|
/linux/drivers/gpu/drm/vkms/ ! |
H A D | vkms_composer.c | 368 static void blend(struct vkms_writeback_job *wb, in blend() function 472 blend(active_wb, crtc_state, crc32, &stage_buffer, in compose_active_planes()
|
/linux/drivers/gpu/drm/qxl/ ! |
H A D | qxl_dev.h | 693 struct qxl_copy blend; member 722 struct qxl_copy blend; member
|
/linux/Documentation/gpu/amdgpu/display/ ! |
H A D | dcn-overview.rst | 21 * **Display Pipe and Plane (DPP)**: This block provides pre-blend pixel 104 is to change, blend and compose pixel data, while BE's job is to frame a
|
/linux/drivers/media/test-drivers/vivid/ ! |
H A D | vivid-kthread-cap.c | 234 bool blend = out_dev->fbuf_out_flags; in vivid_copy_buffer() local 347 if (blend) in vivid_copy_buffer()
|
/linux/Documentation/gpu/ ! |
H A D | vkms.rst | 192 - Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``
|
/linux/drivers/media/platform/mediatek/mdp3/ ! |
H A D | mtk-mdp3-cmdq.c | 182 b = &data->comp_data[id].blend; in mdp_path_subfrm_require()
|
/linux/sound/pci/asihpi/ ! |
H A D | hpi.h | 1456 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend);
|
H A D | hpi_internal.h | 846 u32 blend; member
|
H A D | hpifunc.c | 2677 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) in hpi_tuner_set_hd_radio_signal_blend() argument 2680 blend, 0); in hpi_tuner_set_hd_radio_signal_blend()
|
/linux/arch/arm64/boot/dts/xilinx/ ! |
H A D | zynqmp.dtsi | 1301 reg-names = "dp", "blend", "av_buf", "aud";
|
/linux/Documentation/driver-api/media/drivers/ ! |
H A D | cx2341x-devel.rst | 437 Assign the coordinates of the OSD area to blend with video 506 Assign the coordinates of the screen area to blend with video
|
/linux/Documentation/admin-guide/laptops/ ! |
H A D | thinkpad-acpi.rst | 96 The sysfs interface tries to blend in the generic Linux sysfs subsystems
|