drm/gf100-/gr: report class data to host on fwmthd failure
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / engine / graph / fuc / os.h
1 #ifndef __NVKM_GRAPH_OS_H__
2 #define __NVKM_GRAPH_OS_H__
3
4 #define E_BAD_COMMAND 0x00000001
5 #define E_CMD_OVERFLOW 0x00000002
6 #define E_BAD_FWMTHD 0x00000003
7
8 #endif
This page took 0.032837 seconds and 5 git commands to generate.