Home
last modified time | relevance | path

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

/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
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h3030 …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.c6824 state->mpc.mpcc_alpha_blend_mode[i] = plane_state->per_pixel_alpha ? 1 : 0; in dc_capture_register_software_state()
6865 state->mpc.mpcc_alpha_blend_mode[i] = 0; in dc_capture_register_software_state()