Re: [PATCH] drm/amd/display: correct check of coverage blend mode

2022-07-12 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Jul 12, 2022 at 9:56 AM Harry Wentland wrote: > > On 2022-07-12 07:32, Melissa Wen wrote: > > 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

Re: [PATCH] drm/amd/display: correct check of coverage blend mode

2022-07-12 Thread Harry Wentland
On 2022-07-12 07:32, Melissa Wen wrote: > 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 > Reported-by: Dan

[PATCH] drm/amd/display: correct check of coverage blend mode

2022-07-12 Thread Melissa Wen
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 Reported-by: Dan Carpenter Signed-off-by: Melissa Wen ---