From 4020402e7babfd4f94b05d2f8e9c2d09b981a946 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 4 Jan 2026 15:25:06 +0100 Subject: [PATCH] change gpu name --- GPUcollecter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPUcollecter.pm b/GPUcollecter.pm index c8bebd4..9c8cc1e 100644 --- a/GPUcollecter.pm +++ b/GPUcollecter.pm @@ -219,7 +219,7 @@ sub _collector_for_intel_device { # Build device-specific structure (just the node, not the full Graphics/Intel hierarchy) my $device_data = { $node_name => { - gpu_name => $device->{name}, + name => $device->{name}, device_path => $device->{path}, drm_path => $device->{drm_path}, stats => $stats