Home
last modified time | relevance | path

Searched refs:gsc_uc (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_uc_debugfs.c31 void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc_uc, struct dentry *root) in intel_gsc_uc_debugfs_register() argument
38 if (!intel_gsc_uc_is_supported(gsc_uc)) in intel_gsc_uc_debugfs_register()
41 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gsc_uc); in intel_gsc_uc_debugfs_register()
H A Dintel_uc.h94 uc_state_checkers(gsc, gsc_uc);
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt.h79 static inline struct intel_gt *gsc_uc_to_gt(struct intel_gsc_uc *gsc_uc) in gsc_uc_to_gt() argument
81 return container_of(gsc_uc, struct intel_gt, uc.gsc); in gsc_uc_to_gt()