From patchwork Wed May 29 09:38:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Hogander, Jouni" X-Patchwork-Id: 13678539 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 003B9C25B75 for ; Wed, 29 May 2024 09:39:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 45F3310EF70; Wed, 29 May 2024 09:39:04 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="eBKd31jf"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id BEC8210E71C for ; Wed, 29 May 2024 09:39:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1716975543; x=1748511543; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=dRMnLMWgBuWhsBx2sNAkxsKf/B2tMEcvMmY3capzLsQ=; b=eBKd31jfXoQDk91Jrh24aSnDJC+I8ehGaFN2HMiC7OO6rkFL0dy+AhVl rnv8WTELbPY96KhQlry5B6XRttaoVAWfKD4bIVQJwL/v9FzLXglICtc4R h/GBRndkBPe4hc4oUH3tK4Np0vKwty8UfFbK9DEpKjX0YABz58D6imCyE vJWvET1Yk4TlIf7cBw+E+VUce2gdAVsXojM+xMzLnkwwKAIBH8hHP4K+u SLXo87Yn2I3r6+IzN7/ccekAIgiFDjYXdgXkD/S+QoFYBn49n98kzNhC3 7oRoHbhPfy68S+ixD3VZXxQRuWyydZVtLdqf8zJJLzmiWFV5Faup0xagn Q==; X-CSE-ConnectionGUID: urovC1IPQC6nOBejPPMMfg== X-CSE-MsgGUID: gpPr/eRgSK2tA+mYrHD3Sg== X-IronPort-AV: E=McAfee;i="6600,9927,11085"; a="16316806" X-IronPort-AV: E=Sophos;i="6.08,198,1712646000"; d="scan'208";a="16316806" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 May 2024 02:39:02 -0700 X-CSE-ConnectionGUID: vPPc4+/aSXahzuj8CeYGGA== X-CSE-MsgGUID: wUEt0CqBRbeccHeQLqkFJw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,198,1712646000"; d="scan'208";a="40273878" Received: from romanove-mobl.ger.corp.intel.com (HELO jhogande-mobl1.intel.com) ([10.249.36.185]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 May 2024 02:39:01 -0700 From: =?utf-8?q?Jouni_H=C3=B6gander?= To: intel-gfx@lists.freedesktop.org Cc: animesh.manna@intel.com, mika.kahola@intel.com, =?utf-8?q?Jouni_H=C3=B6g?= =?utf-8?q?ander?= Subject: [PATCH 0/6] Region Early Transport debugfs support Date: Wed, 29 May 2024 12:38:43 +0300 Message-Id: <20240529093849.1016172-1-jouni.hogander@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This is a subset of "Panel Replay eDP" and "Panel Replay Fixes" patch sets (https://patchwork.freedesktop.org/series/133684/ and https://patchwork.freedesktop.org/series/133648/) Patches to implement showing sink Region Early transport support and if Region Early Transport is enabled are included here. Also Region Early Transport related fixes from patch sets are included. Jouni Högander (6): drm/i915/psr: Add Early Transport status boolean into intel_psr drm/i915/psr: Get Early Transport status in intel_psr_pipe_get_config drm/i915/psr: Use enable boolean from intel_crtc_state for Early Transport drm/i915/display: Selective fetch Y position on Region Early Transport drm/i915/psr: Allow setting I915_PSR_DEBUG_SU_REGION_ET_DISABLE via debugfs drm/i915/psr: Add Early Transport into psr debugfs interface .../drm/i915/display/intel_display_types.h | 1 + drivers/gpu/drm/i915/display/intel_psr.c | 56 ++++++++++++++----- .../drm/i915/display/skl_universal_plane.c | 6 +- 3 files changed, 49 insertions(+), 14 deletions(-) Reviewed-by: Animesh Manna