Home
last modified time | relevance | path

Searched refs:v_pos (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c312 int h_pos[MAX_PIPES] = {0}, v_pos[MAX_PIPES] = {0}; in context_timing_trace() local
328 v_pos[i] = position.vertical_count; in context_timing_trace()
340 h_pos[i], v_pos[i]); in context_timing_trace()
H A Ddc.c473 unsigned int *v_pos, unsigned int *nom_v_pos) in dc_stream_get_crtc_position() argument
488 *v_pos = position.vertical_count; in dc_stream_get_crtc_position()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h149 unsigned int *v_pos);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h553 unsigned int *v_pos,
594 unsigned int *v_pos,
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c485 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
487 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
492 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart); in radeon_legacy_tv_init_restarts()
H A Dradeon_mode.h396 int v_pos; member
/openbmc/linux/drivers/media/i2c/
H A Dimx274.c1283 s32 v_pos; in imx274_apply_trimming() local
1297 v_pos = imx274->ctrls.vflip->cur.val ? in imx274_apply_trimming()
1319 v_pos, 2); in imx274_apply_trimming()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c544 unsigned int *v_pos) in mod_freesync_get_v_position() argument
559 *v_pos = position.vertical_count; in mod_freesync_get_v_position()