/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_tvmodesnv17.c | 323 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:tv_setup_filter 333 do_div(rs[0], overscan * tv_norm->tv_enc_mode.hdisplay); 334 do_div(rs[1], overscan * tv_norm->tv_enc_mode.vdisplay); 481 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_update_properties 518 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], 520 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22],
|
nouveau_dispnv04_tvnv17.c | 42 MODULE_PARM_DESC(tv_norm, "Default TV norm.\n" 48 module_param_named(tv_norm, nouveau_tv_norm, charp, 0400); 208 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_get_ld_modes 217 mode->clock = tv_norm->tv_enc_mode.vrefresh * 224 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay && 225 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay) 238 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_get_hd_modes 239 const struct drm_display_mode *output_mode = &tv_norm->ctv_enc_mode.mode; 300 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_get_modes 302 if (tv_norm->kind == CTV_ENC_MODE 311 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_mode_valid 353 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_mode_fixup 372 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_dpms 406 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_prepare 471 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_mode_set 696 const struct nv17_tv_norm_params *tv_norm = get_tv_norm(encoder); local in function:nv17_tv_set_property [all...] |
tvnv17.h | 82 enum nv17_tv_norm tv_norm; member in struct:nv17_tv_encoder 115 #define get_tv_norm(enc) (&nv17_tv_norms[to_tv_enc(enc)->tv_norm])
|