Home
last modified time | relevance | path

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

/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,
208 .reserve_vblank_syncpts = false,
284 .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.h120 bool reserve_vblank_syncpts; member