From: Mike Blumenkrantz Date: Fri, 25 Aug 2023 16:55:43 +0000 (-0400) Subject: zink: disable HIC without resizable BAR X-Git-Tag: upstream/23.3.3~2236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ff5026100437d885a64361fc6c1a9ded3014005;p=platform%2Fupstream%2Fmesa.git zink: disable HIC without resizable BAR this otherwise ooms the system Part-of: --- diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index c49254d..894adec 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -2835,6 +2835,8 @@ init_driver_workarounds(struct zink_screen *screen) screen->driver_workarounds.disable_optimized_compile = true; break; } + if (!screen->resizable_bar) + screen->info.have_EXT_host_image_copy = false; } static void