On 07/05/23 17:28, Maíra Canal wrote:
> Create a new fixed-point helper to allow us to return the rounded value
> of our fixed-point value.
>
> Signed-off-by: Maíra Canal
> ---
>
> v1 -> v2:
> https://lore.kernel.org/dri-devel/20230425153353.238844-1-mca...@igalia.com/T/
>
> * New patch
> *
Create a new fixed-point helper to allow us to return the rounded value
of our fixed-point value.
Signed-off-by: Maíra Canal
---
v1 -> v2:
https://lore.kernel.org/dri-devel/20230425153353.238844-1-mca...@igalia.com/T/
* New patch
* Create the function drm_fixp2int_round() (Melissa Wen).
---