/**
* @data_type: data type of the register
* Could be 32 bit, low or hi dword of a 64 bit, see enum
- * register_data_type
+ * capture_register_data_type
*/
enum capture_register_data_type data_type;
/** @flags: Flags for the register */
u32 counter_select;
/** @size: record size as written by HW (multiple of 64 byte cachelines) */
int size;
- /** @type: of enum @drm_xe_oa_format_type */
+ /** @type: of enum drm_xe_oa_format_type */
int type;
/** @header: 32 or 64 bit report headers */
enum xe_oa_report_header header;
* changed during the walk.
*/
const u64 *shifts;
- /** @max_level: Highest populated level in @sizes */
+ /** @max_level: Highest populated level in @shifts */
unsigned int max_level;
/**
* @shared_pt_mode: Whether to skip all entries that are private
/**
* typedef xe_pt_entry_fn - gpu page-table-walk callback-function
- * @parent: The parent page.table.
+ * @parent: The parent page table.
* @offset: The offset (number of entries) into the page table.
* @level: The level of @parent.
* @addr: The virtual address.
* @level: Page table level.
* @walk: Walk info.
*
- * Return: The number of page table entries at this level between @start and
+ * Return: The number of page table entries at this level between @addr and
* @end.
*/
static inline pgoff_t