Re: [PATCH 2/4] Initialize the last_jump_jiffies in atom_exec_context before it used

2024-04-23 Thread Alex Deucher
On Tue, Apr 23, 2024 at 11:07 PM wrote: > > From: Jesse Zhang > > The parameter "last_jump_jiffies" should be initialized before being used in > the function atom_op_jump. > > Signed-off-by: Jesse Zhang Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/atom.c | 1 + > 1 file chan

[PATCH 2/4] Initialize the last_jump_jiffies in atom_exec_context before it used

2024-04-23 Thread jesse.zhang
From: Jesse Zhang The parameter "last_jump_jiffies" should be initialized before being used in the function atom_op_jump. Signed-off-by: Jesse Zhang --- drivers/gpu/drm/amd/amdgpu/atom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/atom.c b/drivers/gpu/drm/a