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;
|