Skip to content

intel/fs: Don't write to the flag register with a D or UD type

Faith Ekstrand requested to merge gfxstrand/mesa:review/fs-flag-write-w into master

In spite of the HW docs claiming that this is a valid access it appears to not actually initialize the register properly in practice. If we instead initialize with two writes as a W type, it works just fine.

Merge request reports