Searched refs:NV50_TIC_MAX_ENTRIES (Results 1 – 2 of 2) sorted by relevance
12 #define NV50_TIC_MAX_ENTRIES 2048 macro51 uint32_t lock[NV50_TIC_MAX_ENTRIES / 32];
480 PUSH_DATA (push, NV50_TIC_MAX_ENTRIES - 1); in nv50_screen_init_hwctx()788 i = (i + 1) & (NV50_TIC_MAX_ENTRIES - 1); in nv50_screen_tic_alloc()790 screen->tic.next = (i + 1) & (NV50_TIC_MAX_ENTRIES - 1); in nv50_screen_tic_alloc()