mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
etnaviv/ml: Fix includes
etnaviv_ml.h uses dynarray, but the u_inlines.h header is needed by some of the files that include it. Fixes:d6473ce28e("etnaviv: Use NN cores to accelerate convolutions") Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de (cherry picked from commit70bff0c971) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32119>
This commit is contained in:
parent
3e45c3eec2
commit
e839ff344e
2 changed files with 2 additions and 2 deletions
|
|
@ -514,7 +514,7 @@
|
|||
"description": "etnaviv/ml: Fix includes",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "d6473ce28ee0f36890e24b3832cd53d3ed5e98e7",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#define H_ETNA_ML
|
||||
|
||||
#include "pipe/p_state.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_dynarray.h"
|
||||
|
||||
#define MAX_CONFIG_BOS 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue