commit | fda519fb5d7005d37e1675679a9f8dd0551b2d50 | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Tue Feb 06 14:00:01 2018 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 19 14:19:38 2018 -0500 |
tree | 7ae7016381a9d2fc3ca9b1a25bdc679a9c47333e | |
parent | cf8c19a305b24bcfc0d0a0fdf4f97cdb8d98ba40 [diff] |
drm/amd/powerplay: Zero out power data in AMDGPU_PP_SENSOR_GPU_POWER readout Since 12 of the 16 bytes are not initialized with anything let's ensure they're sensibly zeroed out otherwise debugfs callers will read back garbage (because they assume debugfs wrote sensible data back...) Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>