summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-08-18 14:56:10 +0900
committerMichel Dänzer <michel.daenzer@amd.com>2017-08-18 14:56:10 +0900
commit87a1f577f1de62f6b628bbe221cd8d551531e708 (patch)
treec7599d8d23064c1fcf85dc3a47981fca5cba1595 /src/drmmode_display.h
parente15b23663cd1a6f85394253b3fb566b55828b1c5 (diff)
Remove drmmode_crtc->scanout_destroy[] array
No longer necessary since we're reference counting framebuffers. (Ported from radeon commit 3f120fa1d5d921656a367751bc079e020e9ab105) 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 ca556f2..7071a74 100644
--- a/src/drmmode_display.h
+++ b/src/drmmode_display.h
@@ -79,7 +79,6 @@ typedef struct {
struct amdgpu_buffer *cursor_buffer;
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;