Searched refs:amdgpu_vpe (Results 1 – 6 of 6) sorted by relevance
32 struct amdgpu_vpe;36 int (*set_regs)(struct amdgpu_vpe *vpe);37 int (*irq_init)(struct amdgpu_vpe *vpe);38 int (*init_microcode)(struct amdgpu_vpe *vpe);39 int (*load_microcode)(struct amdgpu_vpe *vpe);40 int (*ring_init)(struct amdgpu_vpe *vpe);41 int (*ring_start)(struct amdgpu_vpe *vpe);42 int (*ring_stop)(struct amdgpu_vpe *vpe);43 int (*ring_fini)(struct amdgpu_vpe *vpe);63 struct amdgpu_vpe { struct[all …]
64 static uint32_t vpe_v6_1_get_reg_offset(struct amdgpu_vpe *vpe, uint32_t inst, uint32_t offset) in vpe_v6_1_get_reg_offset()73 static void vpe_v6_1_halt(struct amdgpu_vpe *vpe, bool halt) in vpe_v6_1_halt()86 static int vpe_v6_1_irq_init(struct amdgpu_vpe *vpe) in vpe_v6_1_irq_init()100 static void vpe_v6_1_set_collaborate_mode(struct amdgpu_vpe *vpe, bool enable) in vpe_v6_1_set_collaborate_mode()123 static int vpe_v6_1_load_microcode(struct amdgpu_vpe *vpe) in vpe_v6_1_load_microcode()206 static int vpe_v6_1_ring_start(struct amdgpu_vpe *vpe) in vpe_v6_1_ring_start()276 static int vpe_v_6_1_ring_stop(struct amdgpu_vpe *vpe) in vpe_v_6_1_ring_stop()314 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_v6_1_set_trap_irq_state()351 static int vpe_v6_1_set_regs(struct amdgpu_vpe *vpe) in vpe_v6_1_set_regs()394 void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe) in vpe_v6_1_set_funcs()
301 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_early_init()362 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_sw_init()387 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_sw_fini()404 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_hw_init()427 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_hw_fini()605 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_ring_preempt_ib()653 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_set_powergating_state()673 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_ring_get_rptr()692 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_ring_get_wptr()711 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_ring_set_wptr()[all …]
27 void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe);
215 amdgpu_vpe.o \
1018 struct amdgpu_vpe vpe;
Completed in 17 milliseconds