util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZER
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18393>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "etnaviv_priv.h"
|
||||
#include "etnaviv_drmif.h"
|
||||
|
||||
simple_mtx_t etna_device_lock = _SIMPLE_MTX_INITIALIZER_NP;
|
||||
simple_mtx_t etna_device_lock = SIMPLE_MTX_INITIALIZER;
|
||||
|
||||
/* set buffer name, and add to table, call w/ etna_drm_table_lock held: */
|
||||
static void set_name(struct etna_bo *bo, uint32_t name)
|
||||
|
||||
Reference in New Issue
Block a user