Re: [PATCH] drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume

2023-04-17 Thread Heiko Stuebner
On Mon, 17 Apr 2023 14:37:47 +0200, Sascha Hauer wrote: > afa965a45e01 ("drm/rockchip: vop2: fix suspend/resume") uses > regmap_reinit_cache() to fix the suspend/resume issue with the VOP2 > driver. During discussion it came up that we should rather use > regcache_sync() instead. As the original pa

[PATCH] drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume

2023-04-17 Thread Sascha Hauer
afa965a45e01 ("drm/rockchip: vop2: fix suspend/resume") uses regmap_reinit_cache() to fix the suspend/resume issue with the VOP2 driver. During discussion it came up that we should rather use regcache_sync() instead. As the original patch is already applied fix this up in this follow-up patch. Fix