diff --git a/src/panfrost/bifrost/bi_tables.c b/src/panfrost/bifrost/bi_tables.c index 7e9c90327f1..349521b4b4d 100644 --- a/src/panfrost/bifrost/bi_tables.c +++ b/src/panfrost/bifrost/bi_tables.c @@ -34,7 +34,7 @@ unsigned bi_class_props[BI_NUM_CLASSES] = { [BI_BLEND] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR | BI_DATA_REG_SRC, [BI_BITWISE] = BI_GENERIC | BI_SCHED_ALL, [BI_COMBINE] = 0, - [BI_CONVERT] = BI_SCHED_ALL | BI_SWIZZLABLE, + [BI_CONVERT] = BI_SCHED_ALL | BI_SWIZZLABLE | BI_ROUNDMODE, [BI_CSEL] = BI_SCHED_FMA, [BI_DISCARD] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD, [BI_FMA] = BI_ROUNDMODE | BI_SCHED_FMA | BI_MODS,