Home | History | Annotate | Download | only in nv50

Lines Matching defs:tic

33    struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
52 } tic;
110 uint32_t tic;
118 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic)
120 if (tic->id >= 0)
121 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));
132 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
134 if (tic->id >= 0) {
135 screen->tic.entries[tic->id] = NULL;
136 screen->tic.lock[tic->id / 32] &= ~(1 << (tic->id % 32));