Home
last modified time | relevance | path

Searched defs:amd_ip_funcs (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/amd/include/
Damd_shared.h88 struct amd_ip_funcs { struct
90 int (*early_init)(void *handle);
92 int (*late_init)(void *handle);
94 int (*sw_init)(void *handle);
96 int (*sw_fini)(void *handle);
98 int (*hw_init)(void *handle);
100 int (*hw_fini)(void *handle);
102 int (*suspend)(void *handle);
104 int (*resume)(void *handle);
106 bool (*is_idle)(void *handle);
[all …]