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.
This commit is contained in:
Derek Foreman 2017-06-16 16:04:18 -05:00
parent 74290490ad
commit be90b91ac1
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ ecore_drm2_plane_release(Ecore_Drm2_Plane *plane)
eina_list_append(plane->output->fbs, plane->state->fb);
plane->dead = EINA_TRUE;
plane->state->fb = NULL;
plane->state->in_use = EINA_FALSE;
_fb_atomic_flip_test(plane->output);
}