Searched refs:NV50_TSC_MAX_ENTRIES (Results 1 – 2 of 2) sorted by relevance
13 #define NV50_TSC_MAX_ENTRIES 2048 macro57 uint32_t lock[NV50_TSC_MAX_ENTRIES / 32];
485 PUSH_DATA (push, NV50_TSC_MAX_ENTRIES - 1); in nv50_screen_init_hwctx()805 i = (i + 1) & (NV50_TSC_MAX_ENTRIES - 1); in nv50_screen_tsc_alloc()807 screen->tsc.next = (i + 1) & (NV50_TSC_MAX_ENTRIES - 1); in nv50_screen_tsc_alloc()