mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
fb_accel: fix blit after time_monotonic_ms fix
Origin commit data
------------------
Commit: a294b610a4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)
This commit is contained in:
committed by
Jacek Jendrzej
parent
b1d1d399d7
commit
61d892bdaf
@@ -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();
|
||||
|
@@ -331,7 +331,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;
|
||||
blit_mutex.lock();
|
||||
|
Reference in New Issue
Block a user