/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
mod_freesync.h | 136 unsigned int *v_pos);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_debug.c | 317 int h_pos[MAX_PIPES] = {0}, v_pos[MAX_PIPES] = {0}; local in function:context_timing_trace 333 v_pos[i] = position.vertical_count; 341 TIMING_TRACE("OTG_%d H_tot:%d V_tot:%d H_pos:%d V_pos:%d\n", 345 h_pos[i], v_pos[i]);
|
amdgpu_dc.c | 310 unsigned int *v_pos, unsigned int *nom_v_pos) 325 *v_pos = position.vertical_count;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_stream.h | 430 unsigned int *v_pos, 464 unsigned int *v_pos,
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_legacy_tv.c | 485 * convert v_pos TV lines to n. of CRTC pixels 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); 498 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
|
radeon_mode.h | 407 int v_pos; member in struct:radeon_encoder_tv_dac
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/ |
amdgpu_freesync.c | 476 unsigned int *v_pos) 491 *v_pos = position.vertical_count;
|