Searched refs:tv_enc_mode (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 52 .tv_enc_mode = { 720, 576, 50000, { 64 .tv_enc_mode = { 720, 480, 59940, { 76 .tv_enc_mode = { 720, 576, 50000, { 88 .tv_enc_mode = { 720, 576, 50000, { 100 .tv_enc_mode = { 720, 480, 59940, { 112 .tv_enc_mode = { 720, 480, 59940, { 124 .tv_enc_mode = { 720, 480, 59940, { 136 .tv_enc_mode = { 720, 576, 50000, { 327 do_div(rs[0], overscan * tv_norm->tv_enc_mode.hdisplay); in tv_setup_filter() 328 do_div(rs[1], overscan * tv_norm->tv_enc_mode.vdisplay); in tv_setup_filter() [all …]
|
D | tvnv17.c | 215 mode->clock = tv_norm->tv_enc_mode.vrefresh * in nv17_tv_get_ld_modes() 222 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay && in nv17_tv_get_ld_modes() 223 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay) in nv17_tv_get_ld_modes() 340 tv_norm->tv_enc_mode.vrefresh) > vsync_tolerance) in nv17_tv_mode_valid() 493 if (tv_norm->tv_enc_mode.vdisplay == 576) { in nv17_tv_mode_set() 497 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { in nv17_tv_mode_set() 508 if (tv_norm->tv_enc_mode.vdisplay == 576) { in nv17_tv_mode_set() 514 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { in nv17_tv_mode_set() 523 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
|