HomeSort by: relevance | last modified time | path
    Searched refs:h_total (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
audio_types.h 39 uint32_t h_total; member in struct:audio_crtc_info
bios_parser_types.h 165 uint32_t h_total; member in struct:bp_hw_crtc_timing_parameters
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce110/
amdgpu_dce110_clk_mgr.c 111 vertical_blank_in_pixels = stream->timing.h_total *
169 cfg->v_refresh /= stream->timing.h_total;
246 pp_display_cfg->line_time_in_us = timing->h_total * 10000 / timing->pix_clk_100hz;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_optc.c 176 /* CRTC_H_TOTAL = vesa.h_total - 1 */
178 OTG_H_TOTAL, patched_crtc_timing.h_total - 1);
186 asic_blank_start = patched_crtc_timing.h_total -
528 h_blank = (timing->h_total - timing->h_addressable -
549 if (timing->h_total > optc1->max_h_total ||
711 /* force H count to H_TOTAL and V count to V_TOTAL in
754 /* force H count to H_TOTAL and V count to V_TOTAL in
1258 hw_crtc_timing->h_total = s.h_total + 1;
1259 hw_crtc_timing->h_addressable = s.h_total - ((s.h_total - s.h_blank_start) + s.h_blank_end)
    [all...]
amdgpu_dcn10_stream_encoder.c 434 DP_MSA_HTOTAL, hw_crtc_timing.h_total,
441 h_blank = hw_crtc_timing.h_total - hw_crtc_timing.h_border_left -
amdgpu_dcn10_hw_sequencer_debug.c 459 s.h_total,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
mem_input.h 125 uint32_t h_total,/* for current target */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 530 uint32_t h_total,
543 if (!h_total || v_total || !pix_clk_khz)
548 pixels_per_frame = h_total * v_total;
577 uint32_t h_total,
585 h_total,
amdgpu_dce_stream_encoder.c 475 DP_MSA_HTOTAL, hw_crtc_timing.h_total,
483 h_blank = hw_crtc_timing.h_total - hw_crtc_timing.h_border_left -
1261 crtc_info->h_total - crtc_info->h_active;
dce_clk_mgr.c 541 cfg->v_refresh /= stream->timing.h_total;
559 vertical_blank_in_pixels = stream->timing.h_total *
666 pp_display_cfg->line_time_in_us = timing->h_total * 10000 / timing->pix_clk_100hz;
amdgpu_dce_audio.c 176 h_blank = crtc_info->h_total - crtc_info->h_active;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 434 unsigned int h_total, v_total, f_total; local in function:radeon_legacy_tv_init_restarts
444 h_total = const_ptr->hor_total;
491 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME);
493 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME);
500 tv_dac->tv.hrestart = restart % h_total;
501 restart /= h_total;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/
amdgpu_freesync.c 120 * 10000) * stream->timing.h_total,
139 stream->timing.h_total), 1000000);
165 stream->timing.h_total), 1000);
240 stream->timing.h_total), 1000);
1017 unsigned int total = stream->timing.h_total * stream->timing.v_total;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 250 data->h_total[0] = data->h_total[4];
252 data->h_total[1] = data->h_total[4];
255 data->h_total[2] = data->h_total[5];
257 data->h_total[3] = data->h_total[5];
387 data->h_total[maximum_number_of_surfaces - 2] = data->h_total[5]
    [all...]
amdgpu_dcn_calcs.c 422 input->dest.htotal = pipe->stream->timing.h_total;
879 v->htotal[input_idx] = pipe->stream->timing.h_total;
1188 pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total;
1229 hsplit_pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_timing_generator_v.c 268 timing->h_total - 1,
285 tmp = timing->h_total -
amdgpu_dce110_timing_generator.c 315 bp_params.h_total = patched_crtc_timing.h_total;
628 timing->h_total - 1,
666 tmp = timing->h_total -
1150 if (timing->h_total > tg110->max_h_total ||
1154 h_blank = (timing->h_total - timing->h_addressable -
1571 2, /* force H count to H_TOTAL and V count to V_TOTAL */
1645 0, /* force H count to H_TOTAL and V count to V_TOTAL */
1693 2, /* force H count to H_TOTAL and V count to V_TOTAL */
amdgpu_dce110_hw_sequencer.c 1124 audio_output->crtc_info.h_total =
1125 stream->timing.h_total;
1148 (stream->timing.h_total*stream->timing.v_total);
1628 (stream->timing.h_total * 10) /
2602 pipe_ctx->stream->timing.h_total,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/info_packet/
amdgpu_info_packet.c 459 && stream->timing.h_total >= 3840
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_stream.c 257 us_per_line = stream->timing.h_total * 10000 / stream->timing.pix_clk_100hz;
669 "\tpix_clk_khz: %d, h_total: %d, v_total: %d, pixelencoder:%d, displaycolorDepth:%d\n",
671 stream->timing.h_total,
amdgpu_dc_debug.c 343 pipe_ctx->stream->timing.h_total,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 715 uint32_t h_total; member in struct:dc_crtc_timing
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 390 struct bw_fixed h_total[maximum_number_of_surfaces]; member in struct:bw_calcs_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
amdgpu_dce120_timing_generator.c 451 timing->h_total - 1);
471 tmp1 = timing->h_total -
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_command_table2.c 501 cpu_to_le16((uint16_t)(bp_params->h_total -

Completed in 30 milliseconds

1 2