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 0FF00FED3D6 for ; Fri, 24 Apr 2026 14:50:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C003210F5E9; Fri, 24 Apr 2026 14:50:03 +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="axOnln/M"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id BE28310F5E9; Fri, 24 Apr 2026 14:50:00 +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:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FLTUu00A34zhv++jHW0rYABgVFly3ZQoIZYBXgXodXE=; b=axOnln/Mf0P7CC8Y+9DDbJwm7S 754or0hSqFh+SZX4wcqG4w+TcORnZrgk5eyCMz6IetSkkjMKDArZFGOFUG6uDo2wmUO5xBAcKVvvO NHpBazYsowwSvScWhoOglCGQxI/nafk88V9yir7hs+AUvSKWLtJe4RSLAXqoIn+Nx5A9MFa5uD6Nu NGRP9/Oap0/2phhcbiV9KxkloVluw3RdermZxYKQsAMurN32uQdHbANlHhB5ZO0XyTDBquILrfIJW hB/EZsOVtYHdg+Qq1GbqMuwb8z2ZqkUg2fAr3zPp3IHXXxB/Aq2NDSdddvGLkcfDDgdFD7nLns5+Y d5+UVwow==; Received: from [186.208.73.228] (helo=[192.168.18.14]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1wGHqw-001dgZ-Kh; Fri, 24 Apr 2026 16:49:58 +0200 Message-ID: <7149c957-43e9-4ad4-bfae-307d2eb5146b@igalia.com> Date: Fri, 24 Apr 2026 11:49:53 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 01/13] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX To: "Borah, Chaitanya Kumar" , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: harry.wentland@amd.com, louis.chauvet@bootlin.com, contact@emersion.fr, alex.hung@amd.com, daniels@collabora.com, uma.shankar@intel.com, maarten.lankhorst@intel.com, pekka.paalanen@collabora.com, pranay.samala@intel.com, swati2.sharma@intel.com References: <20260408051514.608781-1-chaitanya.kumar.borah@intel.com> <20260408051514.608781-2-chaitanya.kumar.borah@intel.com> <1483a913-dede-4daf-ac82-0329656a3d17@igalia.com> <0543a055-c910-407a-b26c-3ecb9908f52c@intel.com> Content-Language: en-US From: Melissa Wen In-Reply-To: <0543a055-c910-407a-b26c-3ecb9908f52c@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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" On 23/04/2026 06:38, Borah, Chaitanya Kumar wrote: > Regarding the IGTs they are yet to be upstreamed with this version of > the series as we are still working out how to use CRC matching for > pass criteria. (As i915/xe does not have writeback hooked up yet) Out of curiousity, are you working on adding writeback support to them? Melissa