On Fri, 16 May 2025, Ville Syrjala <[email protected]> wrote: > diff --git a/drivers/gpu/drm/i915/display/intel_flipq.c > b/drivers/gpu/drm/i915/display/intel_flipq.c > new file mode 100644 > index 000000000000..8677929b7ece > --- /dev/null > +++ b/drivers/gpu/drm/i915/display/intel_flipq.c > @@ -0,0 +1,306 @@ > +// SPDX-License-Identifier: MIT > +/* > + * Copyright © 2025 Intel Corporation > + */ > +
I'd really appreciate adding a high level comment about what flip queue is, and maybe some words about how it's implemented, right around here. Doesn't need to be a special DOC comment, nor does it need to be exhaustive, and can come as a follow-up patch. BR, Jani. -- Jani Nikula, Intel
