From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9BA1C10E11C for ; Mon, 26 Jun 2023 19:57:31 +0000 (UTC) Received: by mail-lf1-x12c.google.com with SMTP id 2adb3069b0e04-4fb73ba3b5dso2266116e87.1 for ; Mon, 26 Jun 2023 12:57:31 -0700 (PDT) From: Juha-Pekka Heikkila To: igt-dev@lists.freedesktop.org Date: Mon, 26 Jun 2023 22:57:22 +0300 Message-Id: <20230626195725.3993-1-juhapekka.heikkila@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] Include intel_blt funtions to blitter path for igt_fb.c List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Here start to use copy engine for doing rc ccs on Intel hw with flat ccs. This will replace usage of rendercopy on framebuffer creation with i915 devices with flat ccs. Juha-Pekka Heikkila (3): lib/intel_blt: Add offset to block and fast copy lib/igt_fb: include lib/intel_blt functions to blitter path lib/igt_fb: On blitter path take clear color modifier into account lib/igt_fb.c | 211 ++++++++++++++++++++++++++++++++++++++++++------ lib/intel_blt.c | 12 ++- lib/intel_blt.h | 3 + 3 files changed, 196 insertions(+), 30 deletions(-) -- 2.25.1