Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [i-g-t] lib/igt_fb: Stop using rendercopy for linear buffers on XE
@ 2023-06-21  8:14 Bhanuprakash Modem
  2023-06-21  9:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhanuprakash Modem @ 2023-06-21  8:14 UTC (permalink / raw)
  To: igt-dev, swati2.sharma

Stop using rendercopy for linear buffers on XE driver, instead
use the mmap.

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@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 9be312a28..402fadf41 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -2511,7 +2511,6 @@ static bool use_enginecopy(const struct igt_fb *fb)
 
 	return fb->modifier == I915_FORMAT_MOD_Yf_TILED ||
 	       is_ccs_modifier(fb->modifier) ||
-	       (is_xe_device(fb->fd) && fb->modifier == DRM_FORMAT_MOD_LINEAR) ||
 	       (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd));
 }
 
-- 
2.40.0

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

end of thread, other threads:[~2023-06-21 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  8:14 [igt-dev] [i-g-t] lib/igt_fb: Stop using rendercopy for linear buffers on XE Bhanuprakash Modem
2023-06-21  9:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-21 11:47 ` [igt-dev] [i-g-t] " Juha-Pekka Heikkila
2023-06-21 19:17 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork

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