Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2697 unsigned int cnvc_delay_subtotal; in dcn5_calculate_prefetch_schedule() local
2820 cnvc_delay_subtotal = (unsigned int)(p->DPPCLKDelaySubtotalPlusCNVCFormater); in dcn5_calculate_prefetch_schedule()
2822 cnvc_delay_subtotal += 15; in dcn5_calculate_prefetch_schedule()
2825 cnvc_delay_subtotal += 6; in dcn5_calculate_prefetch_schedule()
2828 s->DPPCycles = cnvc_delay_subtotal + (unsigned int)(p->DPPCLKDelaySCLLBOnly); in dcn5_calculate_prefetch_schedule()
2830 s->DPPCycles = cnvc_delay_subtotal + (unsigned int)(p->DPPCLKDelaySCL); in dcn5_calculate_prefetch_schedule()
2832 s->DPPCycles = cnvc_delay_subtotal + 100; in dcn5_calculate_prefetch_schedule()
2834 s->DPPCycles = cnvc_delay_subtotal + 80; in dcn5_calculate_prefetch_schedule()