From 754655c795fff1c6267d358e54ad5198aee0cdd6 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Thu, 19 Apr 2012 20:03:39 +0200 Subject: nouveau: expose notifier handle on nvc0 as well Signed-off-by: Christoph Bumiller Signed-off-by: Ben Skeggs --- nouveau/nouveau.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nouveau/nouveau.h') diff --git a/nouveau/nouveau.h b/nouveau/nouveau.h index d7954cf4..51a95981 100644 --- a/nouveau/nouveau.h +++ b/nouveau/nouveau.h @@ -38,6 +38,7 @@ struct nv04_fifo { struct nvc0_fifo { struct nouveau_fifo base; + uint32_t notify; }; struct nv04_notify { -- cgit v1.2.3