r600: Enable NIR debug flags also for Cayman

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10608>
This commit is contained in:
Gert Wollny
2021-04-30 20:14:09 +02:00
parent ed595c1785
commit 5be00fe88a

View File

@@ -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);
}
/*