summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm/amd/include/amd_shared.h')
-rw-r--r--sys/dev/pci/drm/amd/include/amd_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/amd/include/amd_shared.h b/sys/dev/pci/drm/amd/include/amd_shared.h
index abe829bbd54..a9880fc5319 100644
--- a/sys/dev/pci/drm/amd/include/amd_shared.h
+++ b/sys/dev/pci/drm/amd/include/amd_shared.h
@@ -295,6 +295,7 @@ struct amd_ip_funcs {
int (*hw_init)(void *handle);
int (*hw_fini)(void *handle);
void (*late_fini)(void *handle);
+ int (*prepare_suspend)(void *handle);
int (*suspend)(void *handle);
int (*resume)(void *handle);
bool (*is_idle)(void *handle);