Searched refs:tv_enc_mode (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 53 .tv_enc_mode = { 720, 576, 50000, { 65 .tv_enc_mode = { 720, 480, 59940, { 77 .tv_enc_mode = { 720, 576, 50000, { 89 .tv_enc_mode = { 720, 576, 50000, { 101 .tv_enc_mode = { 720, 480, 59940, { 113 .tv_enc_mode = { 720, 480, 59940, { 125 .tv_enc_mode = { 720, 480, 59940, { 137 .tv_enc_mode = { 720, 576, 50000, { 328 do_div(rs[0], overscan * tv_norm->tv_enc_mode.hdisplay); in tv_setup_filter() 329 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
|