Searched refs:tv_enc_mode (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 54 .tv_enc_mode = { 720, 576, 50000, { 66 .tv_enc_mode = { 720, 480, 59940, { 78 .tv_enc_mode = { 720, 576, 50000, { 90 .tv_enc_mode = { 720, 576, 50000, { 102 .tv_enc_mode = { 720, 480, 59940, { 114 .tv_enc_mode = { 720, 480, 59940, { 126 .tv_enc_mode = { 720, 480, 59940, { 138 .tv_enc_mode = { 720, 576, 50000, { 329 do_div(rs[0], overscan * tv_norm->tv_enc_mode.hdisplay); in tv_setup_filter() 330 do_div(rs[1], overscan * tv_norm->tv_enc_mode.vdisplay); in tv_setup_filter() [all …]
|
D | tvnv17.c | 212 mode->clock = tv_norm->tv_enc_mode.vrefresh * in nv17_tv_get_ld_modes() 219 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay && in nv17_tv_get_ld_modes() 220 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay) in nv17_tv_get_ld_modes() 333 tv_norm->tv_enc_mode.vrefresh) > vsync_tolerance) in nv17_tv_mode_valid() 486 if (tv_norm->tv_enc_mode.vdisplay == 576) { in nv17_tv_mode_set() 490 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { in nv17_tv_mode_set() 501 if (tv_norm->tv_enc_mode.vdisplay == 576) { in nv17_tv_mode_set() 507 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { in nv17_tv_mode_set() 516 tv_regs->tv_enc[i] = tv_norm->tv_enc_mode.tv_enc[i]; in nv17_tv_mode_set()
|
D | tvnv17.h | 103 } tv_enc_mode; member
|