I would suggest removing any Asus bloatware, it can cause unexpected problems.
Code:
2: kd>[COLOR=#008000] !sysinfo machineid[/COLOR]
Machine ID Information [From Smbios 2.8, DMIVersion 39, Size=3852]
BiosMajorRelease = 4
BiosMinorRelease = 6
BiosVendor = American Megatrends Inc.
BiosVersion = 2012
BiosReleaseDate = [COLOR=#ff0000]09/30/2014[/COLOR]
SystemManufacturer = [COLOR=#ff0000]ASUS[/COLOR]
SystemProductName = All Series
SystemFamily = ASUS MB
SystemVersion = System Version
SystemSKU = All
BaseBoardManufacturer = ASUSTeK COMPUTER INC.
BaseBoardProduct = SABERTOOTH Z97 MARK 2
BaseBoardVersion = Rev 1.xx
Bugcheck Analysis:
Code:
VIDEO_TDR_FAILURE (116)
Attempt to reset the display driver and recover from timeout failed.
Arguments:
Arg1: [COLOR=#ff0000]fffffa800ce584e0[/COLOR], Optional pointer to internal TDR recovery context (TDR_RECOVERY_CONTEXT).
Arg2: [COLOR=#008000]fffff88004686848[/COLOR], The pointer into responsible device driver module (e.g. owner tag).
Arg3: 0000000000000000, Optional error code (NTSTATUS) of the last failed operation.
Arg4: 000000000000000[COLOR=#0000cd]2[/COLOR], Optional internal context dependent data.
The first parameter is a pointer to the address of the TDR_RECOVERY_CONTEXT data structure, which can be viewed in WinDbg if the private symbols for
dxgkrnl.sys are loaded. The fourth parameter is a value of a field, to which I believe is stored within the TDR_RECOVERY_CONTEXT and called
TimeoutReason.
The second parameter is a pointer to the driver which supposedly caused the crash:
Code:
2: kd> [COLOR=#008000]u fffff88004686848[/COLOR]
[COLOR=#ff0000]atikmpag+0xb848[/COLOR]:
fffff880`04686848 4883ec28 sub rsp,28h
fffff880`0468684c 4c8bda mov r11,rdx
fffff880`0468684f 41ba010000c0 mov r10d,0C0000001h
fffff880`04686855 4885c9 test rcx,rcx
fffff880`04686858 742e je atikmpag+0xb888 (fffff880`04686888)
fffff880`0468685a 4885d2 test rdx,rdx
fffff880`0468685d 7429 je atikmpag+0xb888 (fffff880`04686888)
fffff880`0468685f e898360000 call atikmpag+0xeefc (fffff880`04689efc)
Code:
2: kd> [COLOR=#008000]lmvm atikmpag[/COLOR]
start end module name
fffff880`0467b000 fffff880`04711000 atikmpag T (no symbols)
Loaded symbol image file: atikmpag.sys
Image path: \SystemRoot\system32\DRIVERS\atikmpag.sys
Image name: atikmpag.sys
Timestamp: [COLOR=#ff0000]Fri Nov 21 02:08:54 2014[/COLOR] (546E9EB6)
CheckSum: 00093077
ImageSize: 00096000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Have you checked for any Beta drivers? Additionally, have you ran the system in Safe Mode?