From 5be00fe88abb618454e1c448e6e61c8dea49c27f Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Fri, 30 Apr 2021 20:14:09 +0200 Subject: [PATCH] r600: Enable NIR debug flags also for Cayman Signed-off-by: Gert Wollny Part-of: --- src/gallium/drivers/r600/r600_pipe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 9e11c7442b6..8e7258e23d7 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -247,8 +247,7 @@ fail: static bool is_nir_enabled(struct r600_common_screen *screen) { return ((screen->debug_flags & DBG_NIR_PREFERRED) && - screen->family >= CHIP_CEDAR && - screen->family < CHIP_CAYMAN); + screen->family >= CHIP_CEDAR); } /*