Searched refs:tv_enc_mode (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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 | 220 mode->clock = tv_norm->tv_enc_mode.vrefresh * in nv17_tv_get_ld_modes() 227 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay && in nv17_tv_get_ld_modes() 228 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay) in nv17_tv_get_ld_modes() 341 tv_norm->tv_enc_mode.vrefresh) > vsync_tolerance) in nv17_tv_mode_valid() 494 if (tv_norm->tv_enc_mode.vdisplay == 576) { in nv17_tv_mode_set() 498 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { in nv17_tv_mode_set() 509 if (tv_norm->tv_enc_mode.vdisplay == 576) { in nv17_tv_mode_set() 515 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { in nv17_tv_mode_set() 524 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
|