From patchwork Thu Sep 28 08:12:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Zimmermann X-Patchwork-Id: 13402246 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 74BDECE7B05 for ; Thu, 28 Sep 2023 08:12:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D9B8010E5E3; Thu, 28 Sep 2023 08:12:16 +0000 (UTC) Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by gabe.freedesktop.org (Postfix) with ESMTPS id E36EA10E5DE; Thu, 28 Sep 2023 08:12:13 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 870602186F; Thu, 28 Sep 2023 08:12:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695888732; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=6X3/7g8w7Td+sWdV/Kb401xbbGEIOCzRHH09F4sKEMQ=; b=VHUm8LyU5xC6KPSId8V6OvyUNCfdKV+0jLsYobMUQcTg79GRgQYxvKoqpV6d6/cSFSkDSH 64xHvyFhkI+E9o178rmYGmNdpMCoV+XxOlL4iPK12prtw01ukX/LVsiF3fk1d91G8NW31K 5HDorlYKNhNz8GmJm8VdzlwM3yqCwRk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695888732; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=6X3/7g8w7Td+sWdV/Kb401xbbGEIOCzRHH09F4sKEMQ=; b=EGn8agQ4rzRtbjaUTJGxe7uFllnVovmlUaDEN9DBKXiY2bQvR+zaeYO6m4Q/95JC4wewlU lx4H5091zWdUnhCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1245D138E9; Thu, 28 Sep 2023 08:12:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id PIOEA1w1FWXUQgAAMHmgww (envelope-from ); Thu, 28 Sep 2023 08:12:12 +0000 Date: Thu, 28 Sep 2023 10:12:08 +0200 From: Thomas Zimmermann To: Dave Airlie , Daniel Vetter Message-ID: <20230928081208.GA7881@linux-uq9g> MIME-Version: 1.0 Content-Disposition: inline Subject: [Intel-gfx] [PULL] drm-misc-fixes 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: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave and Daniel, drm-misc-fixes, Intel VPU Edition. Only the ivpu driver received fixes this week. Best regards Thomas drm-misc-fixes-2023-09-28: Short summary of fixes pull: * ivpu: * Add PCI ids for Arrow Lake * Fix memory corruption during IPC * Avoid dmesg flooding * 40xx: Wait for clock resource * 40xx: Fix interrupt usage * 40xx: Support caching when loading firmware The following changes since commit f75f71b2c418a27a7c05139bb27a0c83adf88d19: fbdev/sh7760fb: Depend on FB=y (2023-09-21 10:33:49 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-09-28 for you to fetch changes up to 645d694559cab36fe6a57c717efcfa27d9321396: accel/ivpu: Use cached buffers for FW loading (2023-09-27 07:40:43 +0200) ---------------------------------------------------------------- Short summary of fixes pull: * ivpu: * Add PCI ids for Arrow Lake * Fix memory corruption during IPC * Avoid dmesg flooding * 40xx: Wait for clock resource * 40xx: Fix interrupt usage * 40xx: Support caching when loading firmware ---------------------------------------------------------------- Jacek Lawrynowicz (1): accel/ivpu: Don't flood dmesg with VPU ready message Karol Wachowski (4): accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-Up accel/ivpu/40xx: Disable frequency change interrupt accel/ivpu/40xx: Fix missing VPUIP interrupts accel/ivpu: Use cached buffers for FW loading Stanislaw Gruszka (2): accel/ivpu: Add Arrow Lake pci id accel/ivpu: Do not use wait event interruptible drivers/accel/ivpu/ivpu_drv.c | 3 ++- drivers/accel/ivpu/ivpu_drv.h | 2 ++ drivers/accel/ivpu/ivpu_fw.c | 8 +++++--- drivers/accel/ivpu/ivpu_gem.h | 5 +++++ drivers/accel/ivpu/ivpu_hw_40xx.c | 28 ++++++++++++++++++++-------- drivers/accel/ivpu/ivpu_hw_40xx_reg.h | 2 ++ drivers/accel/ivpu/ivpu_ipc.c | 11 ++++------- 7 files changed, 40 insertions(+), 19 deletions(-)