commit | d942070575910fdb687b9c8fd5467704b2f77c24 | [log] [tgz] |
---|---|---|
author | Raul E Rangel <rrangel@chromium.org> | Tue Nov 05 15:58:02 2019 -0700 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 06 16:27:48 2019 -0500 |
tree | b7c29a2ff66860f76eb4f6b5ee95acb980f84d36 | |
parent | 946ab8db6953535a3a88c957db8328beacdfed9d [diff] |
drm/amd/powerplay: fix struct init in renoir_print_clk_levels drivers/gpu/drm/amd/powerplay/renoir_ppt.c:186:2: error: missing braces around initializer [-Werror=missing-braces] SmuMetrics_t metrics = {0}; ^ Fixes: 8b8031703bd7 ("drm/amd/powerplay: implement sysfs for getting dpm clock") Signed-off-by: Raul E Rangel <rrangel@chromium.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>