diff options
author | Nicholas Kazlauskas | 2019-02-28 18:57:59 +0100 |
---|---|---|
committer | Alex Deucher | 2019-03-21 05:39:47 +0100 |
commit | eec3d5efd16d13984a88396b685ae17462fb6d87 (patch) | |
tree | 51dcf57489b3f1fc747bb85101ef4f1faba87e95 /drivers/gpu/drm/amd/display/dc/dce | |
parent | drm/amdgpu: use more entries for the first paging queue (diff) | |
download | kernel-qcow2-linux-eec3d5efd16d13984a88396b685ae17462fb6d87.tar.gz kernel-qcow2-linux-eec3d5efd16d13984a88396b685ae17462fb6d87.tar.xz kernel-qcow2-linux-eec3d5efd16d13984a88396b685ae17462fb6d87.zip |
drm/amd/display: Reset alpha state for planes to the correct values
[Why]
The plane_reset callback is subclassed but hasn't been updated since
the drm helper got updated to include resetting alpha related state
(state->alpha and state->pixel_blend_mode). The overlay planes
exposed by amdgpu_dm were therefore being rendered as invisible by
default ever since supported was exposed for alpha blending properties
on overlays.
This caused regressions in igt@kms_plane_multiple@atomic-tiling-none
and igt@kms_plane@plane-position-covered-pipe tests.
[How]
Reset the plane state values to their correct values as defined in
the drm helper.
This fixes the IGT test regression.
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce')
0 files changed, 0 insertions, 0 deletions