From: "Lisovskiy, Stanislav" <stanislav.lisovskiy@intel.com>
To: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] lib/igt_fb: take x-tile out from blitter path
Date: Mon, 21 Aug 2023 14:41:46 +0300 [thread overview]
Message-ID: <ZONNelmocydf43H+@intel.com> (raw)
In-Reply-To: <20230817175406.48757-1-juhapekka.heikkila@gmail.com>
On Thu, Aug 17, 2023 at 08:54:06PM +0300, Juha-Pekka Heikkila wrote:
> take x-tile out from blitter path, x-tile came to blitter path on older
> intel gens by mistake.
>
> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
> ---
> lib/igt_fb.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/lib/igt_fb.c b/lib/igt_fb.c
> index 60b0e2669..140711075 100644
> --- a/lib/igt_fb.c
> +++ b/lib/igt_fb.c
> @@ -2555,7 +2555,6 @@ static bool use_blitter(const struct igt_fb *fb)
> return false;
>
> return fb->modifier == I915_FORMAT_MOD_4_TILED ||
> - fb->modifier == I915_FORMAT_MOD_X_TILED ||
> fb->modifier == I915_FORMAT_MOD_Y_TILED ||
> fb->modifier == I915_FORMAT_MOD_Yf_TILED ||
> (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd));
> --
> 2.34.1
>
prev parent reply other threads:[~2023-08-21 11:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 17:54 [igt-dev] [PATCH i-g-t] lib/igt_fb: take x-tile out from blitter path Juha-Pekka Heikkila
2023-08-17 19:10 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
2023-08-17 19:21 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-18 13:25 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-08-21 11:41 ` Lisovskiy, Stanislav [this message]
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=ZONNelmocydf43H+@intel.com \
--to=stanislav.lisovskiy@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=juhapekka.heikkila@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.