Home
last modified time | relevance | path

Searched refs:NV_PGRAPH_INTR_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv20.c207 if (stat & NV_PGRAPH_INTR_ERROR) { in nv20_gr_intr()
211 show &= ~NV_PGRAPH_INTR_ERROR; in nv20_gr_intr()
Dnv40.c306 if (stat & NV_PGRAPH_INTR_ERROR) { in nv40_gr_intr()
310 show &= ~NV_PGRAPH_INTR_ERROR; in nv40_gr_intr()
Dregs.h45 # define NV_PGRAPH_INTR_ERROR (1<<20) macro
Dnv10.c1139 { NV_PGRAPH_INTR_ERROR, "ERROR" },
1176 if (stat & NV_PGRAPH_INTR_ERROR) { in nv10_gr_intr()
1180 show &= ~NV_PGRAPH_INTR_ERROR; in nv10_gr_intr()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_reg.h214 # define NV_PGRAPH_INTR_ERROR (1<<20) macro