Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c859 v->scaler_recout_height[input_idx] = pipe->stream->timing.v_addressable; in dcn_validate_bandwidth()
870 v->scaler_recout_height[input_idx] = pipe->plane_res.scl_data.recout.height; in dcn_validate_bandwidth()
905 || v->scaler_recout_height[input_idx] == v->viewport_height[input_idx]); in dcn_validate_bandwidth()
908 || v->scaler_recout_height[input_idx] == v->viewport_width[input_idx]); in dcn_validate_bandwidth()
H A Ddcn_calc_auto.c47 v->v_ratio[k] = v->viewport_height[k] / v->scaler_recout_height[k]; in scaler_settings_calculation()
51 v->v_ratio[k] = v->viewport_width[k] / v->scaler_recout_height[k]; in scaler_settings_calculation()
56 …iewport_width[k] / v->scaler_rec_out_width[k], v->viewport_height[k] / v->scaler_recout_height[k]); in scaler_settings_calculation()
59 …iewport_height[k] / v->scaler_rec_out_width[k], v->viewport_width[k] / v->scaler_recout_height[k]); in scaler_settings_calculation()
1853 …v->v_blank_dram_clock_change_latency_margin[k] = (v->vtotal[k] - v->scaler_recout_height[k]) * (v-… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h192 float scaler_recout_height[number_of_planes_minus_one + 1]; member