Searched refs:tv_enc_mode (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c54 .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); tv_setup_filter()
330 do_div(rs[1], overscan * tv_norm->tv_enc_mode.vdisplay); tv_setup_filter()
514 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], nv17_tv_update_properties()
516 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22], nv17_tv_update_properties()
H A Dtvnv17.c212 mode->clock = tv_norm->tv_enc_mode.vrefresh * nv17_tv_get_ld_modes()
219 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay && nv17_tv_get_ld_modes()
220 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay) nv17_tv_get_ld_modes()
333 tv_norm->tv_enc_mode.vrefresh) > vsync_tolerance) nv17_tv_mode_valid()
486 if (tv_norm->tv_enc_mode.vdisplay == 576) { nv17_tv_mode_set()
490 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { nv17_tv_mode_set()
501 if (tv_norm->tv_enc_mode.vdisplay == 576) { nv17_tv_mode_set()
507 } else if (tv_norm->tv_enc_mode.vdisplay == 480) { nv17_tv_mode_set()
516 tv_regs->tv_enc[i] = tv_norm->tv_enc_mode.tv_enc[i]; nv17_tv_mode_set()
H A Dtvnv17.h103 } tv_enc_mode; member in union:nv17_tv_norm_params::__anon4306

Completed in 57 milliseconds