From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753257AbbLVEns (ORCPT ); Mon, 21 Dec 2015 23:43:48 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:33756 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751696AbbLVEno (ORCPT ); Mon, 21 Dec 2015 23:43:44 -0500 Date: Tue, 22 Dec 2015 10:13:38 +0530 From: Sudip Mukherjee To: Eric Anholt Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, David Airlie , rjw@rjwysocki.net Subject: Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd. Message-ID: <20151222044338.GD3250@sudip-pc> References: <1450750124-17020-1-git-send-email-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450750124-17020-1-git-send-email-eric@anholt.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > I've tested and confirmed that it doesn't actually work. We'll need > to sort out how to do this properly later, but for now just remove it > since it also caused build breakage due to using CONFIG_PM_SLEEP > functions without our Kconfig depending on PM_SLEEP. > > Signed-off-by: Eric Anholt Acked-by: Sudip Mukherjee regards sudip