Searched hist:"75 b6984ef659a0d2a86cd937a208f8d1e98e957e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | diff 75b6984ef659a0d2a86cd937a208f8d1e98e957e Tue Jan 10 03:41:39 CST 2023 Ofir Bitton <obitton@habana.ai> habanalabs: optimize command submission completion timestamp
Completion timestamp is taken during the actual command submission release. As the release happens in a work queue, the timestamp taken is not accurate. Hence, we will take the timestamp in the interrupt handler itself while propagating it to the release function.
Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
|
H A D | irq.c | diff 75b6984ef659a0d2a86cd937a208f8d1e98e957e Tue Jan 10 03:41:39 CST 2023 Ofir Bitton <obitton@habana.ai> habanalabs: optimize command submission completion timestamp
Completion timestamp is taken during the actual command submission release. As the release happens in a work queue, the timestamp taken is not accurate. Hence, we will take the timestamp in the interrupt handler itself while propagating it to the release function.
Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
|
H A D | habanalabs.h | diff 75b6984ef659a0d2a86cd937a208f8d1e98e957e Tue Jan 10 03:41:39 CST 2023 Ofir Bitton <obitton@habana.ai> habanalabs: optimize command submission completion timestamp
Completion timestamp is taken during the actual command submission release. As the release happens in a work queue, the timestamp taken is not accurate. Hence, we will take the timestamp in the interrupt handler itself while propagating it to the release function.
Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
|