https://bugs.freedesktop.org/show_bug.cgi?id=110509 --- Comment #12 from James.Dutton@gmail.com --- The error is from this bit of code in: amdgpu_cs.c: Line about 232 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. -- You are receiving this mail because: You are the assignee for the bug.