mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
intel/dev: Drop a bogus assert
Inc24ba6cecb, 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:c24ba6cecb"intel/dev: Handle CHV CS thread weirdness in..." Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5072 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11918>
This commit is contained in:
parent
fce0027d91
commit
cb589ee394
1 changed files with 0 additions and 1 deletions
|
|
@ -1447,7 +1447,6 @@ fixup_chv_device_info(struct intel_device_info *devinfo)
|
|||
eu_total / subslice_total * devinfo->num_thread_per_eu;
|
||||
|
||||
/* Fuse configurations may give more threads than expected, never less. */
|
||||
assert(max_cs_threads >= devinfo->max_cs_threads);
|
||||
if (max_cs_threads > devinfo->max_cs_threads)
|
||||
devinfo->max_cs_threads = max_cs_threads;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue