Home
last modified time | relevance | path

Searched refs:phantom_timing (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_dmub_srv.c568 struct dc_crtc_timing *phantom_timing; in populate_subvp_cmd_drr_info() local
585 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() local
777 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 …]