From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751409AbcAAE4v (ORCPT ); Thu, 31 Dec 2015 23:56:51 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:34228 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239AbcAAE4t (ORCPT ); Thu, 31 Dec 2015 23:56:49 -0500 Date: Fri, 1 Jan 2016 10:26: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: <20160101045638.GA4135@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 > --- It has still not landed in linux-next. next-20151231 still fails with the same error. regards sudip