From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40076 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971AbdCROvk (ORCPT ); Sat, 18 Mar 2017 10:51:40 -0400 Date: Sat, 18 Mar 2017 22:49:53 +0800 From: Greg Kroah-Hartman To: Imre Deak Cc: Shashank Sharma , Jani Nikula , Ville =?iso-8859-1?Q?Syrj=E4l=E4?= , Daniel Vetter , Jani Nikula , stable@vger.kernel.org Subject: Re: [PATCH 2/3] drm/i915/gen9+: Enable hotplug detection early Message-ID: <20170318144953.GA11740@kroah.com> References: <1489759487-15874-1-git-send-email-imre.deak@intel.com> <1489759487-15874-3-git-send-email-imre.deak@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1489759487-15874-3-git-send-email-imre.deak@intel.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Mar 17, 2017 at 04:04:46PM +0200, Imre Deak wrote: > For LSPCON resume time initialization we need to sample the > corresponding pin's HPD level, but this is only available when HPD > detection is enabled. Currently we enable detection only when enabling > HPD interrupts which is too late, so bring the enabling of detection > earlier. > > This is needed by the next patch. > > Cc: Shashank Sharma > Cc: Jani Nikula > Cc: Ville Syrj�l� > Cc: Daniel Vetter > Reviewed-by: Shashank Sharma > Link: http://patchwork.freedesktop.org/patch/msgid/1485509961-9010-2-git-send-email-imre.deak@intel.com > (cherry picked from commit 7fff8126d9cc902b2636d05d5d34894a75174993) There is no such commit id in Linus's tree. See, this is the problem I am talking about! You all are pushing around patches with commit ids that mean nothing to me, or anyone else who isn't using your own development tree. Ugh, horrid. Please fix up and provide me the _real_ commit id of this patch in Linus's tree. thanks, greg k-h