aboutsummaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu/ivpu_ipc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19accel/ivpu: Refactor BO creation functionsGravatar Wachowski, Karol 1-6/+6
2024-01-25accel/ivpu: Improve recovery and reset supportGravatar Jacek Lawrynowicz 1-4/+2
2023-11-16accel/ivpu: Use threaded IRQ to handle JOB done messagesGravatar Jacek Lawrynowicz 1-85/+111
2023-11-16accel/ivpu: Do not use cons->aborted for job_done_threadGravatar Stanislaw Gruszka 1-9/+9
2023-11-16accel/ivpu: Do not use irqsave in ivpu_ipc_dispatchGravatar Stanislaw Gruszka 1-3/+3
2023-11-16accel/ivpu: Rename cons->rx_msg_lockGravatar Stanislaw Gruszka 1-14/+13
2023-11-15Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 1-6/+3
2023-11-07accel/ivpu: Fix compilation with CONFIG_PM=nGravatar Jacek Lawrynowicz 1-2/+2
2023-10-31accel/ivpu: Abort pending rx ipc on resetGravatar Stanislaw Gruszka 1-3/+17
2023-10-31accel/ivpu: Stop job_done_thread on suspendGravatar Stanislaw Gruszka 1-2/+15
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-18/+22
2023-10-30accel/ivpu: Introduce ivpu_ipc_send_receive_active()Gravatar Karol Wachowski 1-11/+22
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextGravatar Dave Airlie 1-7/+4
2023-10-23accel/ivpu: Print IPC type string instead of numberGravatar Krystian Pradzynski 1-4/+5
2023-10-23accel/ivpu: Use ratelimited warn and err in IPC/JSMGravatar Krystian Pradzynski 1-13/+16
2023-10-12accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Gravatar Jacek Lawrynowicz 1-3/+3
2023-09-27accel/ivpu: Do not use wait event interruptibleGravatar Stanislaw Gruszka 1-7/+4
2023-09-04accel/ivpu: Remove duplicated error messagesGravatar Jacek Lawrynowicz 1-4/+9
2023-06-08accel/ivpu: Do not use mutex_lock_interruptibleGravatar Stanislaw Gruszka 1-3/+1
2023-01-19accel/ivpu: Add PM supportGravatar Jacek Lawrynowicz 1-5/+15
2023-01-19accel/ivpu: Add IPC driver and JSM messagesGravatar Jacek Lawrynowicz 1-0/+500