From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [regression] HDMI breakage just before poweroff Date: Tue, 12 Jun 2018 09:54:12 +0100 Message-ID: <77e4c6e1-015f-5fac-66b6-c942bb2dc9d8@arm.com> References: <5AEA873A.7080701@rock-chips.com> <0284fa4f-abd6-26f6-31e2-1a6d24777733@arm.com> <5B1F4375.7000000@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5B1F4375.7000000-TNX95d0MmH7DzftRWevZcw@public.gmane.org> Content-Language: en-GB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: JeffyChen , Vicente Bergas , Robin Murphy Cc: Heiko Stuebner , =?UTF-8?B?6buE5a626ZKX?= , Tomasz Figa , linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sean Paul , Klaus Goger , Jakob Unterwurzacher List-Id: linux-rockchip.vger.kernel.org On 12/06/18 04:52, JeffyChen wrote: > Hi Vicente, > > On 06/12/2018 06:04 AM, Vicente Bergas wrote: >> On Thu, May 3, 2018 at 2:14 PM, Robin Murphy wrote: >>> On 03/05/18 04:51, JeffyChen wrote: >>>> On 05/03/2018 03:36 AM, Vicente Bergas wrote: >> [snip] >>>>> With 4.17.0-rc3, when reaching the halted state, the HDMI console >>>>> shows colorful static noise. >>>>> >>>> we've added a shutdown() to the iommu driver: >>>> https://patchwork.kernel.org/patch/10230817/ >>>> >>>> any chance related? >>> >>> For sure - the IOMMU shutdown disables paging, so if the VOP is still >>> scanning out then that will result in whatever IOVAs it was using now going >>> straight out onto the bus as physical addresses. Between the RK3399 memory >>> map and the way the IOVA allocator works, that probably means it's reading >>> from all over the peripherals region, which, er, isn't ideal. >> >> Hi, >> just wondering if there has been any progress on that front? >> > > maybe we can add .shutdown() to rockchip_drm_drv too? (maybe just call > drm_atomic_helper_shutdown()) > > could you help to try this hack: > > +++ b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c > @@ -451,6 +451,7 @@ MODULE_DEVICE_TABLE(of, rockchip_drm_dt_ids); > static struct platform_driver rockchip_drm_platform_driver = { > .probe = rockchip_drm_platform_probe, > .remove = rockchip_drm_platform_remove, > + .shutdown = rockchip_drm_platform_remove, > Is there any mechanism guaranteeing the ordering of shutdown between VOP and IOMMU? Thanks, M. -- Jazz is not dead. It just smells funny...