Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rs600.c820 rdev->pm.vblank_sync = true; in rs600_irq_process()
824 rdev->pm.vblank_sync = true; in rs600_irq_process()
836 rdev->pm.vblank_sync = true; in rs600_irq_process()
840 rdev->pm.vblank_sync = true; in rs600_irq_process()
H A Dradeon_pm.c174 rdev->pm.vblank_sync = false; in radeon_sync_with_vblank()
178 rdev->pm.vblank_sync); in radeon_sync_with_vblank()
181 rdev->pm.vblank_sync = false; in radeon_sync_with_vblank()
183 rdev->irq.vblank_queue, rdev->pm.vblank_sync, in radeon_sync_with_vblank()
H A Dradeon_cik.c7619 rdev->pm.vblank_sync = true; in cik_irq_process()
7623 rdev->pm.vblank_sync = true; in cik_irq_process()
7656 rdev->pm.vblank_sync = true; in cik_irq_process()
7660 rdev->pm.vblank_sync = true; in cik_irq_process()
7693 rdev->pm.vblank_sync = true; in cik_irq_process()
7697 rdev->pm.vblank_sync = true; in cik_irq_process()
7730 rdev->pm.vblank_sync = true; in cik_irq_process()
7734 rdev->pm.vblank_sync = true; in cik_irq_process()
7767 rdev->pm.vblank_sync = true; in cik_irq_process()
7771 rdev->pm.vblank_sync = true; in cik_irq_process()
[all …]
H A Dradeon_r100.c798 rdev->pm.vblank_sync = true; in r100_irq_process()
802 rdev->pm.vblank_sync = true; in r100_irq_process()
814 rdev->pm.vblank_sync = true; in r100_irq_process()
818 rdev->pm.vblank_sync = true; in r100_irq_process()
H A Dradeon_r600.c4178 rdev->pm.vblank_sync = true; in r600_irq_process()
4182 rdev->pm.vblank_sync = true; in r600_irq_process()
4215 rdev->pm.vblank_sync = true; in r600_irq_process()
4219 rdev->pm.vblank_sync = true; in r600_irq_process()
H A Dradeon_evergreen.c4767 rdev->pm.vblank_sync = true; in evergreen_irq_process()
4771 rdev->pm.vblank_sync = true; in evergreen_irq_process()
H A Dradeon_si.c6310 rdev->pm.vblank_sync = true; in si_irq_process()
6314 rdev->pm.vblank_sync = true; in si_irq_process()
H A Dradeon.h1641 bool vblank_sync; member