Searched refs:num_crtcs_on (Results 1 – 3 of 3) sorted by relevance
225 int num_crtcs_on = 0; in ms_present_check_unflip() local248 num_crtcs_on++; in ms_present_check_unflip()252 if (num_crtcs_on == 0) in ms_present_check_unflip()
539 int num_crtcs_on = 0; in can_exchange() local557 num_crtcs_on++; in can_exchange()561 if (num_crtcs_on == 0) in can_exchange()
34259 v5: Initialize num_crtcs_on to 0 (caught by Michel Dänzer).