/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/ |
amdgpu_freesync.c | 116 unsigned int v_total) 119 (unsigned int)(div64_u64(((unsigned long long)(v_total) 130 unsigned int v_total; local in function:calc_v_total_from_refresh 137 v_total = div64_u64(div64_u64(((unsigned long long)( 141 /* v_total cannot be less than nominal */ 142 if (v_total < stream->timing.v_total) { 143 ASSERT(v_total < stream->timing.v_total); 144 v_total = stream->timing.v_total 155 unsigned int v_total = 0; local in function:calc_v_total_from_duration 181 unsigned int v_total = 0; local in function:update_v_total_for_static_ramp [all...] |
amdgpu_freesync.c | 116 unsigned int v_total) 119 (unsigned int)(div64_u64(((unsigned long long)(v_total) 130 unsigned int v_total; local in function:calc_v_total_from_refresh 137 v_total = div64_u64(div64_u64(((unsigned long long)( 141 /* v_total cannot be less than nominal */ 142 if (v_total < stream->timing.v_total) { 143 ASSERT(v_total < stream->timing.v_total); 144 v_total = stream->timing.v_total 155 unsigned int v_total = 0; local in function:calc_v_total_from_duration 181 unsigned int v_total = 0; local in function:update_v_total_for_static_ramp [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_optc.c | 157 uint32_t v_total; local in function:optc1_program_timing 206 v_total = patched_crtc_timing.v_total - 1; 209 OTG_V_TOTAL, v_total); 212 * OTG_V_TOTAL_MIN are equal to V_TOTAL. 215 OTG_V_TOTAL_MAX, v_total); 217 OTG_V_TOTAL_MIN, v_total); 227 asic_blank_start = patched_crtc_timing.v_total - 315 v_init = patched_crtc_timing.v_total - patched_crtc_timing.v_front_porch; 525 v_blank = (timing->v_total - timing->v_addressable [all...] |
amdgpu_dcn10_optc.c | 157 uint32_t v_total; local in function:optc1_program_timing 206 v_total = patched_crtc_timing.v_total - 1; 209 OTG_V_TOTAL, v_total); 212 * OTG_V_TOTAL_MIN are equal to V_TOTAL. 215 OTG_V_TOTAL_MAX, v_total); 217 OTG_V_TOTAL_MIN, v_total); 227 asic_blank_start = patched_crtc_timing.v_total - 315 v_init = patched_crtc_timing.v_total - patched_crtc_timing.v_front_porch; 525 v_blank = (timing->v_total - timing->v_addressable [all...] |
dcn10_optc.h | 523 uint32_t v_total; member in struct:dcn_otg_state
|
dcn10_optc.h | 523 uint32_t v_total; member in struct:dcn_otg_state
|
/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 445 v_total = const_ptr->ver_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); 502 tv_dac->tv.vrestart = restart % v_total; 503 restart /= v_total;
|
radeon_legacy_tv.c | 434 unsigned int h_total, v_total, f_total; local in function:radeon_legacy_tv_init_restarts 445 v_total = const_ptr->ver_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); 502 tv_dac->tv.vrestart = restart % v_total; 503 restart /= v_total;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
bios_parser_types.h | 173 uint32_t v_total; member in struct:bp_hw_crtc_timing_parameters
|
bios_parser_types.h | 173 uint32_t v_total; member in struct:bp_hw_crtc_timing_parameters
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_resource.c | 1910 unsigned int v_total; local in function:dcn20_populate_dml_pipes_from_context 1917 v_total = timing->v_total; 1933 (v_total - timing->v_addressable 1947 pipes[pipe_cnt].pipe.dest.vblank_start = v_total - front_porch; 1953 pipes[pipe_cnt].pipe.dest.vtotal = v_total; 2097 pipes[pipe_cnt].pipe.dest.vtotal_min = v_total; 2098 pipes[pipe_cnt].pipe.dest.vtotal_max = v_total;
|
amdgpu_dcn20_resource.c | 1910 unsigned int v_total; local in function:dcn20_populate_dml_pipes_from_context 1917 v_total = timing->v_total; 1933 (v_total - timing->v_addressable 1947 pipes[pipe_cnt].pipe.dest.vblank_start = v_total - front_porch; 1953 pipes[pipe_cnt].pipe.dest.vtotal = v_total; 2097 pipes[pipe_cnt].pipe.dest.vtotal_min = v_total; 2098 pipes[pipe_cnt].pipe.dest.vtotal_max = v_total;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
dce_calcs.h | 391 struct bw_fixed v_total[maximum_number_of_surfaces]; member in struct:bw_calcs_data
|
dce_calcs.h | 391 struct bw_fixed v_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 | 722 uint32_t v_total; member in struct:dc_crtc_timing
|
dc_hw_types.h | 722 uint32_t v_total; member in struct:dc_crtc_timing
|