Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 2.36 KB

ne-d3dkmdt-_dxgk_general_error_code.md

File metadata and controls

66 lines (54 loc) · 2.36 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:d3dkmdt._DXGK_GENERAL_ERROR_CODE
_DXGK_GENERAL_ERROR_CODE (d3dkmdt.h)
The DXGK_GENERAL_ERROR_CODE enumeration specifies a set of predefined graphics processing unit (GPU) errors reported via a page fault interrupt.
display\dxgk_general_error_code.htm
display
05/10/2018
DXGK_GENERAL_ERROR_CODE enumeration
DXGK_GENERAL_ERROR_CODE, DXGK_GENERAL_ERROR_CODE enumeration [Display Devices], DXGK_GENERAL_ERROR_INVALID_INSTRUCTION, DXGK_GENERAL_ERROR_PAGE_FAULT, _DXGK_GENERAL_ERROR_CODE, d3dkmdt/DXGK_GENERAL_ERROR_CODE, d3dkmdt/DXGK_GENERAL_ERROR_INVALID_INSTRUCTION, d3dkmdt/DXGK_GENERAL_ERROR_PAGE_FAULT, display.dxgk_general_error_code
d3dkmdt.h
D3dkmddi.h
Windows
Windows 10
Windows Server 2016
Windows
DXGK_GENERAL_ERROR_CODE
_DXGK_GENERAL_ERROR_CODE
d3dkmdt/_DXGK_GENERAL_ERROR_CODE
DXGK_GENERAL_ERROR_CODE
d3dkmdt/DXGK_GENERAL_ERROR_CODE
APIRef
kbSyntax
HeaderDef
D3dkmdt.h
_DXGK_GENERAL_ERROR_CODE
DXGK_GENERAL_ERROR_CODE

_DXGK_GENERAL_ERROR_CODE enumeration

-description

The DXGK_GENERAL_ERROR_CODE enumeration specifies a set of predefined graphics processing unit (GPU) errors reported via a page fault interrupt.

-enum-fields

-field DXGK_GENERAL_ERROR_PAGE_FAULT

Indicates that the GPU encountered a page fault. The FaultedVirtualAddress and PageTableLevel members of the DXGKARGCB_NOTIFY_INTERRUPT_DATA structure should be used to provide further information about the GPU virtual address operation that caused the fault.

-field DXGK_GENERAL_ERROR_INVALID_INSTRUCTION

Indicates that the GPU encountered an invalid instruction in the DMA command buffer.

-see-also

DXGKARGCB_NOTIFY_INTERRUPT_DATA