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

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_pm.c2195 bool enable_fbc_wm; member in struct:hsw_wm_values
2451 results->enable_fbc_wm = true;
2454 results->enable_fbc_wm = false;
2486 /* Find the result with the highest level enabled. Check for enable_fbc_wm in
2501 if (r2->enable_fbc_wm && !r1->enable_fbc_wm)
2552 results->enable_fbc_wm == prev_enable_fbc_wm)
2585 if (prev_enable_fbc_wm != results->enable_fbc_wm) {
2587 if (results->enable_fbc_wm)

Completed in 22 milliseconds