From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id ABF0A10E1B7 for ; Thu, 9 Nov 2023 06:01:50 +0000 (UTC) From: Kunal Joshi To: igt-dev@lists.freedesktop.org Date: Thu, 9 Nov 2023 11:39:25 +0530 Message-Id: <20231109060931.1347354-2-kunal1.joshi@intel.com> In-Reply-To: <20231109060931.1347354-1-kunal1.joshi@intel.com> References: <20231109060931.1347354-1-kunal1.joshi@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 1/7] lib/igt_psr: added enum for panel replay List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kunal Joshi , Arun R Murthy Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Added enum for PR Cc: Jouni Högander Cc: Animesh Manna Cc: Arun R Murthy Signed-off-by: Kunal Joshi Reviewed-by: Jouni Högander --- lib/igt_psr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/igt_psr.h b/lib/igt_psr.h index 12ffc9d6c..243154897 100644 --- a/lib/igt_psr.h +++ b/lib/igt_psr.h @@ -34,6 +34,8 @@ enum psr_mode { PSR_MODE_1, PSR_MODE_2, PSR_MODE_2_SEL_FETCH, + PR_MODE, + PR_MODE_SEL_FETCH, PSR_DISABLED, }; -- 2.25.1