HomeSort by: relevance | last modified time | path
    Searched defs:crtc_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 1497 int crtc_count = 0; local in function:drm_fb_helper_single_fb_probe
1598 crtc_count = 0;
1613 crtc_count++;
1641 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) {
drm_fb_helper.c 1497 int crtc_count = 0; local in function:drm_fb_helper_single_fb_probe
1598 crtc_count = 0;
1613 crtc_count++;
1641 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) {

Completed in 24 milliseconds