Home
last modified time | relevance | path

Searched refs:mpcc_alpha_blend_mode (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h81 enum mpcc_alpha_blend_mode { enum
145 enum mpcc_alpha_blend_mode alpha_mode;
/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst142 :c:type:`mpcc_alpha_blend_mode` defines the alpha blend mode regarding pixel
147 :identifiers: mpcc_alpha_blend_mode
149 DM then maps the elements of `enum mpcc_alpha_blend_mode` to those in the DRM
H A Ddcn-blocks.rst39 :no-identifiers: mpcc_blnd_cfg mpcc_alpha_blend_mode
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h3095 …uint32_t mpcc_alpha_blend_mode[MAX_PIPES]; /* MPCC_CONTROL->MPCC_ALPHA_BLND_MODE from blend_cfg.al… member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6888 state->mpc.mpcc_alpha_blend_mode[i] = plane_state->per_pixel_alpha ? 1 : 0; in dc_capture_register_software_state()
6929 state->mpc.mpcc_alpha_blend_mode[i] = 0; in dc_capture_register_software_state()