Add support for rockchip GPU stats (#17812)

* Set rockchip GPU name

* Add support for calculating rockchip GPU load

* Format consistently

* Fix access error
This commit is contained in:
Nicolas Mowen
2025-04-19 16:34:05 -05:00
committed by GitHub
parent 80a13e43e9
commit 38ffe21b69
4 changed files with 35 additions and 2 deletions
+3
View File
@@ -101,6 +101,9 @@ export default function Statusbar() {
case "intel-qsv":
gpuTitle = "Intel GPU";
break;
case "rockchip":
gpuTitle = "Rockchip GPU";
break;
default:
gpuTitle = name;
break;