Module: Mesa Branch: master Commit: 93be49b14bcd15b2c6e056a8499c435dc1bbd182 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=93be49b14bcd15b2c6e056a8499c435dc1bbd182
Author: Alyssa Rosenzweig <[email protected]> Date: Tue Apr 21 16:08:30 2020 -0400 pan/bi: Feed data register to BI_TEX Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4671> --- src/panfrost/bifrost/bi_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/bifrost/bi_tables.c b/src/panfrost/bifrost/bi_tables.c index 62c0ab85100..253b26e4ebd 100644 --- a/src/panfrost/bifrost/bi_tables.c +++ b/src/panfrost/bifrost/bi_tables.c @@ -55,6 +55,6 @@ unsigned bi_class_props[BI_NUM_CLASSES] = { [BI_SPECIAL] = BI_SCHED_ADD | BI_SCHED_SLOW, [BI_TABLE] = BI_SCHED_ADD, [BI_SWIZZLE] = BI_SCHED_ALL | BI_SWIZZLABLE, - [BI_TEX] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR, + [BI_TEX] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR | BI_DATA_REG_DEST, [BI_ROUND] = BI_GENERIC | BI_ROUNDMODE | BI_SCHED_ALL, }; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
