Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/include/
A Damd_shared.h288 struct amd_ip_funcs { struct
289 char *name;
290 int (*early_init)(void *handle);
291 int (*late_init)(void *handle);
292 int (*sw_init)(void *handle);
293 int (*sw_fini)(void *handle);
295 int (*hw_init)(void *handle);
296 int (*hw_fini)(void *handle);
298 int (*suspend)(void *handle);
299 int (*resume)(void *handle);
[all …]

Completed in 5 milliseconds