Skip to content

Commit 5a5b188

Browse files
committed
feat: add amdgpu support
1 parent 70e7325 commit 5a5b188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Managers/Process.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ public class Monitor.Process : GLib.Object {
345345
var splitted_line = line.split (":");
346346
switch (splitted_line[0]) {
347347
// for i915 there is only drm-engine-render to check
348+
case "drm-engine-gfx":
348349
case "drm-engine-render":
349350
drm_driver.engine_render = uint64.parse (splitted_line[1].strip ().split (" ")[0]);
350351
if (last_drm_driver_engine_render != 0) {

0 commit comments

Comments
 (0)