drm/docs: Explicitly document default CRTC background behavior
authorSean Paul <seanpaul@chromium.org>
Tue, 3 Jan 2023 15:27:38 +0000 (15:27 +0000)
committerSean Paul <seanpaul@chromium.org>
Wed, 4 Jan 2023 16:12:15 +0000 (16:12 +0000)
commit51342cc021400841b461cc579f76db24cdb482fc
tree550c9e7c682204486bfb3c2c9ec6071d1f1566da
parenta53be8dae86fe5d3567db245177e814e58210632
drm/docs: Explicitly document default CRTC background behavior

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.

Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230103152738.1213785-1-sean@poorly.run
drivers/gpu/drm/drm_plane.c