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 A10B0C6FA82 for ; Tue, 13 Sep 2022 09:14:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A490210E693; Tue, 13 Sep 2022 09:14:20 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4DE3D10E699 for ; Tue, 13 Sep 2022 09:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663060457; x=1694596457; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=hcBCszQvfuHP1goMOHin+Ohp+kgyzjGwFCCB0xB9z04=; b=ar8wJs+6Rp/JLtjDzEzuxfz+RgLYEa8GwCI0ueJ5Gfe7fI9KCIYN0QtG psgw1zMT/A+oWemJ0hjQd5PtljuluvQaNAvjZAOdFwYgcuvFB/IKSrWLJ fJ5s8NGSp2VgwRjOXK5mOysIgX1Vm7qeojC6wixDnD804sICKUt7NkKie LgAlovBHs3UoY4Tpo2Xo35c4KoYZ8hJZ2wzDsBY9hmJVMzsvVyPcSYGFt KvcS6KjEOEC88o8B82De4R/q9Esyzlx9oW/Ybyt32P8RtNdGvPDxF+5+c E+hpvKHwCkvaXrOQ6wFUqW1HSsqqVtFdEV6ExOQL9YA3haQUyNOhJGsTt A==; X-IronPort-AV: E=McAfee;i="6500,9779,10468"; a="281108218" X-IronPort-AV: E=Sophos;i="5.93,312,1654585200"; d="scan'208";a="281108218" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2022 02:14:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,312,1654585200"; d="scan'208";a="646851526" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.191]) by orsmga008.jf.intel.com with SMTP; 13 Sep 2022 02:14:14 -0700 Received: by stinkbox (sSMTP sendmail emulation); Tue, 13 Sep 2022 12:14:13 +0300 Date: Tue, 13 Sep 2022 12:14:13 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Jouni =?iso-8859-1?Q?H=F6gander?= Message-ID: References: <20220905102355.176622-1-jouni.hogander@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220905102355.176622-1-jouni.hogander@intel.com> X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH 0/2] drm/i915/psr: Disable PSR2 when SDP is sent on prior line 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: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Sep 05, 2022 at 01:23:53PM +0300, Jouni Högander wrote: > Selective update doesn't work if SU start address is 0 and start/end > SDP is configured to be sent prior to SU start/end lines. PSR2 has to > be disabled in this case for Alder Lake. > > Additionally this patch set updates changed equation for sending > start/end SDP prior to the SU region start/end. > > Cc: Mika Kahola > Cc: José Roberto de Souza > > Jouni Högander (2): > drm/i915/psr: Equation changed for sending start/stop on prior line > drm/i915/psr: Disable PSR2 when SDP is sent on prior line Series pushed to drm-intel-next. Thanks. > > drivers/gpu/drm/i915/display/intel_psr.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > -- > 2.34.1 -- Ville Syrjälä Intel