| From: |
| gert.wollny-AT-collabora.com |
| To: |
| Christian Gmeiner <christian.gmeiner-AT-gmail.com> |
| Subject: |
| [PATCH v5 0/5] drm/etnaviv: Add support for running a PPU flop reset |
| Date: |
| Wed, 19 Nov 2025 17:45:46 +0100 |
| Message-ID: |
| <20251119164624.9297-1-gert.wollny@collabora.com> |
| Cc: |
| Lucas Stach <l.stach-AT-pengutronix.de>, Russell King <linux+etnaviv-AT-armlinux.org.uk>, David Airlie <airlied-AT-gmail.com>, Daniel Vetter <daniel-AT-ffwll.ch>, Marek Vasut <marek.vasut+renesas-AT-mailbox.org>, etnaviv-AT-lists.freedesktop.org, dri-devel-AT-lists.freedesktop.org, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
Dear all,
this is the fifth version of the series to add PPU flop reset.
Changes w.r.t. the previous version are:
* Apply all changes suggested by Christian Gmeiner:
- fix a memory leak that would occure when PPU data
initialization fails
- remove unneeded includes
- move includes to the files where they are actuall needed
- fix include style for "linux" headers
- fix typo in error message
* add Reviewed-by tags to the according commits
Many thanks for any comments,
Gert