Home
last modified time | relevance | path

Searched refs:nvsync (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_pior507d.c37 ctrl |= asyh->or.nvsync << 13; in pior507d_ctrl()
H A Dnouveau_dispnv50_sor507d.c37 ctrl |= asyh->or.nvsync << 13; in sor507d_ctrl()
H A Dnouveau_dispnv50_dac507d.c36 sync |= asyh->or.nvsync << 1; in dac507d_ctrl()
H A Datom.h122 u8 nvsync:1; member
H A Dnouveau_dispnv50_headc57d.c53 asyh->or.nvsync << 3 | in headc57d_or()
H A Dnouveau_dispnv50_headc37d.c53 asyh->or.nvsync << 3 | in headc37d_or()
H A Dnouveau_dispnv50_head907d.c38 asyh->or.nvsync << 4 | in head907d_or()
H A Dnouveau_dispnv50_head.c303 asyh->or.nvsync = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in nv50_head_atomic_check_mode()
/netbsd-src/sys/dev/pci/
H A Dmachfb.c936 int nhsync, nvsync; in mach64_get_mode() local
963 nvsync = 1; in mach64_get_mode()
965 nvsync = 0; in mach64_get_mode()
993 nhsync == 1 ? '-' : '+', nvsync == 1 ? '-' : '+'); in mach64_get_mode()
1008 if (nvsync) in mach64_get_mode()