OSDN Git Service

drm/amd/display: Ignore wrong tautological warning
authorHarry Wentland <harry.wentland@amd.com>
Mon, 2 Oct 2017 19:27:26 +0000 (15:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:48:10 +0000 (16:48 -0400)
commit410d0b39e2247778db5ead9d40330837fecb7a43
tree524af0f421c4f66b5c07b075d19cd5a370731452
parent8459f633b65a81979b9b233ed0a91a9fdc98b7bd
drm/amd/display: Ignore wrong tautological warning

Some of our HW calcs functions compares a var against
itself to check for NaN. Gcc isn't fond of it and wrongfully
warns about a tautological comparison. Disable this check
for dcn_calcs_math.c.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/calcs/Makefile