intel_fbc.c | 615 unsigned int effective_w, effective_h, max_w, max_h; local in function:intel_fbc_hw_tracking_covers_screen 619 max_h = 4096; 622 max_h = 4096; 625 max_h = 2048; 628 max_h = 1536; 636 return effective_w <= max_w && effective_h <= max_h;
|