Symbol: amdgpu_vpe
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1049
struct amdgpu_vpe vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
121
int amdgpu_vpe_configure_dpm(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
231
int amdgpu_vpe_init_microcode(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
272
int amdgpu_vpe_ring_init(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
292
int amdgpu_vpe_ring_fini(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
302
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
337
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
365
static int vpe_common_init(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
389
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
422
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
440
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
463
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
637
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
685
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
705
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
724
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
743
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
873
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
32
struct amdgpu_vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
35
uint32_t (*get_reg_offset)(struct amdgpu_vpe *vpe, uint32_t inst, uint32_t offset);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
36
int (*set_regs)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
37
int (*irq_init)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
38
int (*init_microcode)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
39
int (*load_microcode)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
40
int (*ring_init)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
41
int (*ring_start)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
42
int (*ring_stop)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
43
int (*ring_fini)(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
86
int amdgpu_vpe_init_microcode(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
87
int amdgpu_vpe_ring_init(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
88
int amdgpu_vpe_ring_fini(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h
89
int amdgpu_vpe_configure_dpm(struct amdgpu_vpe *vpe);
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
100
static void vpe_v6_1_set_collaborate_mode(struct amdgpu_vpe *vpe, bool enable)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
123
static int vpe_v6_1_load_microcode(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
206
static int vpe_v6_1_ring_start(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
276
static int vpe_v_6_1_ring_stop(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
314
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
351
static int vpe_v6_1_set_regs(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
394
void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
64
static uint32_t vpe_v6_1_get_reg_offset(struct amdgpu_vpe *vpe, uint32_t inst, uint32_t offset)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
73
static void vpe_v6_1_halt(struct amdgpu_vpe *vpe, bool halt)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
86
static int vpe_v6_1_irq_init(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.h
27
void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe);