Merge branch 'master' into pu/mp

Origin commit data
------------------
Branch: ni/coolstream
Commit: b7ceb705a0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-26 (Tue, 26 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
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");