summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2018-08-16 18:06:31 +0200
committerMichel Dänzer <michel@daenzer.net>2018-08-17 10:06:43 +0200
commit60cd28bbbe4f9db391b4f27c5ff9289d5c2bef40 (patch)
treed5b612abccbff8e7ee254f14585dbfdfafb17e10 /src/drmmode_display.h
parentc42f6e2e61d166c8d3ef3fcad175d7050a00288b (diff)
Remove drmmode_crtc_private_rec::present_vblank_* related code
Not needed anymore with the more robust mechanisms for preventing nested drmHandleEvent calls introduced in the previous changes. (Ported from amdgpu commit 85cd8eef0cbed7b409b07f58d76dacd34aa3ddea) Acked-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r--src/drmmode_display.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h
index a039bf8f..bc66eda6 100644
--- a/src/drmmode_display.h
+++ b/src/drmmode_display.h
@@ -111,14 +111,6 @@ typedef struct {
struct drmmode_fb *flip_pending;
/* The FB currently being scanned out by this CRTC, if any */
struct drmmode_fb *fb;
-
-#ifdef HAVE_PRESENT_H
- /* Deferred processing of Present vblank event */
- uint64_t present_vblank_event_id;
- uint64_t present_vblank_usec;
- unsigned present_vblank_msc;
- Bool present_flip_expected;
-#endif
} drmmode_crtc_private_rec, *drmmode_crtc_private_ptr;
typedef struct {