Skip to content

Revert "r600/sfn: Make use of variable length DOT"

Gert Wollny requested to merge gerddie/mesa:r600-revert-dot into main

This reverts commit fcafe1ff.

Variable length DOT products are not supported for pre EG cards, and the read port evaluation is not correctly checked, so that scheduling might fail. Revert for now to fix the issues below and get gack with a better implementation later.

Closes: #7876 (closed) Related: #7878 (closed)

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Merge request reports