Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/xe: Boost command streamer prefetch size
@ 2023-07-21 18:10 Matt Roper
  2023-07-21 18:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2023-07-21 23:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Roper @ 2023-07-21 18:10 UTC (permalink / raw)
  To: igt-dev

The actual prefetch size variest by platform and by engine.  MTL's RCS
engine currently has the highest prefetch size of 2KB.

Bspec: 45718
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
 lib/xe/xe_ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/xe/xe_ioctl.c b/lib/xe/xe_ioctl.c
index 0b5c7a4fc..1f9240cd9 100644
--- a/lib/xe/xe_ioctl.c
+++ b/lib/xe/xe_ioctl.c
@@ -47,7 +47,7 @@
 
 uint32_t xe_cs_prefetch_size(int fd)
 {
-	return 512;
+	return 2048;
 }
 
 uint32_t xe_vm_create(int fd, uint32_t flags, uint64_t ext)
-- 
2.41.0

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

end of thread, other threads:[~2023-07-21 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 18:10 [igt-dev] [PATCH i-g-t] tests/xe: Boost command streamer prefetch size Matt Roper
2023-07-21 18:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-07-21 23:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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