HomeSort by: relevance | last modified time | path
    Searched defs:max_h (Results 1 - 2 of 2) 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
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;
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;

Completed in 23 milliseconds