[Intel-xe] [CI 4/4] HAX: force small-bar
Matthew Auld
matthew.auld at intel.com
Tue Jul 25 17:32:49 UTC 2023
Just for CI.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
---
drivers/gpu/drm/xe/xe_mmio.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_mmio.c b/drivers/gpu/drm/xe/xe_mmio.c
index aa9c573b1243..5a57a12c407b 100644
--- a/drivers/gpu/drm/xe/xe_mmio.c
+++ b/drivers/gpu/drm/xe/xe_mmio.c
@@ -90,6 +90,9 @@ static void xe_resize_vram_bar(struct xe_device *xe)
if (!bar_size_mask)
return;
+ if (IS_DGFX(xe))
+ force_vram_bar_size = 256;
+
/* set to a specific size? */
if (force_vram_bar_size) {
u32 bar_size_bit;
--
2.41.0
More information about the Intel-xe
mailing list