Searched refs:tdlut_bytes_per_frame (Results 1 – 3 of 3) sorted by relevance
653 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member880 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member1202 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member1287 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member2033 unsigned int tdlut_bytes_per_frame; member2350 unsigned int *tdlut_bytes_per_frame; member
451 calculate_tdlut_setting_params->tdlut_bytes_per_frame = &s->tdlut_bytes_per_frame[k]; in dcn5_mode_programming()705 CalculatePrefetchSchedule_params->tdlut_bytes_per_frame = s->tdlut_bytes_per_frame[k]; in dcn5_mode_programming()
2386 *p->tdlut_bytes_per_frame = 0; in dcn5_calculate_tdlut_setting()2434 *p->tdlut_bytes_per_frame = tdlut_bytes_per_line * tdlut_mpc_width * tdlut_mpc_width; in dcn5_calculate_tdlut_setting()2440 *p->tdlut_bytes_per_frame = (unsigned int)math_ceil2(tdlut_width * tdlut_bpe, 256); in dcn5_calculate_tdlut_setting()2447 …*p->tdlut_groups_per_2row_ub = (unsigned int)math_ceil2((double) *p->tdlut_bytes_per_frame / *p->t… in dcn5_calculate_tdlut_setting()2448 …*p->tdlut_opt_time = (int) (*p->tdlut_bytes_per_frame - p->cursor_buffer_size * 1024) / tdlut_drai… in dcn5_calculate_tdlut_setting()2463 DML_LOG_VERBOSE("DML::%s: tdlut_bytes_per_frame = %u\n", __func__, *p->tdlut_bytes_per_frame); in dcn5_calculate_tdlut_setting()2963 tdlut_row_bytes = (unsigned long) math_ceil2(p->tdlut_bytes_per_frame/2.0, 1.0); in dcn5_calculate_prefetch_schedule()