mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 20:38:06 +02:00
In all other cases, we immediately set atomic cap after acquiring a drm fd: - wsi_init - AcquireXlib - AcquireDrm wsi_GetDrmDisplayEXT is the only function left where the atomic cap is set by wsi_display_get_connector. This commit moves the set atomic cap into wsi_GetDrmDisplayEXT. Signed-off-by: Yuxuan Shui <yshui@codeweavers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39166> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| wsi_common.c | ||
| wsi_common.h | ||
| wsi_common_display.c | ||
| wsi_common_display.h | ||
| wsi_common_drm.c | ||
| wsi_common_drm.h | ||
| wsi_common_headless.c | ||
| wsi_common_metal.c | ||
| wsi_common_metal_layer.h | ||
| wsi_common_metal_layer.m | ||
| wsi_common_private.h | ||
| wsi_common_queue.h | ||
| wsi_common_wayland.c | ||
| wsi_common_win32.cpp | ||
| wsi_common_x11.c | ||