Home
last modified time | relevance | path

Searched refs:psp_context (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_psp.h36 struct psp_context;
60 int (*init_microcode)(struct psp_context *psp);
61 int (*bootloader_load_sysdrv)(struct psp_context *psp);
62 int (*bootloader_load_sos)(struct psp_context *psp);
67 int (*ring_stop)(struct psp_context *psp,
69 int (*ring_destroy)(struct psp_context *psp,
73 bool (*compare_sram_data)(struct psp_context *psp,
76 bool (*smu_reload_quirk)(struct psp_context *psp);
77 int (*mode1_reset)(struct psp_context *psp);
80 struct psp_context struct
[all …]
H A Damdgpu_psp.c40 struct psp_context *psp = &adev->psp; in psp_early_init()
68 struct psp_context *psp = &adev->psp; in psp_sw_init()
117 psp_cmd_submit_buf(struct psp_context *psp, in psp_cmd_submit_buf()
153 static int psp_tmr_init(struct psp_context *psp) in psp_tmr_init()
171 static int psp_tmr_load(struct psp_context *psp) in psp_tmr_load()
210 static int psp_asd_init(struct psp_context *psp) in psp_asd_init()
227 static int psp_asd_load(struct psp_context *psp) in psp_asd_load()
330 struct psp_context *psp = &adev->psp; in psp_load_fw()
439 struct psp_context *psp = &adev->psp; in psp_hw_fini()
468 struct psp_context *psp = &adev->psp; in psp_suspend()
[all …]
H A Dpsp_v3_1.c103 static int psp_v3_1_init_microcode(struct psp_context *psp) in psp_v3_1_init_microcode()
234 static int psp_v3_1_bootloader_load_sos(struct psp_context *psp) in psp_v3_1_bootloader_load_sos()
299 static int psp_v3_1_ring_init(struct psp_context *psp, in psp_v3_1_ring_init()
325 static int psp_v3_1_ring_create(struct psp_context *psp, in psp_v3_1_ring_create()
357 static int psp_v3_1_ring_stop(struct psp_context *psp, in psp_v3_1_ring_stop()
381 static int psp_v3_1_ring_destroy(struct psp_context *psp, in psp_v3_1_ring_destroy()
399 static int psp_v3_1_cmd_submit(struct psp_context *psp, in psp_v3_1_cmd_submit()
536 static bool psp_v3_1_compare_sram_data(struct psp_context *psp, in psp_v3_1_compare_sram_data()
571 static bool psp_v3_1_smu_reload_quirk(struct psp_context *psp) in psp_v3_1_smu_reload_quirk()
582 static int psp_v3_1_mode1_reset(struct psp_context *psp) in psp_v3_1_mode1_reset()
[all …]
H A Dpsp_v10_0.c102 static int psp_v10_0_init_microcode(struct psp_context *psp) in psp_v10_0_init_microcode()
168 static int psp_v10_0_ring_init(struct psp_context *psp, in psp_v10_0_ring_init()
194 static int psp_v10_0_ring_create(struct psp_context *psp, in psp_v10_0_ring_create()
226 static int psp_v10_0_ring_stop(struct psp_context *psp, in psp_v10_0_ring_stop()
250 static int psp_v10_0_ring_destroy(struct psp_context *psp, in psp_v10_0_ring_destroy()
268 static int psp_v10_0_cmd_submit(struct psp_context *psp, in psp_v10_0_cmd_submit()
403 static bool psp_v10_0_compare_sram_data(struct psp_context *psp, in psp_v10_0_compare_sram_data()
439 static int psp_v10_0_mode1_reset(struct psp_context *psp) in psp_v10_0_mode1_reset()
457 void psp_v10_0_set_psp_funcs(struct psp_context *psp) in psp_v10_0_set_psp_funcs()
H A Dpsp_v10_0.h30 void psp_v10_0_set_psp_funcs(struct psp_context *psp);
H A Dpsp_v3_1.h35 void psp_v3_1_set_psp_funcs(struct psp_context *psp);
H A Damdgpu.h1521 struct psp_context psp;