Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1491 double total_row_bytes; member
H A Ddml2_core_dcn5_calcs_dchub.c3175 …double total_row_bytes = (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes… in dcn5_calculate_prefetch_schedule() local
3182 double row_transfer_time = total_row_bytes / s->prefetch_bw1; in dcn5_calculate_prefetch_schedule()
3196 double row_transfer_time = total_row_bytes / s->prefetch_bw2; in dcn5_calculate_prefetch_schedule()
3209 double row_transfer_time = total_row_bytes / s->prefetch_bw3; in dcn5_calculate_prefetch_schedule()