From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Armstrong Subject: Re: [PATCH 0/2] drm/meson: add resume/suspend hooks Date: Wed, 28 Aug 2019 10:05:57 +0200 Message-ID: References: <20190827095825.21015-1-narmstrong@baylibre.com> <7h5zmixvrz.fsf@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7h5zmixvrz.fsf@baylibre.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Kevin Hilman , dri-devel@lists.freedesktop.org Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On 27/08/2019 21:17, Kevin Hilman wrote: > Neil Armstrong writes: > >> This serie adds the resume/suspend hooks in the Amlogic Meson VPU main driver >> and the DW-HDMI Glue driver to correctly save state and disable HW before >> suspend, and succesfully re-init the HW to recover functionnal display >> after resume. >> >> This serie has been tested on Amlogic G12A based SEI510 board, using >> the newly accepted VRTC driver and the rtcwake utility. > > Tested-by: Kevin Hilman > > Tested on my G12A SEI510 board, and I verified that it fixes > suspend/resume issues previously seen. > > Kevin > Thanks, Applying to drm-misc-next (for v5.5), with a typo fix in the first patch commit log: s/suspens/suspend Neil