File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,8 @@ struct i915_perf_stream {
291
291
int size_exponent ;
292
292
293
293
/**
294
- * @ptr_lock: Locks reads and writes to all head/tail state
294
+ * @oa_buffer.ptr_lock: Locks reads and writes to all
295
+ * head/tail state
295
296
*
296
297
* Consider: the head and tail pointer state needs to be read
297
298
* consistently from a hrtimer callback (atomic context) and
@@ -313,7 +314,8 @@ struct i915_perf_stream {
313
314
spinlock_t ptr_lock ;
314
315
315
316
/**
316
- * @head: Although we can always read back the head pointer register,
317
+ * @oa_buffer.head: Although we can always read back
318
+ * the head pointer register,
317
319
* we prefer to avoid trusting the HW state, just to avoid any
318
320
* risk that some hardware condition could * somehow bump the
319
321
* head pointer unpredictably and cause us to forward the wrong
@@ -322,7 +324,8 @@ struct i915_perf_stream {
322
324
u32 head ;
323
325
324
326
/**
325
- * @tail: The last verified tail that can be read by userspace.
327
+ * @oa_buffer.tail: The last verified tail that can be
328
+ * read by userspace.
326
329
*/
327
330
u32 tail ;
328
331
} oa_buffer ;
You can’t perform that action at this time.
0 commit comments