Searched refs:ring_destroy (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_psp.h | 99 int (*ring_destroy)(struct psp_context *psp, member 315 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type)))
|
H A D | psp_v10_0.c | 243 .ring_destroy = psp_v10_0_ring_destroy,
|
H A D | psp_v12_0.c | 425 .ring_destroy = psp_v12_0_ring_destroy,
|
H A D | psp_v3_1.c | 409 .ring_destroy = psp_v3_1_ring_destroy,
|
H A D | psp_v11_0.c | 839 .ring_destroy = psp_v11_0_ring_destroy,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | psp_v10_0.c | 164 .ring_destroy = psp_v10_0_ring_destroy,
|
H A D | psp_v11_0_8.c | 173 .ring_destroy = psp_v11_0_8_ring_destroy,
|
H A D | amdgpu_psp.h | 125 int (*ring_destroy)(struct psp_context *psp, member 404 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type)))
|
H A D | psp_v13_0_4.c | 344 .ring_destroy = psp_v13_0_4_ring_destroy,
|
H A D | psp_v3_1.c | 372 .ring_destroy = psp_v3_1_ring_destroy,
|
H A D | psp_v12_0.c | 346 .ring_destroy = psp_v12_0_ring_destroy,
|
H A D | psp_v11_0.c | 655 .ring_destroy = psp_v11_0_ring_destroy,
|
H A D | psp_v13_0.c | 768 .ring_destroy = psp_v13_0_ring_destroy,
|
Completed in 15 milliseconds