Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c248 unsigned int next_entry_start; in vc4_hvs_debugfs_dlist() local
262 next_entry_start = 0; in vc4_hvs_debugfs_dlist()
268 if (!next_entry_start || in vc4_hvs_debugfs_dlist()
269 next_entry_start == j) { in vc4_hvs_debugfs_dlist()
272 next_entry_start = j + in vc4_hvs_debugfs_dlist()
290 unsigned int next_entry_start; in vc6_hvs_debugfs_dlist() local
309 next_entry_start = 0; in vc6_hvs_debugfs_dlist()
317 if (!next_entry_start || in vc6_hvs_debugfs_dlist()
318 next_entry_start == j) { in vc6_hvs_debugfs_dlist()
321 next_entry_start = j + in vc6_hvs_debugfs_dlist()