Re: [Freedreno] [PATCH v2] drm/msm: Fix a6xx GMU shutdown sequence

2020-02-06 Thread Doug Anderson
Hi, On Wed, Feb 5, 2020 at 1:00 PM Rob Clark wrote: > > On Wed, Feb 5, 2020 at 12:48 PM Jordan Crouse wrote: > > > > Commit e812744c5f95 ("drm: msm: a6xx: Add support for A618") missed > > updating the VBIF flush in a6xx_gmu_shutdown and instead > > inserted the new sequence into a6xx_pm_suspend

Re: [Freedreno] [PATCH v2] drm/msm: Fix a6xx GMU shutdown sequence

2020-02-05 Thread Rob Clark
On Wed, Feb 5, 2020 at 12:48 PM Jordan Crouse wrote: > > Commit e812744c5f95 ("drm: msm: a6xx: Add support for A618") missed > updating the VBIF flush in a6xx_gmu_shutdown and instead > inserted the new sequence into a6xx_pm_suspend along with a redundant > GMU idle. > > Move a6xx_bus_clear_pendin

[Freedreno] [PATCH v2] drm/msm: Fix a6xx GMU shutdown sequence

2020-02-05 Thread Jordan Crouse
Commit e812744c5f95 ("drm: msm: a6xx: Add support for A618") missed updating the VBIF flush in a6xx_gmu_shutdown and instead inserted the new sequence into a6xx_pm_suspend along with a redundant GMU idle. Move a6xx_bus_clear_pending_transactions to a6xx_gmu.c and use it in the appropriate place in