Symbol: amdgpu_vpe
drivers/gpu/drm/amd/amdgpu/amdgpu.h
975
struct amdgpu_vpe vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
122
int amdgpu_vpe_configure_dpm(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
232
int amdgpu_vpe_init_microcode(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
273
int amdgpu_vpe_ring_init(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
293
int amdgpu_vpe_ring_fini(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
303
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
342
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
370
static int vpe_common_init(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
394
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
427
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
445
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
468
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
647
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
695
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
715
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
734
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
753
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
883
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_v2_0.c
180
static int vpe_v2_0_ring_start(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
250
static int vpe_v2_0_ring_stop(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
280
struct amdgpu_vpe *vpe = &adev->vpe;
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
310
static int vpe_v2_0_set_regs(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
347
void vpe_v2_0_set_funcs(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
38
static uint32_t vpe_v2_0_get_reg_offset(struct amdgpu_vpe *vpe, uint32_t inst, uint32_t offset)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
47
static int vpe_v2_0_irq_init(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c
61
static int vpe_v2_0_load_microcode(struct amdgpu_vpe *vpe)
drivers/gpu/drm/amd/amdgpu/vpe_v2_0.h
27
void vpe_v2_0_set_funcs(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);