diff options
author | Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> | 2017-06-05 15:08:10 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:07:58 -0400 |
commit | ad32734699da4dd185405637459bf915a4f4cff6 (patch) | |
tree | 0df6bd32c98a09720185e5ac6af70fac8206dddb /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | |
parent | f0558542a72e72919dae2ac2187847ec312c2bcb (diff) | |
download | linux-ad32734699da4dd185405637459bf915a4f4cff6.tar.gz linux-ad32734699da4dd185405637459bf915a4f4cff6.tar.bz2 linux-ad32734699da4dd185405637459bf915a4f4cff6.zip |
drm/amd/display: w/a for ycbcr output pre-multiplied alpha corruption
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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; }; |