Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Datom.c60 unsigned last_jump; member
724 if (ctx->last_jump == (ctx->start + target)) { in atom_op_jump()
737 ctx->last_jump = ctx->start + target; in atom_op_jump()
1177 ectx.last_jump = 0; in atom_execute_table_locked()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Datom.c60 unsigned last_jump; member
741 if (ctx->last_jump == (ctx->start + target)) { in atom_op_jump()
754 ctx->last_jump = ctx->start + target; in atom_op_jump()
1222 ectx.last_jump = 0; in amdgpu_atom_execute_table_locked()