Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
Ddev.c96 .reserve_vblank_syncpts = true,
111 .reserve_vblank_syncpts = true,
126 .reserve_vblank_syncpts = false,
141 .reserve_vblank_syncpts = false,
171 .reserve_vblank_syncpts = false,
207 .reserve_vblank_syncpts = false,
259 .reserve_vblank_syncpts = false,
Dsyncpt.c313 if (host->info->reserve_vblank_syncpts) { in host1x_syncpt_init()
527 if (!host->info->reserve_vblank_syncpts) in host1x_syncpt_release_vblank_reservation()
Ddev.h118 bool reserve_vblank_syncpts; member