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 E9D62CCD195 for ; Wed, 22 Oct 2025 07:32:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AE6DB10E6E4; Wed, 22 Oct 2025 07:32:44 +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="nNSk/9TY"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id E31B610E6E4 for ; Wed, 22 Oct 2025 07:32:43 +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=qbIEFc5UJpe7EToGOL2KpXA5PwiXkL3AthpCjUCvWDU=; b=nNSk/9TYRoW7M7Mnmn3Vvvjqlw tSY5kT5WXOCSt6DQc6EuzcrwET+eP4drwgypAS5ANtRFXk6Kvg3McEG/IEoA//ltf6Xt8MLoAscv9 uEXL72oE5eDngtumGQ3sKXwZlzV0zBt8wJgXzQzV2Eak6GIDl6BH79Aixn3/uJb3sImI6EsyIc1BA bixGpG/+5kJTh209TRlizi3OiVzabO/AqBvSzUB1Y7xGSnjsTJmzxo06uChh26bHAuFik1etCiqy6 UCq2B1PlE71QBWBDJxe6trSI55Hn6zhxzEpRsMgyS7lleVPDKbjaSiUR52X0QwWF7Gu9fEjmhMyg0 l+Qv/vfw==; 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 1vBTKs-00Ct0V-5o for ; Wed, 22 Oct 2025 09:32:42 +0200 From: Tvrtko Ursulin To: intel-xe@lists.freedesktop.org Subject: [CI 00/14] auxccs ci run no stolen with flush Date: Wed, 22 Oct 2025 08:32:25 +0100 Message-ID: <20251022073241.71401-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 (14): 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: Force flush system memory AuxCCS framebuffers before scan out 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 | 191 +++++++++++++++--- .../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_bo_types.h | 14 +- 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 +- 10 files changed, 314 insertions(+), 130 deletions(-) -- 2.48.0