Searched refs:curr_frame_counter (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/sti/
H A Dsti_plane.c63 fps->curr_frame_counter++;
65 num_frames = fps->curr_frame_counter - fps->last_frame_counter;
71 fps->last_frame_counter = fps->curr_frame_counter;
H A Dsti_plane.h52 unsigned int curr_frame_counter; member in struct:sti_fps_info

Completed in 111 milliseconds