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

  /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/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/dc/dcn10/
dcn10_optc.h 535 uint32_t h_total; member in struct:dcn_otg_state
  /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/
dc_hw_types.h 715 uint32_t h_total; member in struct:dc_crtc_timing

Completed in 18 milliseconds