Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A 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,
H A 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()
H A Ddev.h118 bool reserve_vblank_syncpts; member