int_adj           790 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				int int_adj = *vp_offset >= (taps - int_part) ?
int_adj           792 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				*vp_offset -= int_adj;
int_adj           793 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				*vp_size += int_adj;
int_adj           794 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				int_part += int_adj;
int_adj           829 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				int int_adj = end_offset >= (taps - int_part) ?
int_adj           831 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				*vp_size += int_adj;
int_adj           832 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				int_part += int_adj;