linux/drivers/accel/ivpu
Stanislaw Gruszka f956bf2080 accel/ivpu: Do not initialize parameters on power up
Initialize HW specific parameters only once. We do not have to do this
on every power_up (performed during initialization and on resume). Move
corresponding code to ->info_init()

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/20231020104501.697763-6-stanislaw.gruszka@linux.intel.com
2023-10-23 09:01:21 +02:00
..
ivpu_debugfs.c accel/ivpu: Update debugfs to latest changes in DRM 2023-09-27 13:11:44 +02:00
ivpu_debugfs.h accel/ivpu: Compile ivpu_debugfs.c conditionally 2023-09-27 13:11:51 +02:00
ivpu_drv.c accel/ivpu: Read clock rate only if device is up 2023-10-23 08:59:20 +02:00
ivpu_drv.h accel/ivpu: Print information about used workarounds 2023-09-04 16:21:03 +02:00
ivpu_fw.c accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() 2023-10-12 12:54:51 +02:00
ivpu_fw.h accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init() 2023-09-04 11:01:49 +02:00
ivpu_fw_log.c accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() 2023-10-12 12:54:51 +02:00
ivpu_fw_log.h accel/ivpu: Add firmware tracing support 2023-07-07 09:33:20 +02:00
ivpu_gem.c accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() 2023-10-12 12:54:51 +02:00
ivpu_gem.h accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() 2023-10-12 12:54:51 +02:00
ivpu_hw.h accel/ivpu: Add initial support for VPU 4 2023-08-09 13:55:21 +02:00
ivpu_hw_37xx.c accel/ivpu: Do not initialize parameters on power up 2023-10-23 09:01:21 +02:00
ivpu_hw_37xx_reg.h accel/ivpu: Move MMU register definitions to ivpu_mmu.c 2023-09-04 11:01:53 +02:00
ivpu_hw_40xx.c accel/ivpu: Do not initialize parameters on power up 2023-10-23 09:01:21 +02:00
ivpu_hw_40xx_reg.h accel/ivpu: Add initial support for VPU 4 2023-08-09 13:55:21 +02:00
ivpu_hw_reg_io.h accel/ivpu: Fix verbose version of REG_POLL macros 2023-10-23 08:57:25 +02:00
ivpu_ipc.c accel/ivpu: Print IPC type string instead of number 2023-10-23 09:00:28 +02:00
ivpu_ipc.h accel/ivpu: Fix IPC buffer header status field value 2023-03-24 10:52:20 +01:00
ivpu_job.c accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() 2023-10-12 12:54:51 +02:00
ivpu_job.h
ivpu_jsm_msg.c accel/ivpu: Print IPC type string instead of number 2023-10-23 09:00:28 +02:00
ivpu_jsm_msg.h accel/ivpu: Print IPC type string instead of number 2023-10-23 09:00:28 +02:00
ivpu_mmu.c accel/ivpu: Fix verbose version of REG_POLL macros 2023-10-23 08:57:25 +02:00
ivpu_mmu.h
ivpu_mmu_context.c accel/ivpu: Initialize context with SSID = 1 2023-09-04 11:01:26 +02:00
ivpu_mmu_context.h accel/ivpu: Initialize context with SSID = 1 2023-09-04 11:01:26 +02:00
ivpu_pm.c accel/ivpu: Read clock rate only if device is up 2023-10-23 08:59:20 +02:00
ivpu_pm.h accel/ivpu: Read clock rate only if device is up 2023-10-23 08:59:20 +02:00
Kconfig accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR 2023-06-06 14:19:53 +02:00
Makefile accel/ivpu: Compile ivpu_debugfs.c conditionally 2023-09-27 13:11:51 +02:00
TODO
vpu_boot_api.h
vpu_jsm_api.h