From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Simon Ser <contact@emersion.fr>
Cc: dri-devel@lists.freedesktop.org, Daniel Vetter <daniel@ffwll.ch>,
Pekka Paalanen <ppaalanen@gmail.com>
Subject: Re: [PATCH] drm: document pre-multiplied assumptions
Date: Wed, 29 Sep 2021 15:55:27 +0300 [thread overview]
Message-ID: <YVRiP0Oue7ex8OlC@intel.com> (raw)
In-Reply-To: <20210929095357.49984-1-contact@emersion.fr>
On Wed, Sep 29, 2021 at 09:54:14AM +0000, Simon Ser wrote:
> When a plane is missing the "alpha blend mode" property, KMS drivers
> will use the pre-multiplied mode.
>
> Signed-off-by: Simon Ser <contact@emersion.fr>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Pekka Paalanen <ppaalanen@gmail.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Another option would be to sprinkle immutable props to all drivers
that claim to do alpha blending and don't currently expose the
property.
> ---
> drivers/gpu/drm/drm_blend.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c
> index ec37cbfabb50..eebb32ba84d7 100644
> --- a/drivers/gpu/drm/drm_blend.c
> +++ b/drivers/gpu/drm/drm_blend.c
> @@ -185,6 +185,9 @@
> * plane does not expose the "alpha" property, then this is
> * assumed to be 1.0
> *
> + * When a plane is missing this property, the plane uses the
> + * "Pre-multiplied" equation.
> + *
> * Note that all the property extensions described here apply either to the
> * plane or the CRTC (e.g. for the background color, which currently is not
> * exposed and assumed to be black).
> --
> 2.33.0
>
--
Ville Syrjälä
Intel
next prev parent reply other threads:[~2021-09-29 12:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-29 9:54 [PATCH] drm: document pre-multiplied assumptions Simon Ser
2021-09-29 12:55 ` Ville Syrjälä [this message]
2021-09-29 13:07 ` Pekka Paalanen
2021-09-30 14:43 ` Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YVRiP0Oue7ex8OlC@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=contact@emersion.fr \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=ppaalanen@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.