HomeSort by: relevance | last modified time | path
    Searched defs:input_idx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 734 int i, input_idx, k; local in function:dcn_validate_bandwidth
867 for (i = 0, input_idx = 0; i < pool->pipe_count; i++) {
876 v->underscan_output[input_idx] = false; /* taken care of in recout already*/
877 v->interlace_output[input_idx] = false;
879 v->htotal[input_idx] = pipe->stream->timing.h_total;
880 v->vtotal[input_idx] = pipe->stream->timing.v_total;
881 v->vactive[input_idx] = pipe->stream->timing.v_addressable +
883 v->v_sync_plus_back_porch[input_idx] = pipe->stream->timing.v_total
884 - v->vactive[input_idx]
886 v->pixel_clock[input_idx] = pipe->stream->timing.pix_clk_100hz/10000.0
    [all...]
amdgpu_dcn_calcs.c 734 int i, input_idx, k; local in function:dcn_validate_bandwidth
867 for (i = 0, input_idx = 0; i < pool->pipe_count; i++) {
876 v->underscan_output[input_idx] = false; /* taken care of in recout already*/
877 v->interlace_output[input_idx] = false;
879 v->htotal[input_idx] = pipe->stream->timing.h_total;
880 v->vtotal[input_idx] = pipe->stream->timing.v_total;
881 v->vactive[input_idx] = pipe->stream->timing.v_addressable +
883 v->v_sync_plus_back_porch[input_idx] = pipe->stream->timing.v_total
884 - v->vactive[input_idx]
886 v->pixel_clock[input_idx] = pipe->stream->timing.pix_clk_100hz/10000.0
    [all...]
amdgpu_dcn_calcs.c 734 int i, input_idx, k; local in function:dcn_validate_bandwidth
867 for (i = 0, input_idx = 0; i < pool->pipe_count; i++) {
876 v->underscan_output[input_idx] = false; /* taken care of in recout already*/
877 v->interlace_output[input_idx] = false;
879 v->htotal[input_idx] = pipe->stream->timing.h_total;
880 v->vtotal[input_idx] = pipe->stream->timing.v_total;
881 v->vactive[input_idx] = pipe->stream->timing.v_addressable +
883 v->v_sync_plus_back_porch[input_idx] = pipe->stream->timing.v_total
884 - v->vactive[input_idx]
886 v->pixel_clock[input_idx] = pipe->stream->timing.pix_clk_100hz/10000.0
    [all...]

Completed in 155 milliseconds