Home | History | Annotate | Download | only in nvc0

Lines Matching refs:tsc

34    struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
54 } tsc;
124 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
126 if (tsc->id >= 0)
127 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
140 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
142 if (tsc->id >= 0) {
143 screen->tsc.entries[tsc->id] = NULL;
144 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));