Looks good for me, patch is:
Reviewed-by: Qiang Yu
Regards,
Qiang
On Mon, Aug 12, 2019 at 6:07 PM Boris Brezillon
wrote:
>
> From: Daniel Stone
>
> Add a pipe_screen->set_damage_region() hook to propagate
> set-damage-region requests to the driver, it's then up to the driver to
> decide what t
From: Daniel Stone
Add a pipe_screen->set_damage_region() hook to propagate
set-damage-region requests to the driver, it's then up to the driver to
decide what to do with this piece of information.
If the hook is left unassigned, the buffer-damage extension is
considered unsupported.
Signed-off