Hi Jonas,
Am Samstag, 12. August 2023, 16:18:05 CEST schrieb Jonas Karlman:
> Please consider reviewing and merging this series [2], and also [3].
during the last months my testfarm aquired some issues, I'm still
working on fixing, so my testing is way limited right now.
> drm/rockchip: Fix crtc
On Wed, 21 Jun 2023 22:33:15 + (UTC), Jonas Karlman wrote:
> This series fixes a reset of state in duplicate state crtc funcs for VOP
> driver, a possible crash and ensure crtc reset helper is called in VOP2
> driver.
>
> Patch 1 use kmemdup instead of kzalloc to duplicate the crtc state.
> Pa
Hi Heiko,
Please consider reviewing and merging this series [2], and also [3].
drm/rockchip: Fix crtc duplicate state and crtc reset funcs
[2] https://lore.kernel.org/all/20230621223311.2239547-1-jo...@kwiboo.se/
drm/rockchip: vop: Add NV15, NV20 and NV30 support
[3] https://lore.kernel.org/all/
This series fixes a reset of state in duplicate state crtc funcs for VOP
driver, a possible crash and ensure crtc reset helper is called in VOP2
driver.
Patch 1 use kmemdup instead of kzalloc to duplicate the crtc state.
Patch 2 change to use crtc and plane cleanup helpers directly.
Patch 3 adds a