Displaying 1 result from an estimated 1 matches for "skl_plane_async_flip".
2024 Jun 14
0
[PATCH v6 5/8] drm/i915: Enable async flips on the primary plane
...private *dev_priv, enum pipe pipe)
>
> intel_plane_helper_add(plane);
>
> + if (plane->async_flip)
> + plane->base.async_flip = true;
I believe this is not enough and besides this we would also need to have
in the:
skl_universal_plane_create[2447] plane->async_flip = skl_plane_async_flip;
at: drivers/gpu/drm/i915/display/skl_universal_plane.c
> +
> return plane;
>
> fail:
> --
> 2.45.2
>