Skip to content

intel/dev: Drop a bogus assert

Faith Ekstrand requested to merge gfxstrand/mesa:review/fix-chv-assert into main

In c24ba6ce, I copied over the CHV thread count code from i965 and ANV into common code. While at it, I added an assert that I thought should be true based on the comments. It turns out to be invalid. Drop it.

Fixes: c24ba6ce "intel/dev: Handle CHV CS thread weirdness in..."

Merge request reports