aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/accel
diff options
context:
space:
mode:
authorDeepak R Varma <drv@mailo.com>2023-10-19 00:43:54 +0530
committerStanislaw Gruszka <stanislaw.gruszka@linux.intel.com>2023-10-23 09:15:04 +0200
commitf5b55f32ce4ba953c270b2e9c3f5d4cd6951b1a1 (patch)
treee41f474159a16f2e229b3f5ee8fbd12fd0a6519a /drivers/accel
parentb43cb6680b343bde54f18b458c3d0e72788fd4d1 (diff)
downloadlinux-f5b55f32ce4ba953c270b2e9c3f5d4cd6951b1a1.tar.gz
accel/ivpu: Delete the TODO file
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 <stanislaw.gruszka@linux.intel.com> Signed-off-by: Deepak R Varma <drv@mailo.com> Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/ZTAucrOT69/tQK2o@runicha.com
Diffstat (limited to 'drivers/accel')
-rw-r--r--drivers/accel/ivpu/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/accel/ivpu/TODO b/drivers/accel/ivpu/TODO
deleted file mode 100644
index 9077217ae10f2..0000000000000
--- 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