We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e18a8 commit 53cd65aCopy full SHA for 53cd65a
drivers/gpu/drm/i915/gt/intel_gsc.h
@@ -21,8 +21,11 @@ struct mei_aux_device;
21
/**
22
* struct intel_gsc - graphics security controller
23
*
24
- * @gem_obj: scratch memory GSC operations
25
- * @intf : gsc interface
+ * @intf: gsc interface
+ * @intf.adev: MEI aux. device for this @intf
26
+ * @intf.gem_obj: scratch memory GSC operations
27
+ * @intf.irq: IRQ for this device (%-1 for no IRQ)
28
+ * @intf.id: this interface's id number/index
29
*/
30
struct intel_gsc {
31
struct intel_gsc_intf {
0 commit comments