| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | mpc.h | 29 * that performs blending of multiple planes, using global and per-pixel alpha. 30 * It also performs post-blending color correction operations according to the 85 * struct mpcc_blnd_cfg - MPCC blending configuration 146 * struct mpcc - MPCC connection and blending configuration for a single MPCC instance. 150 * @blnd_cfg: the blending configuration for this MPCC 160 struct mpcc_blnd_cfg blnd_cfg; /* The blending configuration for this MPCC */ 210 * Insert DPP into MPC tree based on specified blending position. 211 * Only used for planes that are part of blending chain for OPP output 216 * [in] blnd_cfg - MPCC blending configuration for the new blending layer. 217 * [in] sm_cfg - MPCC stereo mix configuration for the new blending layer. [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | mpc.h | 62 * MPCC blending configuration 117 * MPCC connection and blending configuration for a single MPCC instance. 124 struct mpcc_blnd_cfg blnd_cfg; /* The blending configuration for this MPCC */ 167 * Insert DPP into MPC tree based on specified blending position. 168 * Only used for planes that are part of blending chain for OPP output 173 * [in] blnd_cfg - MPCC blending configuration for the new blending layer. 174 * [in] sm_cfg - MPCC stereo mix configuration for the new blending layer. 178 * [in] mpcc_id - The MPCC physical instance to use for blending. 220 * Update the blending configuration for a specified MPCC. 224 * [in] blnd_cfg - MPCC blending configuration. [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
| D | ia_css_xnr3_types.h | 36 * \brief Scale of the XNR blending parameter. 74 * \brief XNR3 Blending Parameters 75 * \details Blending parameters define the blending strength of filtered 77 * blending strength is a fixed-point value between 0.0 and 1.0 (inclusive), 80 * disables the blending and returns the xnr3 filtered output, while a 84 int strength; /** Blending strength */ 95 struct ia_css_xnr3_blending_params blending; /** XNR3 blending parameters */ member
|
| D | ia_css_xnr3.host.c | 60 * 'blending' parameter is used to create a bypass. 67 /* blending */ 113 * Compute the scaled blending strength for the ISP kernel from the value on 125 * factor. The blending factor is positive on the host side, but in compute_blending() 163 s32 blending = compute_blending(from->blending.strength); in ia_css_xnr3_encode() local 181 /* blending strength is expressed in q1.NN format */ in ia_css_xnr3_encode() 182 to->blending.strength = blending; in ia_css_xnr3_encode()
|
| D | ia_css_xnr3_param.h | 32 /* Scaling factor of the blending strength on the ISP. */ 59 /* XNR3 blending strength on the ISP. */ 68 struct sh_css_xnr3_blending_params blending; member
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
| D | ia_css_xnr3_types.h | 36 * \brief Scale of the XNR blending parameter. 74 * \brief XNR3 Blending Parameters 75 * \details Blending parameters define the blending strength of filtered 77 * blending strength is a fixed-point value between 0.0 and 1.0 (inclusive), 80 * disables the blending and returns the xnr3 filtered output, while a 84 int strength; /** Blending strength */ 95 struct ia_css_xnr3_blending_params blending; /** XNR3 blending parameters */ member
|
| D | ia_css_xnr3.host.c | 60 * 'blending' parameter is used to create a bypass. 67 /* blending */ 113 * Compute the scaled blending strength for the ISP kernel from the value on 125 * factor. The blending factor is positive on the host side, but in compute_blending() 163 s32 blending = compute_blending(from->blending.strength); in ia_css_xnr3_encode() local 181 /* blending strength is expressed in q1.NN format */ in ia_css_xnr3_encode() 182 to->blending.strength = blending; in ia_css_xnr3_encode()
|
| D | ia_css_xnr3_param.h | 32 /* Scaling factor of the blending strength on the ISP. */ 59 /* XNR3 blending strength on the ISP. */ 68 struct sh_css_xnr3_blending_params blending; member
|
| /kernel/linux/linux-6.6/Documentation/gpu/amdgpu/display/ |
| D | display-manager.rst | 60 pre-blending but DRM/KMS has not per-plane color correction properties. 63 CRTC gamma after blending, and CRTC degamma pre-blending. Although CTM is 64 programmed after blending, it is mapped to DPP hw blocks (pre-blending). Other 75 generations. What's possible to do before and after blending depends on 94 this DRM property and the alpha blending equations in :ref:`DRM Plane 97 Basically, a blend mode sets the alpha blending equation for plane 100 example, consider the following elements of the alpha blending equation: 108 in the basic alpha blending equation:: 131 (DM) to program the blending configuration of the Multiple Pipe/Plane Combined 140 Therefore, the blending configuration for a single MPCC instance on the MPC [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
| D | plane.c | 69 copy->blending[i] = state->blending[i]; in tegra_plane_atomic_duplicate_state() 424 * be emulated using the alpha formats and alpha blending disabled. 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() 550 * If planes zpos / transparency changed, sibling planes blending in tegra_plane_setup_transparency() 552 * into this atom commit, otherwise blending state is unchanged. in tegra_plane_setup_transparency() 573 * There is no need to update blending state for the disabled in tegra_plane_setup_transparency()
|
| D | dc.c | 171 u32 blending[2]; in tegra_plane_setup_blending_legacy() local 174 /* disable blending for non-overlapping case */ in tegra_plane_setup_blending_legacy() 182 * Since custom fix-weight blending isn't utilized and weight in tegra_plane_setup_blending_legacy() 184 * blending which in this case results in transparent bottom in tegra_plane_setup_blending_legacy() 186 * alpha blending, then bottom window is getting alpha value in tegra_plane_setup_blending_legacy() 201 if (state->blending[0].alpha && in tegra_plane_setup_blending_legacy() 202 state->blending[1].alpha) in tegra_plane_setup_blending_legacy() 212 * Enable alpha blending if pixel format has an 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() [all …]
|
| D | plane.h | 52 /* used for legacy blending support only */ 53 struct tegra_plane_legacy_blending_state blending[2]; member
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| D | atomisp_compat_ioctl32.h | 97 /* the blending percent of input data for Y subpixels */ 99 /* the blending percent of input data for U subpixels */ 101 /* the blending percent of input data for V subpixels */ 103 /* the blending percent of overlay data for Y subpixels */ 105 /* the blending percent of overlay data for U subpixels */ 107 /* the blending percent of overlay data for V subpixels */
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-sh_mobile_lcdc_fb | 8 Stores the alpha blending value for the overlay. Values range 10 the mode is not set to Alpha Blending. 22 - 0 - Alpha Blending
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-sh_mobile_lcdc_fb | 8 Stores the alpha blending value for the overlay. Values range 10 the mode is not set to Alpha Blending. 22 - 0 - Alpha Blending
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
| D | plane.c | 74 copy->blending[i] = state->blending[i]; in tegra_plane_atomic_duplicate_state() 588 * be emulated using the alpha formats and alpha blending disabled. 685 state->blending[index].alpha = true; in tegra_plane_update_transparency() 687 state->blending[index].alpha = false; in tegra_plane_update_transparency() 690 state->blending[index].top = true; in tegra_plane_update_transparency() 692 state->blending[index].top = false; in tegra_plane_update_transparency() 701 state->blending[index].top = (index == 1); in tegra_plane_update_transparency() 714 * If planes zpos / transparency changed, sibling planes blending in tegra_plane_setup_transparency() 716 * into this atom commit, otherwise blending state is unchanged. in tegra_plane_setup_transparency() 737 * There is no need to update blending state for the disabled in tegra_plane_setup_transparency()
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ |
| D | ia_css_tdf_types.h | 42 s32 blend_flat; /** Blending ratio at flat region. */ 43 s32 blend_text; /** Blending ratio at texture region. */ 44 s32 blend_edge; /** Blending ratio at edge region. */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ |
| D | ia_css_tdf_types.h | 42 s32 blend_flat; /** Blending ratio at flat region. */ 43 s32 blend_text; /** Blending ratio at texture region. */ 44 s32 blend_edge; /** Blending ratio at edge region. */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | atomisp_compat_ioctl32.h | 117 /* the blending percent of input data for Y subpixels */ 119 /* the blending percent of input data for U subpixels */ 121 /* the blending percent of input data for V subpixels */ 123 /* the blending percent of overlay data for Y subpixels */ 125 /* the blending percent of overlay data for U subpixels */ 127 /* the blending percent of overlay data for V subpixels */
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-fbuf.rst | 227 - The device supports clipping/blending using the alpha channel of 228 the framebuffer or VGA signal. Alpha blending makes no sense for 232 - The device supports alpha blending using a global alpha value. 233 Alpha blending makes no sense for destructive overlays. 236 - The device supports clipping/blending using the inverted alpha 237 channel of the framebuffer or VGA signal. Alpha blending makes no
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-fbuf.rst | 240 - 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
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_mpc.c | 180 * Insert DPP into MPC tree based on specified blending position. 181 * Only used for planes that are part of blending chain for OPP output 186 * [in] blnd_cfg - MPCC blending configuration for the new blending layer. 187 * [in] sm_cfg - MPCC stereo mix configuration for the new blending layer. 191 * [in] mpcc_id - The MPCC physical instance to use for blending. 262 /* update the blending configuration */ in mpc1_insert_plane()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_mpc.c | 174 * Insert DPP into MPC tree based on specified blending position. 175 * Only used for planes that are part of blending chain for OPP output 180 * [in] blnd_cfg - MPCC blending configuration for the new blending layer. 181 * [in] sm_cfg - MPCC stereo mix configuration for the new blending layer. 185 * [in] mpcc_id - The MPCC physical instance to use for blending. 256 /* update the blending configuration */ in mpc1_insert_plane()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | amlogic,meson-vpu.yaml | 40 The Video Post Processing is in charge of the scaling and blending of the 42 There is a special "pre-blending" used by the video planes with a dedicated 43 scaler and a "post-blending" to merge with the OSD Planes.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/ |
| D | amlogic,meson-vpu.yaml | 40 The Video Post Processing is in charge of the scaling and blending of the 42 There is a special "pre-blending" used by the video planes with a dedicated 43 scaler and a "post-blending" to merge with the OSD Planes.
|