summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu/ivpu_ipc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08accel/ivpu: Check return code of ipc->lock initWachowski, Karol1-2/+6
2024-02-19accel/ivpu: Refactor BO creation functionsWachowski, Karol1-6/+6
2024-01-25accel/ivpu: Improve recovery and reset supportJacek Lawrynowicz1-4/+2
2023-11-16accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz1-85/+111
2023-11-16accel/ivpu: Do not use cons->aborted for job_done_threadStanislaw Gruszka1-9/+9
2023-11-16accel/ivpu: Do not use irqsave in ivpu_ipc_dispatchStanislaw Gruszka1-3/+3
2023-11-16accel/ivpu: Rename cons->rx_msg_lockStanislaw Gruszka1-14/+13
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+3
2023-11-07accel/ivpu: Fix compilation with CONFIG_PM=nJacek Lawrynowicz1-2/+2
2023-10-31accel/ivpu: Abort pending rx ipc on resetStanislaw Gruszka1-3/+17
2023-10-31accel/ivpu: Stop job_done_thread on suspendStanislaw Gruszka1-2/+15
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-18/+22
2023-10-30accel/ivpu: Introduce ivpu_ipc_send_receive_active()Karol Wachowski1-11/+22
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie1-7/+4
2023-10-23accel/ivpu: Print IPC type string instead of numberKrystian Pradzynski1-4/+5
2023-10-23accel/ivpu: Use ratelimited warn and err in IPC/JSMKrystian Pradzynski1-13/+16
2023-10-12accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Jacek Lawrynowicz1-3/+3
2023-09-27accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka1-7/+4
2023-09-04accel/ivpu: Remove duplicated error messagesJacek Lawrynowicz1-4/+9
2023-06-08accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka1-3/+1
2023-01-19accel/ivpu: Add PM supportJacek Lawrynowicz1-5/+15
2023-01-19accel/ivpu: Add IPC driver and JSM messagesJacek Lawrynowicz1-0/+500