Home
last modified time | relevance | path

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

/linux-6.6/drivers/gpu/drm/amd/include/
Damd_shared.h290 struct amd_ip_funcs { struct
291 char *name;
292 int (*early_init)(void *handle);
293 int (*late_init)(void *handle);
294 int (*sw_init)(void *handle);
295 int (*sw_fini)(void *handle);
296 int (*early_fini)(void *handle);
297 int (*hw_init)(void *handle);
298 int (*hw_fini)(void *handle);
299 void (*late_fini)(void *handle);
[all …]