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 DF2DFCCD195 for ; Wed, 22 Oct 2025 07:30:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 884A910E030; Wed, 22 Oct 2025 07:30:13 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="HQnosmtm"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id 93B6310E030 for ; Wed, 22 Oct 2025 07:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=8Mf5vzPcN376Cj1G+4/Bxw7cx9ybI4zmlZIJFbZMTak=; b=HQnosmtmnDFwvCn9CpF178zEON XTAco8uC4aZPKpLL17olf2gytLk2sSF3nkhUySfSJzYe3gGgK8vMxJKpIXY8u2m1hhN7WBhIcYkj2 qc5TPQiNYm2SDQ5onH2akOQ+FzK09GYCx2J8dVvDl9lkewSz//2WfioWW5gTcaTcIk2cuWFeu7/jh isW8Iw4eP4RpL/8n7SJ1xEPb1D0w3040eltKAdLGYmB2Ki2qiGWj5vEA0BHDrtHL52c0SF7zGngFj kZuS+bZjWf109tGSItWyxvKnG6Ar/H5BI0dOzDwUijCyf0EI+gZyiEvsC3gEEdGc8fp7/7PWD4A00 bVJtOqsg==; Received: from [90.242.12.242] (helo=localhost) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1vBTIQ-00Csvp-VF for ; Wed, 22 Oct 2025 09:30:11 +0200 From: Tvrtko Ursulin To: intel-xe@lists.freedesktop.org Subject: [CI 00/13] auxccs ci run no stolen Date: Wed, 22 Oct 2025 08:29:52 +0100 Message-ID: <20251022073010.71285-1-tvrtko.ursulin@igalia.com> X-Mailer: git-send-email 2.48.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" ... Tvrtko Ursulin (13): drm/xe: Fix ggtt fb alignment drm/xe/xelpg: Flush CCS when flushing caches drm/xe/xelp: Quiesce memory traffic before invalidating AuxCCS drm/xe/xelp: Support auxccs invalidation on blitter drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms drm/xe/xelp: Wait for AuxCCS invalidation to complete drm/xe: Export xe_emit_aux_table_inv drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds drm/xe: Flush GGTT writes after populating DPT drm/xe: Handle DPT in system memory drm/xe: Do not use stolen memory for DPT on IGFX and AuxCCS drm/xe/display: Add support for AuxCCS drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe .../drm/i915/display/skl_universal_plane.c | 6 - drivers/gpu/drm/xe/display/xe_fb_pin.c | 177 +++++++++++++---- .../gpu/drm/xe/instructions/xe_gpu_commands.h | 1 + .../gpu/drm/xe/instructions/xe_mi_commands.h | 6 + drivers/gpu/drm/xe/regs/xe_gt_regs.h | 1 + drivers/gpu/drm/xe/xe_lrc.c | 42 +++++ drivers/gpu/drm/xe/xe_ring_ops.c | 178 +++++++++--------- drivers/gpu/drm/xe/xe_ring_ops.h | 3 + drivers/gpu/drm/xe/xe_ring_ops_types.h | 2 +- 9 files changed, 292 insertions(+), 124 deletions(-) -- 2.48.0