diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2017-06-16 16:04:18 -0500 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2017-06-23 08:15:41 -0500 |
commit | be90b91ac125e8ef06a9251f1a31ad7c9a83ce12 (patch) | |
tree | 0975132b3f323b5b2eb87afd00613029984add1a /src/lib/ecore_drm2 | |
parent | 74290490add42cd86effa92bc29ced34bc3ee5fb (diff) |
ecore_drm2: Don't clear plane fb on release
We'll need this later for post-page flip bookkeeping, and nothing will
notice that it's not cleared now anyway.
Diffstat (limited to 'src/lib/ecore_drm2')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_plane.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_plane.c b/src/lib/ecore_drm2/ecore_drm2_plane.c index 323cc9d0cf..a83d1fb3fd 100644 --- a/src/lib/ecore_drm2/ecore_drm2_plane.c +++ b/src/lib/ecore_drm2/ecore_drm2_plane.c | |||
@@ -137,7 +137,6 @@ ecore_drm2_plane_release(Ecore_Drm2_Plane *plane) | |||
137 | eina_list_append(plane->output->fbs, plane->state->fb); | 137 | eina_list_append(plane->output->fbs, plane->state->fb); |
138 | 138 | ||
139 | plane->dead = EINA_TRUE; | 139 | plane->dead = EINA_TRUE; |
140 | plane->state->fb = NULL; | ||
141 | plane->state->in_use = EINA_FALSE; | 140 | plane->state->in_use = EINA_FALSE; |
142 | _fb_atomic_flip_test(plane->output); | 141 | _fb_atomic_flip_test(plane->output); |
143 | } | 142 | } |