From 2ca3bdc35e6a712917ceedeaeea99b6265b1ebae Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 9 May 2020 18:46:17 +0200 Subject: backend/drm: simplify atomic commit logic We don't need a per-CRTC atomic request anymore. Let's make the request per-commit so that it's easier to debug. This is also groundwork for supporting wlr_output_test properly. --- include/backend/drm/drm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 578d5d79..d2b3fe3d 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -57,7 +57,6 @@ struct wlr_drm_crtc { // Atomic modesetting only uint32_t mode_id; uint32_t gamma_lut; - drmModeAtomicReq *atomic; // Legacy only drmModeCrtc *legacy_crtc; -- cgit v1.2.3