[Bug 110509] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 30 14:26:47 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110509
--- Comment #13 from Michel Dänzer <michel at daenzer.net> ---
(In reply to James.Dutton from comment #12)
> In function: amdgpu_cs_parser_init:
> if (p->ctx->vram_lost_counter != p->job->vram_lost_counter) {
> ret = -ECANCELED;
> goto free_all_kdata;
> }
>
> So, I guess, somewhere is the gpu reset, those values need to be fixed up.
It means the VRAM contents were lost during the GPU reset, so any existing
userspace contexts are invalid and need to be re-created (which at this point
boils down to restarting any processes using the GPU for rendering).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190430/e51b3555/attachment.html>
More information about the dri-devel
mailing list