diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp index 463fed158c8..a5b7355b448 100644 --- a/src/intel/compiler/brw_fs.cpp +++ b/src/intel/compiler/brw_fs.cpp @@ -7643,7 +7643,7 @@ brw_compile_fs(const struct brw_compiler *compiler, "using SIMD8 when dual src blending.\n"); } - if (key->coarse_pixel) { + if (key->coarse_pixel && devinfo->ver < 20) { if (prog_data->dual_src_blend) { v8->limit_dispatch_width(8, "SIMD16 coarse pixel shading cannot" " use SIMD8 messages.\n");