Home
last modified time | relevance | path

Searched refs:total_row_bytes (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_dcn4_calcs.c5633 …double total_row_bytes = (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes… in CalculatePrefetchSchedule() local
5640 double row_transfer_time = total_row_bytes / s->prefetch_bw1; in CalculatePrefetchSchedule()
5654 double row_transfer_time = total_row_bytes / s->prefetch_bw2; in CalculatePrefetchSchedule()
5667 double row_transfer_time = total_row_bytes / s->prefetch_bw3; in CalculatePrefetchSchedule()