diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-07-10 20:44:20 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-02 23:12:47 -0400 |
commit | cb75d97e9c77743ecfcc43375be135a55a4d9b25 (patch) | |
tree | e7903f00db28b25a88d295dcc863f14b3d3bd707 /drivers/gpu/drm/nouveau/nouveau_agp.h | |
parent | 70790f4f819875e8f390871fd15bbbf823f28e1b (diff) |
drm/nouveau: implement devinit subdev, and new init table parser
v2:
- make sure not to execute display scripts unless resuming
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_agp.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_agp.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_agp.h b/drivers/gpu/drm/nouveau/nouveau_agp.h index b23db55eb2c..b55c0865296 100644 --- a/drivers/gpu/drm/nouveau/nouveau_agp.h +++ b/drivers/gpu/drm/nouveau/nouveau_agp.h | |||
@@ -1,8 +1,10 @@ | |||
1 | #ifndef __NOUVEAU_AGP_H__ | 1 | #ifndef __NOUVEAU_AGP_H__ |
2 | #define __NOUVEAU_AGP_H__ | 2 | #define __NOUVEAU_AGP_H__ |
3 | 3 | ||
4 | void nouveau_agp_reset(struct drm_device *); | 4 | struct nouveau_drm; |
5 | void nouveau_agp_init(struct drm_device *); | 5 | |
6 | void nouveau_agp_fini(struct drm_device *); | 6 | void nouveau_agp_reset(struct nouveau_drm *); |
7 | void nouveau_agp_init(struct nouveau_drm *); | ||
8 | void nouveau_agp_fini(struct nouveau_drm *); | ||
7 | 9 | ||
8 | #endif | 10 | #endif |