[PATCH 07/12] drm/i915/flipq: Provide the nuts and bolts code for flip queue

Jani Nikula jani.nikula at linux.intel.com
Fri May 16 11:48:43 UTC 2025


On Fri, 16 May 2025, Ville Syrjala <ville.syrjala at linux.intel.com> 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


More information about the Intel-gfx mailing list