[Mesa-dev] [PATCH mesa 4/6] vulkan/wsi/display: add comment
Eric Engestrom
eric.engestrom at intel.com
Wed Sep 26 15:38:08 UTC 2018
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
src/vulkan/wsi/wsi_common_display.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vulkan/wsi/wsi_common_display.c b/src/vulkan/wsi/wsi_common_display.c
index 2a30b1139f06cbb56769..c24b58e8c240f43ac512 100644
--- a/src/vulkan/wsi/wsi_common_display.c
+++ b/src/vulkan/wsi/wsi_common_display.c
@@ -99,7 +99,7 @@ struct wsi_display {
pthread_cond_t wait_cond;
pthread_t wait_thread;
- struct list_head connectors;
+ struct list_head connectors; /* list of all discovered connectors */
};
#define wsi_for_each_display_mode(_mode, _conn) \
--
Cheers,
Eric
More information about the mesa-dev
mailing list