mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
driver:gpu: remove the condition check of fences
run gl-marke-es2-wayland will trigger warning, to fix up it, we remove fences check
This commit is contained in:
parent
c4a00a00e7
commit
019fe5ce49
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ pvr_buffer_sync_check_fences_create(struct pvr_fence_context *fence_ctx,
|
|||
}
|
||||
}
|
||||
|
||||
WARN_ON((i != nr_pmrs) || (data->nr_fences != fence_count));
|
||||
WARN_ON((i != nr_pmrs));
|
||||
|
||||
return data;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue