Searched refs:score (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c662 int my_score, best_score, score; local
721 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1,
723 if (score > best_score) {
724 best_score = score;
H A Ddrm_edid.c883 int i, score = 0; local
887 score++;
889 return score;
911 int score = drm_edid_header_is_valid(raw_edid); local
912 if (score == 8)
914 else if (score >= edid_fixup) {
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h79 int score; member in struct:intel_ring_hangcheck
H A Di915_irq.c2447 ring->hangcheck.score += HUNG;
2451 int score = 0; local
2453 /* We always increment the hangcheck score
2458 * the hangcheck score on this ring, if this
2464 * score so that we can catch a batch that is
2473 score = 0;
2476 score = BUSY;
2479 score = KICK;
2482 score = HUNG;
2486 ring->hangcheck.score
[all...]
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1036 int score; local
1055 * Now score with this output any valid crtc
1076 score = my_score + pick_crtcs_score (outputs);
1077 if (score > best_score)
1080 best_score = score;

Completed in 37 milliseconds