Home
last modified time | relevance | path

Searched refs:effective_h (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbc.c1138 unsigned int effective_w, effective_h, max_w, max_h; in intel_fbc_surface_size_ok() local
1144 effective_h = plane_state->view.color_plane[0].y + in intel_fbc_surface_size_ok()
1147 return effective_w <= max_w && effective_h <= max_h; in intel_fbc_surface_size_ok()