diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-11-27 16:53:30 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2016-08-17 18:30:11 +0900 |
commit | 4cfa4615f79f64062e5e771cd45dd7048f48b4f6 (patch) | |
tree | 07b66976a19a1caabd3c5ecf21d2e439264154f9 /src/drmmode_display.h | |
parent | 121a6de72da5fcf9a32408eff36b2235f3dfbcfe (diff) |
Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmaps
This should allow using multiple CRTCs via RandR 1.4 even with xserver
< 1.17. It also simplifies the code a little, and paves the way for
following changes.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r-- | src/drmmode_display.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h index c1109f7a..24e3efb9 100644 --- a/src/drmmode_display.h +++ b/src/drmmode_display.h @@ -95,7 +95,6 @@ typedef struct { int dpms_last_fps; uint32_t interpolated_vblanks; uint16_t lut_r[256], lut_g[256], lut_b[256]; - int prime_pixmap_x; /* Modeset needed (for DPMS on or after a page flip crossing with a * modeset) |