gallium/hud: remove uint64_t casts in sensor query_sti_load() function
authorBrian Paul <brianp@vmware.com>
Thu, 11 Jan 2018 16:57:50 +0000 (09:57 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Jan 2018 18:17:56 +0000 (11:17 -0700)
commit23a5fae317c40285956cee383b2ab774f84058d6
tree0e92ab24cfd25755d6eee28389f117154d079edf
parentf774f2b52f56cb10fd7e4354e7c3861d370a58a8
gallium/hud: remove uint64_t casts in sensor query_sti_load() function

The hud_graph_add_value() function takes a double value, so just pass
the current/critical values as-is since they're doubles.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/hud/hud_sensors_temp.c