Searched refs:effective_h (Results 1 – 1 of 1) sorted by relevance
811 unsigned int effective_w, effective_h, max_w, max_h; in intel_fbc_hw_tracking_covers_screen() local824 intel_fbc_get_plane_source_size(crtc, &effective_w, &effective_h); in intel_fbc_hw_tracking_covers_screen()826 effective_h += crtc->adjusted_y; in intel_fbc_hw_tracking_covers_screen()828 return effective_w <= max_w && effective_h <= max_h; in intel_fbc_hw_tracking_covers_screen()