Searched refs:phantom_timing (Results 1 – 3 of 3) sorted by relevance
437 struct dc_crtc_timing *phantom_timing = NULL; in dml2_svp_drr_schedulable() local463 phantom_timing = &phantom_stream->timing; in dml2_svp_drr_schedulable()464 prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in dml2_svp_drr_schedulable()465 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in dml2_svp_drr_schedulable()472 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total / in dml2_svp_drr_schedulable()473 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000; in dml2_svp_drr_schedulable()522 struct dc_crtc_timing *phantom_timing = NULL; in subvp_vblank_schedulable() local558 phantom_timing = &phantom_stream->timing; in subvp_vblank_schedulable()562 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_vblank_schedulable()563 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_vblank_schedulable()[all …]
568 struct dc_crtc_timing *phantom_timing; in populate_subvp_cmd_drr_info() local585 phantom_timing = &phantom_stream->timing; in populate_subvp_cmd_drr_info()594 …mall_region_us = div64_u64(((uint64_t)phantom_timing->v_addressable * phantom_timing->h_total * 10… in populate_subvp_cmd_drr_info()595 (((uint64_t)phantom_timing->pix_clk_100hz * 100))); in populate_subvp_cmd_drr_info()600 …prefetch_us = div64_u64(((uint64_t)(phantom_timing->v_total - phantom_timing->v_front_porch) * pha… in populate_subvp_cmd_drr_info()601 … (((uint64_t)phantom_timing->pix_clk_100hz * 100) + dc->caps.subvp_prefetch_end_to_mall_start_us)); in populate_subvp_cmd_drr_info()771 struct dc_crtc_timing *phantom_timing; in populate_subvp_cmd_pipe_info() local777 phantom_timing = &phantom_stream->timing; in populate_subvp_cmd_pipe_info()787 pipe_data->pipe_config.subvp_data.mall_region_lines = phantom_timing->v_addressable; in populate_subvp_cmd_pipe_info()808 phantom_timing->v_total - phantom_timing->v_front_porch; in populate_subvp_cmd_pipe_info()[all …]
802 struct dc_crtc_timing *phantom_timing = NULL; in subvp_drr_schedulable() local851 phantom_timing = &phantom_stream->timing; in subvp_drr_schedulable()853 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_drr_schedulable()854 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_drr_schedulable()861 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total / in subvp_drr_schedulable()862 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000; in subvp_drr_schedulable()911 struct dc_crtc_timing *phantom_timing = NULL; in subvp_vblank_schedulable() local944 phantom_timing = &phantom_stream->timing; in subvp_vblank_schedulable()948 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_vblank_schedulable()949 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_vblank_schedulable()[all …]