summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-08-03 17:42:51 +0900
committerMichel Dänzer <michel@daenzer.net>2017-08-15 17:31:31 +0900
commit3f120fa1d5d921656a367751bc079e020e9ab105 (patch)
tree1b1fbfa9d55dcb4c9e7d692798ab35032124211e /src/drmmode_display.h
parent01b040b4a80754b8c8a305cbe968416182b54246 (diff)
Remove drmmode_crtc->scanout_destroy[] array
No longer necessary since we're reference counting framebuffers. Reviewed-by: Alex Deucher <alexander.deucher@amd.com
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r--src/drmmode_display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h
index f859377c..82dcff0e 100644
--- a/src/drmmode_display.h
+++ b/src/drmmode_display.h
@@ -83,7 +83,6 @@ typedef struct {
struct radeon_bo *cursor_bo;
struct drmmode_scanout rotate;
struct drmmode_scanout scanout[2];
- struct drmmode_scanout scanout_destroy[2];
DamagePtr scanout_damage;
RegionRec scanout_last_region;
unsigned scanout_id;