From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id D60A910E0FA for ; Fri, 5 Jan 2024 06:00:40 +0000 (UTC) Message-ID: Date: Fri, 5 Jan 2024 11:30:26 +0530 MIME-Version: 1.0 Subject: Re: [i-g-t,1/4] lib/i915/intel_drrs: Fix igt helper to get drrs status Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20231228075149.745785-1-bhanuprakash.modem@intel.com> From: "Joshi, Kunal1" In-Reply-To: <20231228075149.745785-1-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 12/28/2023 1:21 PM, Bhanuprakash Modem wrote: > intel_is_drrs_supported() helper is giving False if DRRS > supports on selected pipe which is not correct. Fix the > helper to give True if DRRS supports on selected pipe. > > Fixes: c6f857e46 lib/i915/drrs: Add drrs helpers > Cc: Jouni Högander > Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi