Mesa (main): zink: Remove redundant framebuffer_mtx from zink_screen.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 19 15:17:59 UTC 2022


Module: Mesa
Branch: main
Commit: ebb099a9b09d068990f6cfb3eaf4858d2e0b5a6a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebb099a9b09d068990f6cfb3eaf4858d2e0b5a6a

Author: Yonggang Luo <luoyonggang at gmail.com>
Date:   Tue Apr 19 16:33:26 2022 +0800

zink: Remove redundant framebuffer_mtx from zink_screen.h

Fixes: beb71504f42 ("zink: remove the worst part of basic framebuffer support")

Signed-off-by: Yonggang Luo <luoyonggang at gmail.com>
Acked-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16025>

---

 src/gallium/drivers/zink/zink_screen.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/zink/zink_screen.h b/src/gallium/drivers/zink/zink_screen.h
index c2e4700bf9d..6720d6ecda9 100644
--- a/src/gallium/drivers/zink/zink_screen.h
+++ b/src/gallium/drivers/zink/zink_screen.h
@@ -100,7 +100,6 @@ struct zink_screen {
    __DRIkopperLoaderExtension *loader;
 
    struct hash_table framebuffer_cache;
-   simple_mtx_t framebuffer_mtx;
 
    struct slab_parent_pool transfer_pool;
    struct disk_cache *disk_cache;



More information about the mesa-commit mailing list