diff options
Diffstat (limited to 'lib/xe/xe_ioctl.c')
| -rw-r--r-- | lib/xe/xe_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
