Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dregs.h46 # define NV_PGRAPH_INTR_ERROR (1<<20) macro
Dnv10.c1068 { NV_PGRAPH_INTR_ERROR, "ERROR" },
1103 if (stat & NV_PGRAPH_INTR_ERROR) { in nv10_gr_intr()
1106 show &= ~NV_PGRAPH_INTR_ERROR; in nv10_gr_intr()
Dnv40.c261 if (stat & NV_PGRAPH_INTR_ERROR) { in nv40_gr_intr()
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_reg.h215 # define NV_PGRAPH_INTR_ERROR (1<<20) macro