Re: [PATCH] drm/docs: Explicitly document default CRTC background behavior

2023-01-04 Thread Sean Paul
On Tue, Jan 03, 2023 at 06:32:58PM +, Simon Ser wrote: > Nice! > > Reviewed-by: Simon Ser Thanks for the review, Simon! Applied to drm-misc-next. -- Sean Paul, Software Engineer, Google / Chromium OS

Re: [PATCH] drm/docs: Explicitly document default CRTC background behavior

2023-01-03 Thread Simon Ser
Nice! Reviewed-by: Simon Ser

[PATCH] drm/docs: Explicitly document default CRTC background behavior

2023-01-03 Thread Sean Paul
From: Sean Paul Add a paragraph explaining that the default behavior for areas which are not covered by planes or where planes are blending with the CRTC background, is black. This is alluded to in the "pixel blend mode" property docs, but not called out explicitly. Signed-off-by: Sean Paul --