ecore-drm: Only queue re-flip on the head that needs it

Prevents stuttering when a head that was successfully set bounces
back to a previous frame the other head failed to set.
This commit is contained in:
Derek Foreman 2016-01-26 10:43:21 -06:00 committed by Mike Blumenkrantz
parent aa584dad19
commit 937ca952ed
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ _ecore_drm_device_cb_page_flip(int fd EINA_UNUSED, unsigned int frame EINA_UNUSE
if (next)
{
output->next = NULL;
ecore_drm_fb_send(output->dev, next, NULL, NULL);
_ecore_drm_output_fb_send(output->dev, next, output);
}
}