From patchwork Tue Nov 1 03:36:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Nilawar, Badal" X-Patchwork-Id: 13026631 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 0084CC433FE for ; Tue, 1 Nov 2022 03:33:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C880010E2A3; Tue, 1 Nov 2022 03:33:38 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5D6B410E0BE; Tue, 1 Nov 2022 03:33:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667273613; x=1698809613; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AXc+XvOpIsum3EgY+WPAeBDegvxWPX62cIoxR6cZjpc=; b=dBHF3qw/+jdozLEsXif7QsWZL4CL4GB+ZgCzLY4/gf5NKBbNn456eFCB AA/GXGzhsCVyXlhOSgHc4lpHpHA61oTuNP/LxhA5Vlo02kV8let5pzjlt iyluMgTC1QNpNeHDEgwAZIx4Hb+fOLpm+KO5X6F0iuXpEM9zWcd3I4w6Z OKrhN/q95nE+dAf3i19+u5FGc7HiVCbttbWDeVX3nN1SpwbRNwOA3k07j Aiml3Zp+i9rWOSImVkcXB7KswQ+F1YVngAc1J07Am1ypS0BsWlsIeQb3G tR5D1azq+AIwoTVjmEpdgHAJwhBP1pvVwpnLeT3qhhbQKvpX4ZayJN3ai A==; X-IronPort-AV: E=McAfee;i="6500,9779,10517"; a="307782714" X-IronPort-AV: E=Sophos;i="5.95,229,1661842800"; d="scan'208";a="307782714" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2022 20:33:32 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10517"; a="739193622" X-IronPort-AV: E=Sophos;i="5.95,229,1661842800"; d="scan'208";a="739193622" Received: from bnilawar-desk1.iind.intel.com ([10.145.169.158]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2022 20:33:30 -0700 From: Badal Nilawar To: intel-gfx@lists.freedesktop.org Date: Tue, 1 Nov 2022 09:06:32 +0530 Message-Id: <20221101033634.1900331-1-badal.nilawar@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/2] i915/mtl: Enable idle messaging for GSC CS 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: dri-devel@lists.freedesktop.org, rodrigo.vivi@intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This series includes code change to enable idle messaging for GSC CS. This series depends on: https://patchwork.freedesktop.org/patch/509102/ In order to compile this series included 1 patch from above series, authored by Daniele Ceraolo Spurio, to this series. Please do not review patch 1. Only patch 2 need to be reviewed. Cc: Daniele Ceraolo Spurio Cc: Vinay Belgaumkar Daniele Ceraolo Spurio (1): drm/i915/mtl: add initial definitions for GSC CS Vinay Belgaumkar (1): drm/i915/mtl: Enable Idle Messaging for GSC CS drivers/gpu/drm/i915/gt/intel_engine_cs.c | 8 ++++++++ drivers/gpu/drm/i915/gt/intel_engine_pm.c | 12 ++++++++++++ drivers/gpu/drm/i915/gt/intel_engine_types.h | 1 + drivers/gpu/drm/i915/gt/intel_engine_user.c | 1 + drivers/gpu/drm/i915/gt/intel_gt_regs.h | 3 +++ drivers/gpu/drm/i915/i915_reg.h | 1 + 6 files changed, 26 insertions(+)