Home
last modified time | relevance | path

Searched refs:reserve_vblank_syncpts (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/
Ddev.c95 .reserve_vblank_syncpts = true,
110 .reserve_vblank_syncpts = true,
125 .reserve_vblank_syncpts = false,
140 .reserve_vblank_syncpts = false,
170 .reserve_vblank_syncpts = false,
206 .reserve_vblank_syncpts = false,
246 .reserve_vblank_syncpts = false,
Dsyncpt.c361 if (host->info->reserve_vblank_syncpts) { in host1x_syncpt_init()
575 if (!host->info->reserve_vblank_syncpts) in host1x_syncpt_release_vblank_reservation()
Ddev.h119 bool reserve_vblank_syncpts; member