drm/amd/display: correct check of coverage blend mode
authorMelissa Wen <mwen@igalia.com>
Tue, 12 Jul 2022 11:32:39 +0000 (10:32 -0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Jul 2022 15:25:18 +0000 (11:25 -0400)
commit3fb0fdd7758d3b850db82899f532dc71f6909c02
treef70f8cf4dc7f20004bf03b180ffc164ba13b7bf2
parent1e866f1fe528bc0158cdcd589053753032bdb52c
drm/amd/display: correct check of coverage blend mode

Check the value of per_pixel_alpha to decide whether the Coverage pixel
blend mode is applicable or not.

Fixes: 76818cdd11a2 ("drm/amd/display: add Coverage blend mode for overlay plane")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c