Lines Matching +full:hardware +full:- +full:managed
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (c) 2010-2013, NVIDIA Corporation.
72 * Client managed sync point are not tracked.
77 if (sp->client_managed) in host1x_syncpt_check_max()
80 return (s32)(max - real) >= 0; in host1x_syncpt_check_max()
83 /* Return true if sync point is client managed. */
86 return sp->client_managed; in host1x_syncpt_client_managed()
97 min = atomic_read(&sp->min_val); in host1x_syncpt_idle()
98 max = atomic_read(&sp->max_val); in host1x_syncpt_idle()
102 /* Load current value from hardware to the shadow register. */
123 return sp->id < host1x_syncpt_nb_pts(sp->host); in host1x_syncpt_is_valid()
128 sp->locked = true; in host1x_syncpt_set_locked()