Home
last modified time | relevance | path

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

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