HomeSort by: relevance | last modified time | path
    Searched defs:effective_h (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbc.c 615 unsigned int effective_w, effective_h, max_w, max_h; local in function:intel_fbc_hw_tracking_covers_screen
632 &effective_h);
634 effective_h += fbc->state_cache.plane.adjusted_y;
636 return effective_w <= max_w && effective_h <= max_h;
intel_fbc.c 615 unsigned int effective_w, effective_h, max_w, max_h; local in function:intel_fbc_hw_tracking_covers_screen
632 &effective_h);
634 effective_h += fbc->state_cache.plane.adjusted_y;
636 return effective_w <= max_w && effective_h <= max_h;
intel_fbc.c 615 unsigned int effective_w, effective_h, max_w, max_h; local in function:intel_fbc_hw_tracking_covers_screen
632 &effective_h);
634 effective_h += fbc->state_cache.plane.adjusted_y;
636 return effective_w <= max_w && effective_h <= max_h;

Completed in 34 milliseconds