Lines Matching refs:h_total

574 			(double)ref_pipe->stream->timing.h_total;
690 pipe->stream->timing.v_total * pipe->stream->timing.h_total - 1)
691 / (double)(pipe->stream->timing.v_total * pipe->stream->timing.h_total);
716 unsigned int frame_us = (stream->timing.v_total * stream->timing.h_total /
819 time_us = (microschedule_lines * phantom->timing.h_total) /
834 vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_total) /
836 vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_total) /
839 subvp_pipes[0]->stream->timing.h_total) /
842 subvp_pipes[1]->stream->timing.h_total) /
915 prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total /
918 subvp_active_us = main_timing->v_addressable * main_timing->h_total /
920 drr_frame_us = drr_timing->v_total * drr_timing->h_total /
923 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total /
926 drr_stretched_vblank_us = (drr_timing->v_total - drr_timing->v_addressable) * drr_timing->h_total /
1004 prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total /
1008 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total /
1010 vblank_frame_us = vblank_timing->v_total * vblank_timing->h_total /
1012 vblank_blank_us = (vblank_timing->v_total - vblank_timing->v_addressable) * vblank_timing->h_total /
1014 subvp_active_us = main_timing->v_addressable * main_timing->h_total /
1057 pipe->stream->timing.v_total * pipe->stream->timing.h_total - (uint64_t)1);
1059 refresh_rate = div_u64(refresh_rate, pipe->stream->timing.h_total);
2960 pipe->stream->timing.v_total * pipe->stream->timing.h_total - 1)
2961 / (double)(pipe->stream->timing.v_total * pipe->stream->timing.h_total);
3009 pipe_ctx->stream->timing.v_total * pipe_ctx->stream->timing.h_total - 1)
3010 / (double)(pipe_ctx->stream->timing.v_total * pipe_ctx->stream->timing.h_total);
3019 pipe->stream->timing.v_total * pipe->stream->timing.h_total - 1)
3020 / (double)(pipe->stream->timing.v_total * pipe->stream->timing.h_total);
3121 blank_us = ((pipe->stream->timing.v_total - pipe->stream->timing.v_addressable) * pipe->stream->timing.h_total /