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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c154 DRM_DEBUG_KMS("enabled fbc on plane %c\n", plane_name(intel_crtc->plane));
234 DRM_DEBUG_KMS("enabled fbc on plane %c\n", plane_name(intel_crtc->plane));
309 DRM_DEBUG_KMS("enabled fbc on plane %d\n", intel_crtc->plane);
510 DRM_DEBUG_KMS("fbc set to per-chip default\n");
516 DRM_DEBUG_KMS("fbc disabled per module param\n");
1703 DRM_DEBUG_KMS("watermark %d: display plane %d, fbc lines %d,"
1707 DRM_DEBUG_KMS("fbc watermark(%d) is too large(%d), disabling wm%d+\n",
1710 /* fbc has it's own way to disable FBC WM */
2178 uint16_t fbc; member in struct:hsw_wm_maximums
2298 if (result->fbc_val > max->fbc) {
[all...]
H A Di915_reg.h3199 #define HSW_WM_LP_VAL(lat, fbc, pri, cur) \
3201 ((fbc) << WM1_LP_FBC_SHIFT) | ((pri) << WM1_LP_SR_SHIFT) | (cur))

Completed in 64 milliseconds