Searched refs:ETNA_NR_EVENTS (Results 1 – 2 of 2) sorted by relevance
98 #define ETNA_NR_EVENTS 30 macro 126 DECLARE_BITMAP(event_bitmap, ETNA_NR_EVENTS);127 struct etnaviv_event event[ETNA_NR_EVENTS];
910 bitmap_zero(gpu->event_bitmap, ETNA_NR_EVENTS); in etnaviv_gpu_init() 1221 int event = find_first_zero_bit(gpu->event_bitmap, ETNA_NR_EVENTS); in event_alloc() 1505 for_each_set_bit(i, gpu->event_bitmap, ETNA_NR_EVENTS) in etnaviv_gpu_recover_hang()