Code:
VIDEO_TDR_FAILURE (116)
Attempt to reset the display driver and recover from timeout failed.
Arguments:
Arg1: fffffa80057ff010, Optional pointer to internal TDR recovery context (TDR_RECOVERY_CONTEXT).
Arg2: [COLOR=#008000]fffff88004245c48[/COLOR], The pointer into responsible device driver module (e.g. owner tag).
Arg3: 0000000000000000, Optional error code (NTSTATUS) of the last failed operation.
Arg4: 0000000000000002, Optional internal context dependent data.
Code:
fffff880`051fa9c8 fffff880`042e2000 : 00000000`00000116 fffffa80`057ff010 fffff880`04245c48 00000000`00000000 : [COLOR=#0000FF]nt!KeBugCheckEx[/COLOR]
fffff880`051fa9d0 fffff880`042e1d0a : fffff880`04245c48 fffffa80`057ff010 fffffa80`054b6c00 fffffa80`05459410 : [COLOR=#0000FF]dxgkrnl!TdrBugcheckOnTimeout+0xec[/COLOR]
fffff880`051faa10 fffff880`04fc0f07 : fffffa80`057ff010 00000000`00000000 fffffa80`054b6c00 fffffa80`05459410 : [COLOR=#FF0000]dxgkrnl!TdrIsRecoveryRequired+0x1a2[/COLOR]
fffff880`051faa40 fffff880`04feab75 : 00000000`ffffffff 00000000`00000578 00000000`00000000 00000000`00000002 : [COLOR=#FF0000]dxgmms1!VidSchiReportHwHang+0x40b[/COLOR]
fffff880`051fab20 fffff880`04fe92bb : 00000000`00000102 00000000`00000000 00000000`00000578 00000000`00000000 : [COLOR=#FF8C00]dxgmms1!VidSchiCheckHwProgress+0x71[/COLOR]
fffff880`051fab50 fffff880`04fbc2c6 : ffffffff`ff676980 fffffa80`05459410 00000000`00000000 00000000`00000000 : [COLOR=#800080]dxgmms1!VidSchiWaitForSchedulerEvents+0x1fb[/COLOR]
fffff880`051fabf0 fffff880`04fe8e7a : 00000000`00000000 00000000`0000000f 00000000`00000080 fffffa80`04e31c68 : [COLOR=#800080]dxgmms1!VidSchiScheduleCommandToRun+0x1da[/COLOR]
fffff880`051fad00 fffff800`02b17fee : 00000000`031cd67a fffffa80`054b8a10 fffffa80`03b6e040 fffffa80`054b8a10 : [COLOR=#800080]dxgmms1!VidSchiWorkerThread+0xba[/COLOR]
fffff880`051fad40 fffff800`0286e5e6 : fffff800`029f2e80 fffffa80`054b8a10 fffff800`02a00cc0 4836336d`6f6d6235 : nt!PspSystemThreadStartup+0x5a
fffff880`051fad80 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x16
We can see the Directx routines executing and performing scheduled events, when it checks the progress it finds that it has simply hanged, it's not responding so it tries to perform a TDR (
Timeout Detection and Recovery), the TDR fails to accomplish anything so we bugcheck.
I would say that your graphics card is failing, do you have another one you can use?
You could try integrated graphics and see how things go.
Check your temperatures; is your GPU overheating?