Home
last modified time | relevance | path

Searched refs:tdlut_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_dcn5_calcs_dchub.c2695 unsigned int tdlut_row_bytes; in dcn5_calculate_prefetch_schedule() local
2963 tdlut_row_bytes = (unsigned long) math_ceil2(p->tdlut_bytes_per_frame/2.0, 1.0); in dcn5_calculate_prefetch_schedule()
2970 …(p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes) / (15… in dcn5_calculate_prefetch_schedule()
2987 …(p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes) / s->… in dcn5_calculate_prefetch_schedule()
2990 …elPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes) / s->prefetc… in dcn5_calculate_prefetch_schedule()
3041 DML_LOG_VERBOSE("DML::%s: tdlut_row_bytes = %d\n", __func__, tdlut_row_bytes); in dcn5_calculate_prefetch_schedule()
3067 …", __func__, p->PixelPTEBytesPerRow*p->HostVMInefficiencyFactor+p->meta_row_bytes+tdlut_row_bytes); in dcn5_calculate_prefetch_schedule()
3094 … + 2 * (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes) in dcn5_calculate_prefetch_schedule()
3103 …2 * (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes)) / in dcn5_calculate_prefetch_schedule()
3105 …2 * (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes))); in dcn5_calculate_prefetch_schedule()
[all …]
H A Ddml2_core_shared_types.h1203 unsigned int tdlut_row_bytes[DML2_MAX_PLANES]; member
1288 unsigned int tdlut_row_bytes[DML2_MAX_PLANES]; member