Merge branch 'master' into pu/mp

This commit is contained in:
Jacek Jendrzej
2017-09-26 12:52:04 +02:00
52 changed files with 1130 additions and 892 deletions

View File

@@ -332,7 +332,7 @@ void CFbAccelSTi::blit2FB(void *fbbuff, uint32_t width, uint32_t height, uint32_
void CFbAccelSTi::run()
{
printf(LOGTAG "::run start\n");
int64_t last_blit = INT64_MAX; /* blit at first iteration */
int64_t last_blit = 0;
blit_pending = false;
blit_thread = true;
set_threadname("stifb::autoblit");