ecore-drm2: Don't remove plane from output list on release

As we need to be able to commit a new plane state for any released
planes, we should not be removing them from the output list just yet.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-05-03 10:43:47 -04:00 committed by Derek Foreman
parent 7a50010536
commit bd4ccfa0f5
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ ecore_drm2_plane_release(Ecore_Drm2_Plane *plane)
EINA_SAFETY_ON_NULL_RETURN(plane);
plane->state->in_use = EINA_FALSE;
plane->output->planes = eina_list_remove(plane->output->planes, plane);
free(plane);
}
EAPI void