Searched refs:tdlut_bytes_per_frame (Results 1 – 2 of 2) sorted by relevance
962 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member1048 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member1774 unsigned int tdlut_bytes_per_frame; member2007 unsigned int *tdlut_bytes_per_frame; member
4689 *p->tdlut_bytes_per_frame = 0; in calculate_tdlut_setting()4737 *p->tdlut_bytes_per_frame = tdlut_bytes_per_line * tdlut_mpc_width * tdlut_mpc_width; in calculate_tdlut_setting()4744 *p->tdlut_bytes_per_frame = (unsigned int)math_ceil2(tdlut_width * tdlut_bpe, 256); in calculate_tdlut_setting()4752 …*p->tdlut_groups_per_2row_ub = (unsigned int)math_ceil2((double) *p->tdlut_bytes_per_frame / *p->t… in calculate_tdlut_setting()4753 …*p->tdlut_opt_time = (*p->tdlut_bytes_per_frame - p->cursor_buffer_size * 1024) / tdlut_drain_rate; in calculate_tdlut_setting()4769 dml2_printf("DML::%s: tdlut_bytes_per_frame = %u\n", __func__, *p->tdlut_bytes_per_frame); in calculate_tdlut_setting()5385 tdlut_row_bytes = (unsigned long) math_ceil2(p->tdlut_bytes_per_frame/2.0, 1.0); in CalculatePrefetchSchedule()8920 calculate_tdlut_setting_params->tdlut_bytes_per_frame = &s->tdlut_bytes_per_frame[k]; in dml_core_mode_support()9073 CalculatePrefetchSchedule_params->tdlut_bytes_per_frame = s->tdlut_bytes_per_frame[k]; in dml_core_mode_support()10957 calculate_tdlut_setting_params->tdlut_bytes_per_frame = &s->tdlut_bytes_per_frame[k]; in dml_core_mode_programming()[all …]