h_c               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;
h_c               899 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	data->inits.h_c = dc_fixpt_truncate(dc_fixpt_add(data->inits.h_c, dc_fixpt_div_int(
h_c               927 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			orthogonal_rotation ? &data->inits.v_c : &data->inits.h_c,
h_c               945 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			orthogonal_rotation ? &data->inits.h_c : &data->inits.v_c,
h_c               606 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c 	init_frac = dc_fixpt_u0d19(data->inits.h_c) << 5;
h_c               607 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c 	init_int = dc_fixpt_floor(data->inits.h_c);
h_c               163 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 h_c;