From acdcaf9be4695ccdc4a589a3416591dd316e876c Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sun, 5 Mar 2017 12:32:02 +1100 Subject: gallium/util: remove pipe_static_mutex() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was made unnecessary with fd33a6bcd7f12. Reviewed-by: Marek Olšák --- src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/winsys/freedreno/drm') diff --git a/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c b/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c index e4785f83d96..9ccbce14a22 100644 --- a/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c +++ b/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c @@ -42,7 +42,7 @@ static struct util_hash_table *fd_tab = NULL; -pipe_static_mutex(fd_screen_mutex); +static mtx_t fd_screen_mutex = _MTX_INITIALIZER_NP; static void fd_drm_screen_destroy(struct pipe_screen *pscreen) -- cgit v1.2.3