diff options
| author | Dmytro Laktyushkin <[email protected]> | 2017-06-05 19:08:10 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 22:07:58 +0000 |
| commit | ad32734699da4dd185405637459bf915a4f4cff6 (patch) | |
| tree | 0df6bd32c98a09720185e5ac6af70fac8206dddb /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | |
| parent | drm/amd/display: redesign mpc (diff) | |
| download | kernel-ad32734699da4dd185405637459bf915a4f4cff6.tar.gz kernel-ad32734699da4dd185405637459bf915a4f4cff6.zip | |
drm/amd/display: w/a for ycbcr output pre-multiplied alpha corruption
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h index 38d158746cc5..51bc8ef5ef79 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h @@ -32,6 +32,7 @@ struct mpcc_cfg { int bot_mpcc_id; int opp_id; bool per_pixel_alpha; + bool pre_multiplied_alpha; bool top_of_tree; }; |
