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

/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.h71 /* structure to keep the score of a potential allocation */
72 struct score { struct
H A Dtcm-sita.c62 struct score *best);
280 struct score best = {{0}, {0}, {0}, 0};
354 struct score best = {{0}, {0}, {0}, 0};
604 struct score *best)
606 struct score me; /* score for area */
617 /* calculate score for current candidate */
/drivers/acpi/
H A Dglue.c115 int score; local
142 score = find_child_checks(adev, check_children);
143 if (score == FIND_CHILD_MAX_SCORE) {
145 } else if (score > ret_score) {
147 ret_score = score;
/drivers/of/
H A Dfdt.c92 unsigned long l, score = 0; local
98 score++;
100 return score;
115 unsigned int tmp, score = 0; local
122 if (tmp && (score == 0 || (tmp < score)))
123 score = tmp;
127 return score;
679 unsigned int best_score = ~1, score = 0; local
683 score
[all...]
H A Dbase.c412 * value is a relative score with larger values indicating better
413 * matches. The score is weighted for the most specific compatible value
414 * to get the highest score. Matching type is next, followed by matching
435 int index = 0, score = 0; local
443 score = INT_MAX/2 - (index << 2);
447 if (!score)
455 score += 2;
462 score++;
465 return score;
908 int score, best_scor local
[all...]
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dbase.c323 int score; member in struct:methods
359 mthd->score = nouveau_bios_score(bios, mthd->rw);
360 if (mthd->score) {
391 mthd->score = nouveau_bios_score(bios, mthd->rw);
395 } while (mthd->score != 3 && (++mthd)->shadow);
400 if (mthd->score > best->score) {
406 if (best->score) {
/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c888 unsigned vclk_div, dclk_div, score; local
910 /* calc score with current vco freq */
911 score = vclk - (vco_freq / vclk_div) + dclk - (vco_freq / dclk_div);
914 if (score < optimal_score) {
918 optimal_score = score;
/drivers/mtd/
H A Drfd_ftl.c447 int block, best_block, score, old_sector_block; local
453 score = 0x7fffffff; /* MAX_INT */
487 if (this_score < score) {
489 score = this_score;
/drivers/gpu/drm/
H A Ddrm_fb_helper.c1425 int my_score, best_score, score; local
1481 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1,
1483 if (score > best_score) {
1484 best_score = score;
H A Ddrm_edid.c1002 int i, score = 0; local
1006 score++;
1008 return score;
1041 int score = drm_edid_header_is_valid(raw_edid); local
1042 if (score == 8) ;
1043 else if (score >= edid_fixup) {
/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h91 int score; member in struct:intel_ring_hangcheck
H A Di915_irq.c3210 * if there are no progress, hangcheck score for that ring is increased.
3256 ring->hangcheck.score += BUSY;
3260 /* We always increment the hangcheck score
3265 * the hangcheck score on this ring, if this
3271 * score so that we can catch a batch that is
3284 ring->hangcheck.score += BUSY;
3287 ring->hangcheck.score += KICK;
3290 ring->hangcheck.score += HUNG;
3301 if (ring->hangcheck.score > 0)
3302 ring->hangcheck.score
[all...]
H A Di915_gpu_error.c917 ering->hangcheck_score = ring->hangcheck.score;
H A Di915_gem.c2536 ring_hung = ring->hangcheck.score >= HANGCHECK_SCORE_RING_HUNG;
/drivers/net/wireless/cw1200/
H A Dwsm.c1589 unsigned score, best = -1; local
1602 score = ((edca->aifns + edca->cwmin) << 16) +
1605 if (score < best && (winner < 0 || i != 3)) {
1606 best = score;
/drivers/net/irda/
H A Ddonauboe.c671 toshoboe_dumprx (struct toshoboe_cb *self, int score) argument
674 PROBE_DEBUG(" %d\nRX:",score);

Completed in 4297 milliseconds