Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/igt_fb: take x-tile out from blitter path
@ 2023-08-17 17:54 Juha-Pekka Heikkila
  2023-08-17 19:10 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Juha-Pekka Heikkila @ 2023-08-17 17:54 UTC (permalink / raw)
  To: igt-dev

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>
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-21 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [igt-dev] [PATCH i-g-t] " Lisovskiy, Stanislav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox