Home
last modified time | relevance | path

Searched refs:num_crtcs_on (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c225 int num_crtcs_on = 0; in ms_present_check_unflip() local
248 num_crtcs_on++; in ms_present_check_unflip()
252 if (num_crtcs_on == 0) in ms_present_check_unflip()
H A Ddri2.c539 int num_crtcs_on = 0; in can_exchange() local
557 num_crtcs_on++; in can_exchange()
561 if (num_crtcs_on == 0) in can_exchange()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog34259 v5: Initialize num_crtcs_on to 0 (caught by Michel Dänzer).