Searched refs:amdgpu_vpe (Results 1 – 4 of 4) sorted by relevance
32 struct amdgpu_vpe;35 uint32_t (*get_reg_offset)(struct amdgpu_vpe *vpe, uint32_t inst, uint32_t offset);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);[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()
27 void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe);
1049 struct amdgpu_vpe vpe;