dc_fixpt_half     158 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 		(tmp >= (unsigned long long)dc_fixpt_half.value);
dc_fixpt_half     201 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 		(tmp >= (unsigned long long)dc_fixpt_half.value);
dc_fixpt_half     647 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	data->inits.h_c = (data->viewport.x % vpc_div) != 0 ? dc_fixpt_half : dc_fixpt_zero;
dc_fixpt_half     648 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	data->inits.v_c = (data->viewport.y % vpc_div) != 0 ? dc_fixpt_half : dc_fixpt_zero;
dc_fixpt_half      69 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_half = { 0x80000000LL };
dc_fixpt_half     467 drivers/gpu/drm/amd/display/include/fixed31_32.h 	const long long summand = dc_fixpt_half.value;
dc_fixpt_half     230 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		*out_y = dc_fixpt_pow(x, dc_fixpt_half);