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

/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv20.c214 if (stat & NV_PGRAPH_INTR_ERROR) {
218 show &= ~NV_PGRAPH_INTR_ERROR;
H A Dnv40.c315 if (stat & NV_PGRAPH_INTR_ERROR) {
319 show &= ~NV_PGRAPH_INTR_ERROR;
H A Dregs.h45 # define NV_PGRAPH_INTR_ERROR (1<<20) macro
H A Dnv10.c1143 { NV_PGRAPH_INTR_ERROR, "ERROR" },
1180 if (stat & NV_PGRAPH_INTR_ERROR) {
1184 show &= ~NV_PGRAPH_INTR_ERROR;
/drivers/gpu/drm/nouveau/
H A Dnouveau_reg.h214 # define NV_PGRAPH_INTR_ERROR (1<<20) macro

Completed in 33 milliseconds