Lines Matching refs:amdgpu_vpe
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);
63 struct amdgpu_vpe { struct
85 int amdgpu_vpe_init_microcode(struct amdgpu_vpe *vpe); argument
86 int amdgpu_vpe_ring_init(struct amdgpu_vpe *vpe);
87 int amdgpu_vpe_ring_fini(struct amdgpu_vpe *vpe);
88 int amdgpu_vpe_configure_dpm(struct amdgpu_vpe *vpe);