]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/nouveau/nouveau_revcompat.h
drm/nouveau/device: include the official chipset names
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / nouveau_revcompat.h
1 #ifndef __NOUVEAU_REVCOMPAT_H__
2 #define __NOUVEAU_REVCOMPAT_H__
3
4 #include "drmP.h"
5
6 struct nouveau_drm *
7 nouveau_newpriv(struct drm_device *);
8
9 struct nouveau_bo *nv50sema(struct drm_device *dev, int crtc);
10 struct nouveau_bo *nvd0sema(struct drm_device *dev, int crtc);
11
12 #endif