Searched hist:b563e47957af4ff71736c5cc4120a59b055ab583 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/accel/ivpu/ |
H A D | ivpu_ipc.c | diff b563e47957af4ff71736c5cc4120a59b055ab583 Thu May 25 12:38:18 CEST 2023 Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> accel/ivpu: Do not use mutex_lock_interruptible
If we get signal when waiting for the mmu->lock we do not invalidate current MMU configuration that might result in undefined behavior.
Additionally there is little or no benefit on break waiting for ipc->lock. In current code base, we keep this lock for short periods.
Fixes: 263b2ba5fc93 ("accel/ivpu: Add Intel VPU MMU support") Reviewed-by: Krystian Pradzynski <krystian.pradzynski@linux.intel.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230525103818.877590-2-stanislaw.gruszka@linux.intel.com
|
H A D | ivpu_mmu.c | diff b563e47957af4ff71736c5cc4120a59b055ab583 Thu May 25 12:38:18 CEST 2023 Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> accel/ivpu: Do not use mutex_lock_interruptible
If we get signal when waiting for the mmu->lock we do not invalidate current MMU configuration that might result in undefined behavior.
Additionally there is little or no benefit on break waiting for ipc->lock. In current code base, we keep this lock for short periods.
Fixes: 263b2ba5fc93 ("accel/ivpu: Add Intel VPU MMU support") Reviewed-by: Krystian Pradzynski <krystian.pradzynski@linux.intel.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230525103818.877590-2-stanislaw.gruszka@linux.intel.com
|