Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddac507d.c38 sync |= NVVAL(NV507D, DAC_SET_POLARITY, VSYNC, asyh->or.nvsync); in dac507d_ctrl()
Dpior507d.c38 ctrl |= NVVAL(NV507D, PIOR_SET_CONTROL, VSYNC_POLARITY, asyh->or.nvsync); in pior507d_ctrl()
Dsor507d.c38 ctrl |= NVVAL(NV507D, SOR_SET_CONTROL, VSYNC_POLARITY, asyh->or.nvsync); in sor507d_ctrl()
Datom.h119 u8 nvsync:1; member
Dheadc57d.c58 NVVAL(NVC57D, HEAD_SET_CONTROL_OUTPUT_RESOURCE, VSYNC_POLARITY, asyh->or.nvsync) | in headc57d_or()
Dheadc37d.c58 NVVAL(NVC37D, HEAD_SET_CONTROL_OUTPUT_RESOURCE, VSYNC_POLARITY, asyh->or.nvsync) | in headc37d_or()
Dhead907d.c49 NVVAL(NV907D, HEAD_SET_CONTROL_OUTPUT_RESOURCE, VSYNC_POLARITY, asyh->or.nvsync) | in head907d_or()
Dhead.c328 asyh->or.nvsync = !!(mode->flags & DRM_MODE_FLAG_NVSYNC); in nv50_head_atomic_check_mode()