mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
cb75d97e9c
v2: - make sure not to execute display scripts unless resuming Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
11 lines
218 B
C
11 lines
218 B
C
#ifndef __NOUVEAU_AGP_H__
|
|
#define __NOUVEAU_AGP_H__
|
|
|
|
struct nouveau_drm;
|
|
|
|
void nouveau_agp_reset(struct nouveau_drm *);
|
|
void nouveau_agp_init(struct nouveau_drm *);
|
|
void nouveau_agp_fini(struct nouveau_drm *);
|
|
|
|
#endif
|