mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-02 19:08:14 +02:00
nouveau: always print nsource/nstatus regs on PGRAPH errors
This commit is contained in:
parent
7d4e6b1445
commit
aa7266385e
1 changed files with 2 additions and 2 deletions
|
|
@ -295,10 +295,10 @@ static void nouveau_pgraph_irq_handler(drm_device_t *dev)
|
|||
|
||||
nstatus = NV_READ(0x00400104);
|
||||
nsource = NV_READ(0x00400108);
|
||||
DRM_DEBUG("nsource:0x%08x\tnstatus:0x%08x\n", nsource, nstatus);
|
||||
DRM_ERROR("nsource:0x%08x\tnstatus:0x%08x\n", nsource, nstatus);
|
||||
|
||||
instance = NV_READ(0x00400158);
|
||||
DRM_DEBUG("instance:0x%08x\n", instance);
|
||||
DRM_ERROR("instance:0x%08x\n", instance);
|
||||
|
||||
address = NV_READ(0x400704);
|
||||
data = NV_READ(0x400708);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue