HomeSort by: relevance | last modified time | path
    Searched refs:dpp_output_buffer_lines_y (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 528 float dpp_output_buffer_lines_y; member in struct:dcn_bw_internal_vars
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 1836 v->dpp_output_buffer_lines_y = v->dpp_output_buffer_pixels / v->swath_width_y[k];
1839 v->dpp_output_buffer_lines_y = 0.5;
1842 v->dpp_output_buffer_lines_y = 1.0;
1853 v->dppopp_buffering_y = (v->htotal[k] / v->pixel_clock[k]) * (v->dpp_output_buffer_lines_y + v->opp_output_buffer_lines);

Completed in 14 milliseconds