Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1247 double total_row_bytes; member
H A Ddml2_core_dcn4_calcs.c5677 …double total_row_bytes = (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes… in CalculatePrefetchSchedule() local
5684 double row_transfer_time = total_row_bytes / s->prefetch_bw1; in CalculatePrefetchSchedule()
5698 double row_transfer_time = total_row_bytes / s->prefetch_bw2; in CalculatePrefetchSchedule()
5711 double row_transfer_time = total_row_bytes / s->prefetch_bw3; in CalculatePrefetchSchedule()