change gpu name
This commit is contained in:
parent
d6a6257003
commit
4020402e7b
@ -219,7 +219,7 @@ sub _collector_for_intel_device {
|
|||||||
# Build device-specific structure (just the node, not the full Graphics/Intel hierarchy)
|
# Build device-specific structure (just the node, not the full Graphics/Intel hierarchy)
|
||||||
my $device_data = {
|
my $device_data = {
|
||||||
$node_name => {
|
$node_name => {
|
||||||
gpu_name => $device->{name},
|
name => $device->{name},
|
||||||
device_path => $device->{path},
|
device_path => $device->{path},
|
||||||
drm_path => $device->{drm_path},
|
drm_path => $device->{drm_path},
|
||||||
stats => $stats
|
stats => $stats
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user