[PATCH v9 7/8] Documentation/gpu: Add asynchronous flip documentation for i915

Ville Syrjälä ville.syrjala at linux.intel.com
Fri Sep 18 11:58:40 UTC 2020


On Wed, Sep 16, 2020 at 08:38:23PM +0530, Karthik B S wrote:
> Add the details of the implementation of asynchronous flips for i915.
> 
> v7: -Rebased.
> 
> v8: -Rebased.
> 
> v9: -Rebased.
> 
> Signed-off-by: Karthik B S <karthik.b.s at intel.com>
> Signed-off-by: Vandita Kulkarni <vandita.kulkarni at intel.com>
> ---
>  Documentation/gpu/i915.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
> index 33cc6ddf8f64..84ead508f7ad 100644
> --- a/Documentation/gpu/i915.rst
> +++ b/Documentation/gpu/i915.rst
> @@ -118,6 +118,12 @@ Atomic Plane Helpers
>  .. kernel-doc:: drivers/gpu/drm/i915/display/intel_atomic_plane.c
>     :internal:
>  
> +Asynchronous Page Flip
> +----------------------
> +
> +.. kernel-doc:: drivers/gpu/drm/i915/display/intel_display.c
> +   :doc: asynchronous flip implementation

A bit weird having this in one patch but the actual docs in the other.
I guess just squash them together, or extract the docs from the other
patch into this one?

Either way
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

> +
>  Output Probing
>  --------------
>  
> -- 
> 2.22.0

-- 
Ville Syrjälä
Intel


More information about the dri-devel mailing list