Revert "cameraview: remove glflush, reduce C3 CPU usage (#22949)"

This reverts commit 6edbdc5e535eafaeea4b2e546ccb78ad190d21fb.

old-commit-hash: 372b0f10da2e6cd7c564f15d8769905744c0627c
This commit is contained in:
Willem Melching
2021-11-17 16:22:25 +01:00
parent 1ae1237520
commit f076987942
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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,
+1
View File
@@ -307,6 +307,7 @@ void CameraViewWidget::vipcThread() {
emit vipcThreadFrameReceived(buf);
glFlush();
} else {
emit vipcThreadFrameReceived(buf);
}