index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
ivpu
/
ivpu_job.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-30
accel/ivpu: Move secondary preemption buffer allocation to DMA range
Karol Wachowski
1
-1
/
+1
2024-10-30
accel/ivpu: Don't allocate preemption buffers when MIP is disabled
Karol Wachowski
1
-3
/
+3
2024-10-30
accel/ivpu: Make command queue ID allocated on XArray
Karol Wachowski
1
-45
/
+46
2024-10-30
accel/ivpu: Use xa_alloc_cyclic() instead of custom function
Karol Wachowski
1
-28
/
+6
2024-10-30
accel/ivpu: Remove copy engine support
Andrzej Kacprowski
1
-28
/
+15
2024-10-11
accel/ivpu: Add tracing for IPC/PM/JOB
Jakub Pawlak
1
-0
/
+4
2024-10-11
accel/ivpu: Use whole user and shave ranges for preemption buffers
Karol Wachowski
1
-9
/
+4
2024-10-11
accel/ivpu: Do not fail on cmdq if failed to allocate preemption buffers
Karol Wachowski
1
-11
/
+16
2024-10-11
accel/ivpu: Add test_mode bit to force turbo
Andrzej Kacprowski
1
-0
/
+5
2024-10-11
accel/ivpu: Make DB_ID and JOB_ID allocations incremental
Tomasz Rusinowicz
1
-10
/
+27
2024-10-11
accel/ivpu: Add auto selection logic for job scheduler
Jacek Lawrynowicz
1
-7
/
+7
2024-10-11
accel/ivpu: Update VPU FW API headers
Andrzej Kacprowski
1
-1
/
+1
2024-06-14
accel/ivpu: Abort jobs of faulty context
Maciej Falkowski
1
-1
/
+28
2024-05-17
accel/ivpu: Split IP and buttress code
Wachowski, Karol
1
-1
/
+1
2024-05-15
accel/ivpu: Share NPU busy time in sysfs
Tomasz Rusinowicz
1
-1
/
+22
2024-05-15
accel/ivpu: Implement support for hardware scheduler
Wachowski, Karol
1
-46
/
+116
2024-05-15
accel/ivpu: Implement support for preemption buffers
Wachowski, Karol
1
-0
/
+65
2024-05-15
accel/ivpu: Create priority based command queues
Wachowski, Karol
1
-21
/
+40
2024-02-26
Merge v6.8-rc6 into drm-next
Daniel Vetter
1
-2
/
+2
2024-02-19
accel/ivpu: Refactor BO creation functions
Wachowski, Karol
1
-2
/
+2
2024-02-19
accel/ivpu: Use lazy allocation for doorbell IDs
Wachowski, Karol
1
-3
/
+13
2024-02-06
accel/ivpu: Add job status for jobs aborted by the driver
Grzegorz Trzebiatowski
1
-2
/
+2
2024-01-25
accel/ivpu: Improve recovery and reset support
Jacek Lawrynowicz
1
-0
/
+2
2024-01-25
accel/ivpu: Improve stability of ivpu_submit_ioctl()
Jacek Lawrynowicz
1
-77
/
+62
2024-01-25
accel/ivpu: Fix dev open/close races with unbind
Jacek Lawrynowicz
1
-10
/
+6
2024-01-22
accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY param
Wachowski, Karol
1
-0
/
+3
2023-11-16
accel/ivpu: Use threaded IRQ to handle JOB done messages
Jacek Lawrynowicz
1
-65
/
+19
2023-11-16
accel/ivpu: Use dedicated work for job timeout detection
Stanislaw Gruszka
1
-15
/
+9
2023-11-16
accel/ivpu: Do not use cons->aborted for job_done_thread
Stanislaw Gruszka
1
-1
/
+0
2023-11-08
accel/ivpu: Use GEM shmem helper for all buffers
Jacek Lawrynowicz
1
-4
/
+4
2023-10-31
accel/ivpu: Abort pending rx ipc on reset
Stanislaw Gruszka
1
-0
/
+1
2023-10-31
accel/ivpu: Stop job_done_thread on suspend
Stanislaw Gruszka
1
-4
/
+16
2023-10-30
accel/ivpu: Change test_mode module param to bitmask
Karol Wachowski
1
-2
/
+2
2023-10-30
accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASK
Andrzej Kacprowski
1
-0
/
+2
2023-10-12
accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()
Jacek Lawrynowicz
1
-4
/
+4
2023-06-19
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-7
/
+14
2023-06-08
accel/ivpu: Use struct_size()
Christophe JAILLET
1
-3
/
+1
2023-06-06
accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEP
Stanislaw Gruszka
1
-7
/
+14
2023-04-05
accel/ivpu: Add dma fence to command buffers only
Karol Wachowski
1
-11
/
+7
2023-03-24
accel/ivpu: Do not access HW registers after unbind
Stanislaw Gruszka
1
-2
/
+9
2023-02-06
accel/ivpu: Fix FW API data alignment issues
Andrzej Kacprowski
1
-2
/
+3
2023-01-19
accel/ivpu: Add PM support
Jacek Lawrynowicz
1
-1
/
+13
2023-01-19
accel/ivpu: Add command buffer submission logic
Jacek Lawrynowicz
1
-0
/
+602