Home
last modified time | relevance | path

Searched refs:debugfs_list (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_huc_debugfs.c47 static const struct drm_info_list debugfs_list[] = { variable
57 #define DEBUGFS_SIZE (ARRAY_SIZE(debugfs_list) * sizeof(struct drm_info_list)) in xe_huc_debugfs_register()
62 memcpy(local, debugfs_list, DEBUGFS_SIZE); in xe_huc_debugfs_register()
65 for (i = 0; i < ARRAY_SIZE(debugfs_list); ++i) in xe_huc_debugfs_register()
69 ARRAY_SIZE(debugfs_list), in xe_huc_debugfs_register()
H A Dxe_gsc_debugfs.c47 static const struct drm_info_list debugfs_list[] = { variable
57 #define DEBUGFS_SIZE (ARRAY_SIZE(debugfs_list) * sizeof(struct drm_info_list)) in xe_gsc_debugfs_register()
62 memcpy(local, debugfs_list, DEBUGFS_SIZE); in xe_gsc_debugfs_register()
65 for (i = 0; i < ARRAY_SIZE(debugfs_list); ++i) in xe_gsc_debugfs_register()
69 ARRAY_SIZE(debugfs_list), in xe_gsc_debugfs_register()
H A Dxe_pxp_debugfs.c92 static const struct drm_info_list debugfs_list[] = { variable
111 #define DEBUGFS_SIZE (ARRAY_SIZE(debugfs_list) * sizeof(struct drm_info_list)) in xe_pxp_debugfs_register()
116 memcpy(local, debugfs_list, DEBUGFS_SIZE); in xe_pxp_debugfs_register()
119 for (i = 0; i < ARRAY_SIZE(debugfs_list); ++i) in xe_pxp_debugfs_register()
127 ARRAY_SIZE(debugfs_list), in xe_pxp_debugfs_register()
H A Dxe_debugfs.c185 static const struct drm_info_list debugfs_list[] = { variable
424 drm_debugfs_create_files(debugfs_list, in xe_debugfs_register()
425 ARRAY_SIZE(debugfs_list), in xe_debugfs_register()