Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1194 double dst_y_prefetch_oto; member
H A Ddml2_core_shared.c7538 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
7799 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
7839 dml2_printf("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
8014 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
8015 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c890 double dst_y_prefetch_oto; local
1106 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;
1116 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto);
1268 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {
1269 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1788 dml_float_t dst_y_prefetch_oto; member