Home
last modified time | relevance | path

Searched refs:amdgpu_vpe (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vpe.h32 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 …]
H A Dvpe_v6_1.c64 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()
H A Dvpe_v6_1.h27 void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe);
H A Damdgpu.h1049 struct amdgpu_vpe vpe;