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 25EC1C25B48 for ; Tue, 24 Oct 2023 12:24:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1B84610E363; Tue, 24 Oct 2023 12:23:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2419E10E362; Tue, 24 Oct 2023 12:23:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698150237; x=1729686237; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=tEZ/XibHe2n2cQuCeoxV2RGEyAuax6BiONOL0O7dWAA=; b=NduKh9yUMVdoR9opHekPkgEWXLjikHP1iKtcw+BGAbkLTUsXRplGEKab AJTdNUPGzL6D69HGbREE1xRC5ME22wvPRxjcqUE13K3/lfvei+x0xfACa oidkwsUYGSJWlc/5syk4ZuDlcX7RdLfuxDwCSTdjI+QmjKciAbfBZDLi1 +GHRFEFEgqJ/BLgC4kGQ/DOrJ8rs/yezsuSOWUWD+d+G5c6o5feT77NUv ZLwqxneoOEXhnR78W/13VeDEK2a1J1tw+SiRSG5iEOvMRB0elIYZq2HbJ rkVeOemIME0McRdmKYiQuv3zOccxW7ZDgWtK1He0oIJsmit4pzuu2nO9G g==; X-IronPort-AV: E=McAfee;i="6600,9927,10872"; a="8595819" X-IronPort-AV: E=Sophos;i="6.03,247,1694761200"; d="scan'208";a="8595819" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2023 05:23:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10872"; a="875053470" X-IronPort-AV: E=Sophos;i="6.03,247,1694761200"; d="scan'208";a="875053470" Received: from yaminehx-mobl.ger.corp.intel.com (HELO intel.com) ([10.252.33.158]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2023 05:23:55 -0700 Date: Tue, 24 Oct 2023 14:23:52 +0200 From: Andi Shyti To: Nirmoy Das Subject: Re: [Intel-gfx] [PATCH] drm/i915/gt: Use proper priority enum instead of 0 Message-ID: References: <20231023121305.12560-1-nirmoy.das@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231023121305.12560-1-nirmoy.das@intel.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Nirmoy, On Mon, Oct 23, 2023 at 02:13:05PM +0200, Nirmoy Das wrote: > I915_PRIORITY_NORMAL is 0 so use that instead for better > readability. > > Cc: John Harrison > Signed-off-by: Nirmoy Das Reviewed-by: Andi Shyti Andi