Searched refs:scaler_recout_height (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h192 float scaler_recout_height[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c934 v->scaler_recout_height[input_idx] = v->viewport_height[input_idx];
945 v->scaler_recout_height[input_idx] = pipe->plane_res.scl_data.recout.height;
980 || v->scaler_recout_height[input_idx] == v->viewport_height[input_idx]);
983 || v->scaler_recout_height[input_idx] == v->viewport_width[input_idx]);
H A Ddcn_calc_auto.c47 v->v_ratio[k] = v->viewport_height[k] / v->scaler_recout_height[k];
51 v->v_ratio[k] = v->viewport_width[k] / v->scaler_recout_height[k];
56 v->h_ratio[k] =dcn_bw_max2(v->viewport_width[k] / v->scaler_rec_out_width[k], v->viewport_height[k] / v->scaler_recout_height[k]);
59 v->h_ratio[k] =dcn_bw_max2(v->viewport_height[k] / v->scaler_rec_out_width[k], v->viewport_width[k] / v->scaler_recout_height[k]);
1878 v->v_blank_dram_clock_change_latency_margin[k] = (v->vtotal[k] - v->scaler_recout_height[k]) * (v->htotal[k] / v->pixel_clock[k]) -dcn_bw_max2(v->dram_clock_change_watermark, v->writeback_dram_clock_change_watermark);

Completed in 214 milliseconds