]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/atom.c
Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / atom.c
index 72362df352f6843229e8d16be8c077dc89913557..d552e013354c956d631f3041b8f8a38a169d05f7 100644 (file)
@@ -1243,6 +1243,7 @@ static int amdgpu_atom_execute_table_locked(struct atom_context *ctx, int index,
        ectx.ps_size = params_size;
        ectx.abort = false;
        ectx.last_jump = 0;
+       ectx.last_jump_jiffies = 0;
        if (ws) {
                ectx.ws = kcalloc(4, ws, GFP_KERNEL);
                ectx.ws_size = ws;
This page took 0.027597 seconds and 4 git commands to generate.