From patchwork Wed Oct 18 19:13:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Deepak R Varma X-Patchwork-Id: 13427763 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 ACEE8CDB47E for ; Wed, 18 Oct 2023 19:14:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C21FA10E43F; Wed, 18 Oct 2023 19:14:16 +0000 (UTC) Received: from mailo.com (msg-2.mailo.com [213.182.54.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5077610E455 for ; Wed, 18 Oct 2023 19:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1697656440; bh=KGqlSDYBgWttHIyKz56cezEh4s6DnMn/uHHqAtaHZ2Q=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Type; b=l1gXdYSyRuJwtImnarUvdmkO1qFyaKI3DhuvRM1XwaJ3D60Q5CiE+Fpjieji0wWqz maPAA0QuWZl7fOhCq+G68H4kphX2IQZbZuAk0L5HigHfFO48t8Dpfnh1FMAKkX5MBH wKl0N0AM3G/dlw8n4p7j/qZMGi6f2hmnQm+qiPLs= Received: by b221-4.in.mailobj.net [192.168.90.24] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 18 Oct 2023 21:14:00 +0200 (CEST) X-EA-Auth: PNQy6XQwm0gdVvIHuOoPi65nI93ancTUU5UJb9uuFsXaKNI5l1yFOTyrmjbf5nkDWZG4QnGtqv6NOJZneH8bR4WWtBB5XN68 Date: Thu, 19 Oct 2023 00:43:54 +0530 From: Deepak R Varma To: Jacek Lawrynowicz , Stanislaw Gruszka , Oded Gabbay , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH] accel/ivpu: Delete the TODO file Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Deepak R Varma , linux-kernel-mentees@lists.linuxfoundation.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The work items listed in the TODO file of this driver file are either completed or dropped. The file is no more significant according to the maintainers. Hence removing it from the sources. Suggested-by: Stanislaw Gruszka Signed-off-by: Deepak R Varma --- drivers/accel/ivpu/TODO | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 drivers/accel/ivpu/TODO -- 2.39.2 diff --git a/drivers/accel/ivpu/TODO b/drivers/accel/ivpu/TODO deleted file mode 100644 index 9077217ae10f..000000000000 --- a/drivers/accel/ivpu/TODO +++ /dev/null @@ -1,11 +0,0 @@ -- Move to threaded_irqs to mitigate potential infinite loop in ivpu_ipc_irq_handler() -- Implement support for BLOB IDs -- Add debugfs support to improve debugging and testing -- Add tracing events for performance debugging -- Implement HW based scheduling support -- Use syncobjs for submit/sync -- Refactor IPC protocol to improve message latency -- Implement BO cache and MADVISE IOCTL -- Add support for user allocated buffers using prime import and dma-buf heaps -- Refactor struct ivpu_bo to use struct drm_gem_shmem_object -- Add driver/device documentation