nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h

nv50 should switch to rules-ng-ng too at some point.

The classic Mesa Nouveau driver also includes a copy of nouveau_class.h,
and should convert to rules-ng-ng too and remove it.
This commit is contained in:
Luca Barbieri
2010-09-05 10:34:55 +02:00
parent 7d53a3b7a4
commit beb3d030a1
4 changed files with 1775 additions and 9050 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,6 @@
#include "nouveau/nouveau_bo.h"
#include "nouveau/nouveau_channel.h"
#include "nouveau/nouveau_class.h"
#include "nouveau/nouveau_device.h"
#include "nouveau/nouveau_grobj.h"
#include "nouveau/nouveau_notifier.h"

View File

@@ -16,6 +16,7 @@
#include "nouveau/nouveau_winsys.h"
#include "nouveau/nouveau_gldefs.h"
#include "nouveau/nouveau_stateobj.h"
#include "nv50_reg.h"
#include "nv50_screen.h"
#include "nv50_program.h"

File diff suppressed because it is too large Load Diff