summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu/ivpu_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* accel/ivpu: Improve recovery and reset supportJacek Lawrynowicz2024-01-251-4/+2
* accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz2023-11-161-85/+111
* accel/ivpu: Do not use cons->aborted for job_done_threadStanislaw Gruszka2023-11-161-9/+9
* accel/ivpu: Do not use irqsave in ivpu_ipc_dispatchStanislaw Gruszka2023-11-161-3/+3
* accel/ivpu: Rename cons->rx_msg_lockStanislaw Gruszka2023-11-161-14/+13
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-6/+3
|\
| * Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-311-18/+22
| |\
| * \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-7/+4
| |\ \
| | * | accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka2023-09-271-7/+4
* | | | accel/ivpu: Fix compilation with CONFIG_PM=nJacek Lawrynowicz2023-11-071-2/+2
* | | | accel/ivpu: Abort pending rx ipc on resetStanislaw Gruszka2023-10-311-3/+17
* | | | accel/ivpu: Stop job_done_thread on suspendStanislaw Gruszka2023-10-311-2/+15
* | | | accel/ivpu: Introduce ivpu_ipc_send_receive_active()Karol Wachowski2023-10-301-11/+22
| |_|/ |/| |
* | | accel/ivpu: Print IPC type string instead of numberKrystian Pradzynski2023-10-231-4/+5
* | | accel/ivpu: Use ratelimited warn and err in IPC/JSMKrystian Pradzynski2023-10-231-13/+16
* | | accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Jacek Lawrynowicz2023-10-121-3/+3
|/ /
* / accel/ivpu: Remove duplicated error messagesJacek Lawrynowicz2023-09-041-4/+9
|/
* accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka2023-06-081-3/+1
* accel/ivpu: Add PM supportJacek Lawrynowicz2023-01-191-5/+15
* accel/ivpu: Add IPC driver and JSM messagesJacek Lawrynowicz2023-01-191-0/+500