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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c9190 int pitch_limit; local
9205 pitch_limit = 32*1024;
9208 pitch_limit = 16*1024;
9210 pitch_limit = 32*1024;
9213 pitch_limit = 8*1024;
9215 pitch_limit = 16*1024;
9218 pitch_limit = 8*1024;
9220 if (mode_cmd->pitches[0] > pitch_limit) {
9223 mode_cmd->pitches[0], pitch_limit);

Completed in 26 milliseconds