Home
last modified time | relevance | path

Searched refs:ETNA_NR_EVENTS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.h92 #define ETNA_NR_EVENTS 30 macro
110 DECLARE_BITMAP(event_bitmap, ETNA_NR_EVENTS);
111 struct etnaviv_event event[ETNA_NR_EVENTS];
Detnaviv_gpu.c786 bitmap_zero(gpu->event_bitmap, ETNA_NR_EVENTS); in etnaviv_gpu_init()
989 for_each_set_bit_from(i, gpu->event_bitmap, ETNA_NR_EVENTS) in etnaviv_gpu_recover_hang()
991 bitmap_zero(gpu->event_bitmap, ETNA_NR_EVENTS); in etnaviv_gpu_recover_hang()
1102 int event = find_first_zero_bit(gpu->event_bitmap, ETNA_NR_EVENTS); in event_alloc()