From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7975C54EE9 for ; Sun, 11 Sep 2022 17:22:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2255410E4FC; Sun, 11 Sep 2022 17:22:14 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F69C10E4F9; Sun, 11 Sep 2022 17:22:11 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ABFA4B80AFE; Sun, 11 Sep 2022 17:22:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F948C433B5; Sun, 11 Sep 2022 17:22:07 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="hao55/o6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1662916925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MtjM9PGCgkli9u/1g6h/fxcGqHy0IGdr92wuKREDxEc=; b=hao55/o6mLWdkqbkTXMIiSkBX0wkw/YT/wIkWpJk9MdkwnT5e371xh1fjdhPDsfqrbviE2 c7uDcG5Z+52bbW+fZgf3f2GXaKitQVeOxk3860WA4pKdzqqmIAvDhz48o9594ePePhf3w5 IJzQGalf6NpA6qyjaoLF/XelywcT2uA= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 6ae389f1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 11 Sep 2022 17:22:05 +0000 (UTC) Date: Sun, 11 Sep 2022 19:22:02 +0200 From: "Jason A. Donenfeld" To: Rodrigo Vivi Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Intel-gfx] [PULL] drm-intel-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Thomas Zimmermann , Dave Airlie Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Rodrigo, On Thu, Sep 08, 2022 at 09:59:54AM -0400, Rodrigo Vivi wrote: > Hi Dave and Daniel, > > A few fixes, but most targeting stable. > > [...] > > Ville Syrjälä (2): > drm/i915: Implement WaEdpLinkRateDataReload Don't you need to revert d5929835080a60f9119d024fa42f315913942f76 in order for "drm/i915: Implement WaEdpLinkRateDataReload" to actually be useful/interesting? Otherwise, what's the point? Regards, Jason