Home
last modified time | relevance | path

Searched refs:seen_entries (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c45 * @seen_entries: Seen entries in command stream for this cotable.
54 int seen_entries; member
515 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()
610 vcotbl->seen_entries = -1; in vmw_cotable_alloc()
641 if (vcotbl->seen_entries < id) { in vmw_cotable_notify()
644 vcotbl->seen_entries = id; in vmw_cotable_notify()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c47 * @seen_entries: Seen entries in command stream for this cotable.
56 int seen_entries; member
552 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()
629 vcotbl->seen_entries = -1; in vmw_cotable_alloc()
659 if (vcotbl->seen_entries < id) { in vmw_cotable_notify()
662 vcotbl->seen_entries = id; in vmw_cotable_notify()

Completed in 2 milliseconds