drm/amdgpu: initialize the last_jump_jiffies in atom_exec_context
authorJesse Zhang <jesse.zhang@amd.com>
Thu, 25 Apr 2024 02:04:08 +0000 (10:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Apr 2024 21:22:43 +0000 (17:22 -0400)
commit7bfd16d0ec374629ab4346affe1e644a503ba44c
treed3451810cb9ce99b7416f7d3a2d4db44607ade3b
parent2d10c3dbde073ac005303b313d3e2cb99381eb6f
drm/amdgpu: initialize the last_jump_jiffies in atom_exec_context

The parameter "last_jump_jiffies" should be initialized
before being used in the function atom_op_jump.

Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/atom.c