From 1d9f1eb7e65c57c52759ccbfa51e8bdd5a10acac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 6 Jun 2012 12:16:08 +0200 Subject: Don't wait on a CRTC which has been disabled via DPMS (bug #49761). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://bugs.freedesktop.org/show_bug.cgi?id=49761 . Signed-off-by: Michel Dänzer --- src/drmmode_display.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drmmode_display.h') diff --git a/src/drmmode_display.h b/src/drmmode_display.h index 44fac169..04a86882 100644 --- a/src/drmmode_display.h +++ b/src/drmmode_display.h @@ -73,6 +73,7 @@ typedef struct { struct radeon_bo *cursor_bo; struct radeon_bo *rotate_bo; unsigned rotate_fb_id; + int dpms_mode; uint16_t lut_r[256], lut_g[256], lut_b[256]; } drmmode_crtc_private_rec, *drmmode_crtc_private_ptr; -- cgit v1.2.3