From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Kishore Kadiyala <kishore.kadiyala@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/gen9: Add missing 10bpc formats
Date: Mon, 11 Nov 2019 16:03:48 +0200 [thread overview]
Message-ID: <20191111140348.GM1208@intel.com> (raw)
In-Reply-To: <20191111035241.19014-1-kishore.kadiyala@intel.com>
On Mon, Nov 11, 2019 at 09:22:41AM +0530, Kishore Kadiyala wrote:
> Add 10bpc formats for gen9.
> This patch has dependency on below patch:
> https://patchwork.freedesktop.org/patch/335029/?series=67741&rev=2
>
> Signed-off-by: Kishore Kadiyala <kishore.kadiyala@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_sprite.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_sprite.c b/drivers/gpu/drm/i915/display/intel_sprite.c
> index d7f71fa90659..fad73ea00992 100644
> --- a/drivers/gpu/drm/i915/display/intel_sprite.c
> +++ b/drivers/gpu/drm/i915/display/intel_sprite.c
> @@ -2444,6 +2444,8 @@ static const u32 skl_planar_formats[] = {
> DRM_FORMAT_ABGR8888,
> DRM_FORMAT_XRGB2101010,
> DRM_FORMAT_XBGR2101010,
> + DRM_FORMAT_ARGB2101010,
> + DRM_FORMAT_ABGR2101010,
Nope. Alpha blending is not supported with 10bpc formats on pre-icl
platforms.
> DRM_FORMAT_XRGB16161616F,
> DRM_FORMAT_XBGR16161616F,
> DRM_FORMAT_YUYV,
> --
> 2.17.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Kishore Kadiyala <kishore.kadiyala@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/gen9: Add missing 10bpc formats
Date: Mon, 11 Nov 2019 16:03:48 +0200 [thread overview]
Message-ID: <20191111140348.GM1208@intel.com> (raw)
Message-ID: <20191111140348.XSIFFBldh9unHNFXUNZZMAIZG-xJZG4D7vGa6-CnPuk@z> (raw)
In-Reply-To: <20191111035241.19014-1-kishore.kadiyala@intel.com>
On Mon, Nov 11, 2019 at 09:22:41AM +0530, Kishore Kadiyala wrote:
> Add 10bpc formats for gen9.
> This patch has dependency on below patch:
> https://patchwork.freedesktop.org/patch/335029/?series=67741&rev=2
>
> Signed-off-by: Kishore Kadiyala <kishore.kadiyala@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_sprite.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_sprite.c b/drivers/gpu/drm/i915/display/intel_sprite.c
> index d7f71fa90659..fad73ea00992 100644
> --- a/drivers/gpu/drm/i915/display/intel_sprite.c
> +++ b/drivers/gpu/drm/i915/display/intel_sprite.c
> @@ -2444,6 +2444,8 @@ static const u32 skl_planar_formats[] = {
> DRM_FORMAT_ABGR8888,
> DRM_FORMAT_XRGB2101010,
> DRM_FORMAT_XBGR2101010,
> + DRM_FORMAT_ARGB2101010,
> + DRM_FORMAT_ABGR2101010,
Nope. Alpha blending is not supported with 10bpc formats on pre-icl
platforms.
> DRM_FORMAT_XRGB16161616F,
> DRM_FORMAT_XBGR16161616F,
> DRM_FORMAT_YUYV,
> --
> 2.17.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-11-11 14:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-11 3:52 [PATCH] drm/i915/gen9: Add missing 10bpc formats Kishore Kadiyala
2019-11-11 3:52 ` [Intel-gfx] " Kishore Kadiyala
2019-11-11 4:32 ` ✗ Fi.CI.BAT: failure for " Patchwork
2019-11-11 4:32 ` [Intel-gfx] " Patchwork
2019-11-11 14:03 ` Ville Syrjälä [this message]
2019-11-11 14:03 ` [Intel-gfx] [PATCH] " Ville Syrjälä
2019-11-13 6:27 ` Kadiyala, Kishore
2019-11-13 6:27 ` [Intel-gfx] " Kadiyala, Kishore
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=20191111140348.GM1208@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=kishore.kadiyala@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox