mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
Revert "cameraview: remove glflush, reduce C3 CPU usage (#22949)"
This reverts commit 6edbdc5e535eafaeea4b2e546ccb78ad190d21fb.
old-commit-hash: 372b0f10da
This commit is contained in:
@@ -56,7 +56,7 @@ if TICI:
|
||||
"./loggerd": 70.0,
|
||||
"selfdrive.controls.controlsd": 28.0,
|
||||
"./camerad": 31.0,
|
||||
"./_ui": 21.0,
|
||||
"./_ui": 30.2,
|
||||
"selfdrive.controls.plannerd": 11.7,
|
||||
"./_dmonitoringmodeld": 10.0,
|
||||
"selfdrive.locationd.paramsd": 5.0,
|
||||
|
||||
@@ -307,6 +307,7 @@ void CameraViewWidget::vipcThread() {
|
||||
|
||||
emit vipcThreadFrameReceived(buf);
|
||||
|
||||
glFlush();
|
||||
} else {
|
||||
emit vipcThreadFrameReceived(buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user