mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
fb_accel: fix blit after time_monotonic_ms fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7e85889d7b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -116,7 +116,7 @@ void CFbAccelGLFB::blit2FB(void *fbbuff, uint32_t width, uint32_t height, uint32
|
||||
void CFbAccelGLFB::run()
|
||||
{
|
||||
printf(LOGTAG "run start\n");
|
||||
int64_t last_blit = INT64_MAX;
|
||||
int64_t last_blit = 0;
|
||||
blit_pending = false;
|
||||
blit_thread = true;
|
||||
blit_mutex.lock();
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user